Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
---
|
2 |
pipeline_tag: translation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
The model and the tokenizer are based on [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M).
|
@@ -47,4 +54,4 @@ pipeline_output = translation_pipeline(input_texts, src_lang=src_lang, tgt_lang=
|
|
47 |
|
48 |
print(pipeline_output[0]['translation_text'])
|
49 |
|
50 |
-
```
|
|
|
1 |
---
|
2 |
pipeline_tag: translation
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- de
|
6 |
+
- el
|
7 |
+
- es
|
8 |
+
- nl
|
9 |
+
- it
|
10 |
---
|
11 |
|
12 |
The model and the tokenizer are based on [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M).
|
|
|
54 |
|
55 |
print(pipeline_output[0]['translation_text'])
|
56 |
|
57 |
+
```
|