Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# barbaroo/nllb_200_600M_en_fo
|
2 |
|
3 |
## Model Description
|
@@ -34,4 +50,4 @@ translator = pipeline("translation", model=model_name, tokenizer=model_name)
|
|
34 |
|
35 |
text = "Hello, how are you?"
|
36 |
translation = translator(text)
|
37 |
-
print(translation)
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
datasets:
|
4 |
+
- barbaroo/Sprotin_parallel
|
5 |
+
- barbaroo/fo_en_synthetic
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
- fo
|
9 |
+
metrics:
|
10 |
+
- bleu
|
11 |
+
- chrf
|
12 |
+
- bertscore
|
13 |
+
base_model:
|
14 |
+
- facebook/nllb-200-distilled-600M
|
15 |
+
pipeline_tag: translation
|
16 |
+
---
|
17 |
# barbaroo/nllb_200_600M_en_fo
|
18 |
|
19 |
## Model Description
|
|
|
50 |
|
51 |
text = "Hello, how are you?"
|
52 |
translation = translator(text)
|
53 |
+
print(translation)
|