Skip to content

Commit dfe3469

Browse files
committed
Update th_fr.py
1 parent 35f13e1 commit dfe3469

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pythainlp/translate/th_fr.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
99
BLEU 20.4
1010
11-
- GitHub: https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models/th-fr
1211
- Huggingface https://huggingface.co/Helsinki-NLP/opus-mt-th-fr
1312
"""
1413
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
@@ -24,7 +23,6 @@ class ThFrTranslator:
2423
2524
BLEU 20.4
2625
27-
- GitHub: https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models/th-fr
2826
- Huggingface https://huggingface.co/Helsinki-NLP/opus-mt-th-fr
2927
"""
3028
def __init__(self, pretrained: str = "Helsinki-NLP/opus-mt-th-fr") -> None:

0 commit comments

Comments
 (0)