BlackKakapo
commited on
Commit
•
e6cd0be
1
Parent(s):
4194ede
Update README.md
Browse files
README.md
CHANGED
@@ -27,8 +27,8 @@ model = AutoModelForSeq2SeqLM.from_pretrained("BlackKakapo/opus-mt-en-ro")
|
|
27 |
```
|
28 |
|
29 |
## Benchmarks
|
30 |
-
|
31 |
| Model | Test Dataset | BLEU | Translation Length | Reference Length |
|
32 |
| ------ | ------ | ------ | ------ | ------ |
|
33 |
| **BlackKakapo/opus-mt-en-ro** | ("Helsinki-NLP/tatoeba_mt", "eng-ron", "test") | **0.53118** | 40516 | 40352 |
|
34 |
-
| Helsinki-NLP/opus-mt-en-ro | ("Helsinki-NLP/tatoeba_mt", "eng-ron", "test") | 0.45844 | 39222 | 40352 |
|
|
|
|
27 |
```
|
28 |
|
29 |
## Benchmarks
|
|
|
30 |
| Model | Test Dataset | BLEU | Translation Length | Reference Length |
|
31 |
| ------ | ------ | ------ | ------ | ------ |
|
32 |
| **BlackKakapo/opus-mt-en-ro** | ("Helsinki-NLP/tatoeba_mt", "eng-ron", "test") | **0.53118** | 40516 | 40352 |
|
33 |
+
| Helsinki-NLP/opus-mt-en-ro | ("Helsinki-NLP/tatoeba_mt", "eng-ron", "test") | 0.45844 | 39222 | 40352 |
|
34 |
+
| Helsinki-NLP/opus-tatoeba-en-ro | ("Helsinki-NLP/tatoeba_mt", "eng-ron", "test") | 0.46994 | 39423 | 40352 |
|