Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -399,7 +399,10 @@ These datasets can be used to train multilingual sentence embedding models. For
|
|
399 |
* Column types: `str`, `str`
|
400 |
* Examples:
|
401 |
```python
|
402 |
-
|
|
|
|
|
|
|
403 |
```
|
404 |
* Collection strategy: Combining all other subsets from this dataset.
|
405 |
* Deduplified: No
|
@@ -410,7 +413,10 @@ These datasets can be used to train multilingual sentence embedding models. For
|
|
410 |
* Column types: `str`, `str`
|
411 |
* Examples:
|
412 |
```python
|
413 |
-
|
|
|
|
|
|
|
414 |
```
|
415 |
* 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.
|
416 |
* Deduplified: Yes
|
|
|
399 |
* Column types: `str`, `str`
|
400 |
* Examples:
|
401 |
```python
|
402 |
+
{
|
403 |
+
"english": "Membership of Parliament: see Minutes",
|
404 |
+
"non_english": "Състав на Парламента: вж. протоколи"
|
405 |
+
}
|
406 |
```
|
407 |
* Collection strategy: Combining all other subsets from this dataset.
|
408 |
* Deduplified: No
|
|
|
413 |
* Column types: `str`, `str`
|
414 |
* Examples:
|
415 |
```python
|
416 |
+
{
|
417 |
+
"english": "Resumption of the session",
|
418 |
+
"non_english": "Reanudación del período de sesiones"
|
419 |
+
}
|
420 |
```
|
421 |
* 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.
|
422 |
* Deduplified: Yes
|