Commit ·
a202b9c
1
Parent(s): 832c0d0
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ language:
|
|
| 4 |
- ru
|
| 5 |
- tyv
|
| 6 |
pipeline_tag: translation
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
It is a [NLLB-200-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) model
|
|
@@ -71,4 +73,4 @@ def translate(
|
|
| 71 |
|
| 72 |
translate("красная птица", model=model, tokenizer=tokenizer)
|
| 73 |
# 'кызыл куш'
|
| 74 |
-
```
|
|
|
|
| 4 |
- ru
|
| 5 |
- tyv
|
| 6 |
pipeline_tag: translation
|
| 7 |
+
datasets:
|
| 8 |
+
- Agisight/tyvan-russian-parallel-50k
|
| 9 |
---
|
| 10 |
|
| 11 |
It is a [NLLB-200-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) model
|
|
|
|
| 73 |
|
| 74 |
translate("красная птица", model=model, tokenizer=tokenizer)
|
| 75 |
# 'кызыл куш'
|
| 76 |
+
```
|