We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f13e1 commit dfe3469Copy full SHA for dfe3469
pythainlp/translate/th_fr.py
@@ -8,7 +8,6 @@
8
9
BLEU 20.4
10
11
-- GitHub: https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models/th-fr
12
- Huggingface https://huggingface.co/Helsinki-NLP/opus-mt-th-fr
13
"""
14
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
@@ -24,7 +23,6 @@ class ThFrTranslator:
24
23
25
26
27
- - GitHub: https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models/th-fr
28
29
30
def __init__(self, pretrained: str = "Helsinki-NLP/opus-mt-th-fr") -> None:
0 commit comments