Transformers
PyTorch
TensorBoard
Safetensors
Polish
English
m2m_100
text2text-generation
machine translation
iva
virtual assistants
natural-language-understanding
nlu
Instructions to use cartesinus/iva_mt_wslot-m2m100_418M-en-pl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cartesinus/iva_mt_wslot-m2m100_418M-en-pl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("cartesinus/iva_mt_wslot-m2m100_418M-en-pl") model = AutoModelForSeq2SeqLM.from_pretrained("cartesinus/iva_mt_wslot-m2m100_418M-en-pl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
6e19d2c
1
Parent(s): 2c5c7c7
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (429d953fbf517ce252965017844a7b3eeafb6fbb)
Co-authored-by: Safetensors convertbot <[email protected]>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1ee9de22a7444b0e4dd57e10d6f68072a8482e87b18262a42d551ed46b80cdc
|
| 3 |
+
size 1944087132
|