Instructions to use Helsinki-NLP/opus-mt-itc-itc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Helsinki-NLP/opus-mt-itc-itc with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="Helsinki-NLP/opus-mt-itc-itc")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Helsinki-NLP/opus-mt-itc-itc") model = AutoModelForSeq2SeqLM.from_pretrained("Helsinki-NLP/opus-mt-itc-itc", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
-it
|
| 4 |
-
-ca
|
| 5 |
-
-rm
|
| 6 |
-
-es
|
| 7 |
-
-ro
|
| 8 |
-
-gl
|
| 9 |
-
-sc
|
| 10 |
-
-co
|
| 11 |
-
-wa
|
| 12 |
-
-pt
|
| 13 |
-
-oc
|
| 14 |
-
-an
|
| 15 |
-
-id
|
| 16 |
-
-fr
|
| 17 |
-
-ht
|
| 18 |
-
-itc
|
| 19 |
|
| 20 |
tags:
|
| 21 |
- translation
|
|
@@ -262,8 +262,8 @@ license: apache-2.0
|
|
| 262 |
|
| 263 |
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
|
| 264 |
|
| 265 |
-
- transformers_git_sha:
|
| 266 |
|
| 267 |
- port_machine: brutasse
|
| 268 |
|
| 269 |
-
- port_time: 2020-08-
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- it
|
| 4 |
+
- ca
|
| 5 |
+
- rm
|
| 6 |
+
- es
|
| 7 |
+
- ro
|
| 8 |
+
- gl
|
| 9 |
+
- sc
|
| 10 |
+
- co
|
| 11 |
+
- wa
|
| 12 |
+
- pt
|
| 13 |
+
- oc
|
| 14 |
+
- an
|
| 15 |
+
- id
|
| 16 |
+
- fr
|
| 17 |
+
- ht
|
| 18 |
+
- itc
|
| 19 |
|
| 20 |
tags:
|
| 21 |
- translation
|
|
|
|
| 262 |
|
| 263 |
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
|
| 264 |
|
| 265 |
+
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
|
| 266 |
|
| 267 |
- port_machine: brutasse
|
| 268 |
|
| 269 |
+
- port_time: 2020-08-21-14:41
|