Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ The dataset is split into training, development, and test portions. Data was pre
|
|
61 |
|
62 |
## Test set metrics 🧾
|
63 |
|
64 |
-
We got a **BLEU score of
|
65 |
|
66 |
|
67 |
|
@@ -90,7 +90,7 @@ def translate(text):
|
|
90 |
return tokenizer.decode(output[0], skip_special_tokens=True)
|
91 |
|
92 |
|
93 |
-
translate('here your
|
94 |
```
|
95 |
|
96 |
Created by: [Narrativa](https://www.narrativa.com/)
|
|
|
61 |
|
62 |
## Test set metrics 🧾
|
63 |
|
64 |
+
We got a **BLEU score of 26.12**
|
65 |
|
66 |
|
67 |
|
|
|
90 |
return tokenizer.decode(output[0], skip_special_tokens=True)
|
91 |
|
92 |
|
93 |
+
translate('here your Portuguese text to be translated to English...')
|
94 |
```
|
95 |
|
96 |
Created by: [Narrativa](https://www.narrativa.com/)
|