TenzinGayche
commited on
Commit
•
97b0dae
1
Parent(s):
478e778
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,16 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
-
# NLLB 600m
|
7 |
-
|
8 |
```python
|
9 |
import torch
|
10 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
language:
|
4 |
+
- bo
|
5 |
+
metrics:
|
6 |
+
- bleu
|
7 |
+
base_model:
|
8 |
+
- facebook/nllb-200-distilled-600M
|
9 |
+
pipeline_tag: translation
|
10 |
---
|
11 |
|
12 |
+
# NLLB 600m Tibetan
|
13 |
+
State of the art
|
14 |
```python
|
15 |
import torch
|
16 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
|