Pawel-M commited on
Commit
692de29
1 Parent(s): 60f5fd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
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
+ ```