Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ metrics:
|
|
| 8 |
- bleu
|
| 9 |
- chrf
|
| 10 |
pipeline_tag: translation
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
# Model info
|
| 13 |
|
|
@@ -18,7 +20,7 @@ For training data, we used [Tatoeba](https://github.com/Helsinki-NLP/Tatoeba-Cha
|
|
| 18 |
The configuration file fed into OpusDistillery can be found [here](https://github.com/Helsinki-NLP/OpusDistillery/blob/main/configs/hplt/config.hplt.kor-eng.yml).
|
| 19 |
|
| 20 |
## How to run
|
| 21 |
-
```
|
| 22 |
>>> from transformers import pipeline
|
| 23 |
|
| 24 |
>>> pipe = pipeline("translation", model="odegiber/ko-en", max_length=256)
|
|
|
|
| 8 |
- bleu
|
| 9 |
- chrf
|
| 10 |
pipeline_tag: translation
|
| 11 |
+
library_name: transformers
|
| 12 |
+
|
| 13 |
---
|
| 14 |
# Model info
|
| 15 |
|
|
|
|
| 20 |
The configuration file fed into OpusDistillery can be found [here](https://github.com/Helsinki-NLP/OpusDistillery/blob/main/configs/hplt/config.hplt.kor-eng.yml).
|
| 21 |
|
| 22 |
## How to run
|
| 23 |
+
```python
|
| 24 |
>>> from transformers import pipeline
|
| 25 |
|
| 26 |
>>> pipe = pipeline("translation", model="odegiber/ko-en", max_length=256)
|