Unify readme format
#5
by
clarine
- opened
README.md
CHANGED
@@ -21,15 +21,15 @@ Model name: `passage-ranker.mango`
|
|
21 |
|
22 |
The model was trained and tested in the following languages:
|
23 |
|
24 |
-
- Chinese (simplified)
|
25 |
-
- Dutch
|
26 |
- English
|
27 |
- French
|
28 |
- German
|
|
|
29 |
- Italian
|
|
|
30 |
- Japanese
|
31 |
- Portuguese
|
32 |
-
-
|
33 |
|
34 |
Besides the aforementioned languages, basic support can be expected for additional 93 languages that were used during the pretraining of the base model (see
|
35 |
[list of languages](https://github.com/google-research/bert/blob/master/multilingual.md#list-of-languages)).
|
@@ -117,8 +117,8 @@ We evaluated the model on the datasets of the [MIRACL benchmark](https://github.
|
|
117 |
|
118 |
| Language | NDCG@10 |
|
119 |
|:----------------------|--------:|
|
120 |
-
| Chinese (simplified) | 0.463 |
|
121 |
| French | 0.447 |
|
122 |
| German | 0.415 |
|
123 |
-
| Japanese | 0.526 |
|
124 |
| Spanish | 0.485 |
|
|
|
|
|
|
21 |
|
22 |
The model was trained and tested in the following languages:
|
23 |
|
|
|
|
|
24 |
- English
|
25 |
- French
|
26 |
- German
|
27 |
+
- Spanish
|
28 |
- Italian
|
29 |
+
- Dutch
|
30 |
- Japanese
|
31 |
- Portuguese
|
32 |
+
- Chinese (simplified)
|
33 |
|
34 |
Besides the aforementioned languages, basic support can be expected for additional 93 languages that were used during the pretraining of the base model (see
|
35 |
[list of languages](https://github.com/google-research/bert/blob/master/multilingual.md#list-of-languages)).
|
|
|
117 |
|
118 |
| Language | NDCG@10 |
|
119 |
|:----------------------|--------:|
|
|
|
120 |
| French | 0.447 |
|
121 |
| German | 0.415 |
|
|
|
122 |
| Spanish | 0.485 |
|
123 |
+
| Japanese | 0.526 |
|
124 |
+
| Chinese (simplified) | 0.463 |
|