tomaarsen HF staff commited on
Commit
d366ddd
1 Parent(s): e5814e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1206,7 +1206,10 @@ These datasets can be used to train multilingual sentence embedding models. For
1206
  * Column types: `str`, `str`
1207
  * Examples:
1208
  ```python
1209
-
 
 
 
1210
  ```
1211
  * Collection strategy: Combining all other subsets from this dataset.
1212
  * Deduplified: No
@@ -1217,7 +1220,10 @@ These datasets can be used to train multilingual sentence embedding models. For
1217
  * Column types: `str`, `str`
1218
  * Examples:
1219
  ```python
1220
-
 
 
 
1221
  ```
1222
  * Collection strategy: Processing the raw data from [parallel-sentences](https://huggingface.co/datasets/sentence-transformers/parallel-sentences) and formatting it in Parquet, followed by deduplication.
1223
  * Deduplified: Yes
 
1206
  * Column types: `str`, `str`
1207
  * Examples:
1208
  ```python
1209
+ {
1210
+ 'english': "See, the thing we're doing right now is we're forcing people to learn mathematics.",
1211
+ 'non_english': 'حسناً ان ما نقوم به اليوم .. هو ان نجبر الطلاب لتعلم الرياضيات',
1212
+ }
1213
  ```
1214
  * Collection strategy: Combining all other subsets from this dataset.
1215
  * Deduplified: No
 
1220
  * Column types: `str`, `str`
1221
  * Examples:
1222
  ```python
1223
+ {
1224
+ 'english': "So I think practicality is one case where it's worth teaching people by hand.",
1225
+ 'non_english': 'Ich denke, dass es sich aus diesem Grund lohnt, den Leuten das Rechnen von Hand beizubringen.',
1226
+ }
1227
  ```
1228
  * Collection strategy: Processing the raw data from [parallel-sentences](https://huggingface.co/datasets/sentence-transformers/parallel-sentences) and formatting it in Parquet, followed by deduplication.
1229
  * Deduplified: Yes