Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1233,8 +1233,8 @@ These datasets can be used to train multilingual sentence embedding models. For
|
|
| 1233 |
* Examples:
|
| 1234 |
```python
|
| 1235 |
{
|
| 1236 |
-
"english": "",
|
| 1237 |
-
"non_english": "",
|
| 1238 |
}
|
| 1239 |
```
|
| 1240 |
* Collection strategy: Processing the data from [yhavinga/ccmatrix](https://huggingface.co/datasets/yhavinga/ccmatrix) and reformatting it in Parquet and with "english" and "non_english" columns.
|
|
|
|
| 1233 |
* Examples:
|
| 1234 |
```python
|
| 1235 |
{
|
| 1236 |
+
"english": "He and his mother will be standing vigil there.”",
|
| 1237 |
+
"non_english": "Él y su madre estarán de vigilia allí”.",
|
| 1238 |
}
|
| 1239 |
```
|
| 1240 |
* Collection strategy: Processing the data from [yhavinga/ccmatrix](https://huggingface.co/datasets/yhavinga/ccmatrix) and reformatting it in Parquet and with "english" and "non_english" columns.
|