hotchpotch
commited on
Commit
•
1c89894
1
Parent(s):
16d275b
Update README.md
Browse files
README.md
CHANGED
@@ -370,7 +370,22 @@ This repository contains data from [mMARCO](https://huggingface.co/datasets/unic
|
|
370 |
## Languages Covered
|
371 |
|
372 |
```
|
373 |
-
target_languages = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
374 |
```
|
375 |
|
376 |
## Hard Negative Data
|
|
|
370 |
## Languages Covered
|
371 |
|
372 |
```
|
373 |
+
target_languages = [
|
374 |
+
"english",
|
375 |
+
"chinese",
|
376 |
+
"french",
|
377 |
+
"german",
|
378 |
+
"indonesian",
|
379 |
+
"italian",
|
380 |
+
"portuguese",
|
381 |
+
"russian",
|
382 |
+
"spanish",
|
383 |
+
"arabic",
|
384 |
+
"dutch",
|
385 |
+
"hindi",
|
386 |
+
"japanese",
|
387 |
+
"vietnamese"
|
388 |
+
]
|
389 |
```
|
390 |
|
391 |
## Hard Negative Data
|