tomaarsen HF staff commited on
Commit
a5a1577
1 Parent(s): ad8147f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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.