Update README.md
Browse files
README.md
CHANGED
@@ -33,13 +33,16 @@ translated_sentences = translate(translation_model=TRANSLATION_MODEL, sentences=
|
|
33 |
print(translated_sentences)
|
34 |
```
|
35 |
|
36 |
-
#### Limitations and bias
|
37 |
-
|
38 |
-
## Training data
|
39 |
-
|
40 |
## Eval results
|
41 |
-
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
```bibtex
|
45 |
@inproceedings{...,
|
|
|
33 |
print(translated_sentences)
|
34 |
```
|
35 |
|
|
|
|
|
|
|
|
|
36 |
## Eval results
|
37 |
+
We evaluated our data on the [WMT21 test set](https://github.com/wmt-conference/wmt21-news-systems/). These are the chrF scores for our published models:
|
38 |
+
|
39 |
+
| model | chrF |
|
40 |
+
|:---------------|:------|
|
41 |
+
| Base | 56.8 |
|
42 |
+
| Base_deep | 57.1 |
|
43 |
+
| Big | 57.7 |
|
44 |
+
| Big_deep | 57.7 |
|
45 |
+
## BibTeX entry and citation info
|
46 |
|
47 |
```bibtex
|
48 |
@inproceedings{...,
|