Instructions to use HiTZ/mt-hitz-en-eu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HiTZ/mt-hitz-en-eu with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("HiTZ/mt-hitz-en-eu") model = AutoModelForSeq2SeqLM.from_pretrained("HiTZ/mt-hitz-en-eu") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#3
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8f147a0b7197b2d297c2492c1999faf63af2e758bf125820d7b94635c854b20
|
| 3 |
+
size 104708106
|