scoris commited on
Commit
ffcbdc8
·
verified ·
1 Parent(s): 3b0f4d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,7 +23,7 @@ Tested on scoris/en-lt-merged-data validation set. Metric: sacrebleu
23
 
24
  | model | testset | BLEU | Gen Len |
25
  |----------|---------|-------|-------|
26
- | scoris/opus-mt-tc-big-lt-en-scoris-finetuned | scoris/en-lt-merged-data (validation) | 43.7767 | 17.8148
27
  | Helsinki-NLP/opus-mt-tc-big-lt-en | scoris/en-lt-merged-data (validation) | 36.8171 | 17.8284
28
 
29
  According to [Google](https://cloud.google.com/translate/automl/docs/evaluate) BLEU score interpretation is following:
@@ -44,7 +44,7 @@ You can use the model in the following way:
44
  from transformers import MarianMTModel, MarianTokenizer
45
 
46
  # Specify the model identifier on Hugging Face Model Hub
47
- model_name = "scoris/opus-mt-tc-big-lt-en-scoris-finetuned"
48
 
49
  # Load the model and tokenizer from Hugging Face
50
  tokenizer = MarianTokenizer.from_pretrained(model_name)
 
23
 
24
  | model | testset | BLEU | Gen Len |
25
  |----------|---------|-------|-------|
26
+ | scoris/scoris-mt-lt-en | scoris/en-lt-merged-data (validation) | 43.7767 | 17.8148
27
  | Helsinki-NLP/opus-mt-tc-big-lt-en | scoris/en-lt-merged-data (validation) | 36.8171 | 17.8284
28
 
29
  According to [Google](https://cloud.google.com/translate/automl/docs/evaluate) BLEU score interpretation is following:
 
44
  from transformers import MarianMTModel, MarianTokenizer
45
 
46
  # Specify the model identifier on Hugging Face Model Hub
47
+ model_name = "scoris/scoris/scoris-mt-lt-en"
48
 
49
  # Load the model and tokenizer from Hugging Face
50
  tokenizer = MarianTokenizer.from_pretrained(model_name)