Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -535,7 +535,10 @@ These datasets can be used to train multilingual sentence embedding models. For
|
|
535 |
* Column types: `str`, `str`
|
536 |
* Examples:
|
537 |
```python
|
538 |
-
|
|
|
|
|
|
|
539 |
```
|
540 |
* Collection strategy: Combining all other subsets from this dataset.
|
541 |
* Deduplified: No
|
@@ -546,7 +549,10 @@ These datasets can be used to train multilingual sentence embedding models. For
|
|
546 |
* Column types: `str`, `str`
|
547 |
* Examples:
|
548 |
```python
|
549 |
-
|
|
|
|
|
|
|
550 |
```
|
551 |
* 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.
|
552 |
* Deduplified: Yes
|
|
|
535 |
* Column types: `str`, `str`
|
536 |
* Examples:
|
537 |
```python
|
538 |
+
{
|
539 |
+
"english": "We're thrilled to be honored as the jury's choice for the Best Journalistic Blog in English.",
|
540 |
+
"non_english": "تغمرنا السعادة بهذا التكريم باختيارنا أفضل مدونة صحفية بالإنجليزية."
|
541 |
+
}
|
542 |
```
|
543 |
* Collection strategy: Combining all other subsets from this dataset.
|
544 |
* Deduplified: No
|
|
|
549 |
* Column types: `str`, `str`
|
550 |
* Examples:
|
551 |
```python
|
552 |
+
{
|
553 |
+
"english": "Lisa Stone of Surfette was on the jury that chose our blog for the DW honor.",
|
554 |
+
"non_english": "Lisa Stone, do Surfette, participou do júri que escolher o nosso blog para a honra."
|
555 |
+
}
|
556 |
```
|
557 |
* 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.
|
558 |
* Deduplified: Yes
|