Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -920,7 +920,10 @@ These datasets can be used to train multilingual sentence embedding models. For
|
|
920 |
* Column types: `str`, `str`
|
921 |
* Examples:
|
922 |
```python
|
923 |
-
|
|
|
|
|
|
|
924 |
```
|
925 |
* Collection strategy: Combining all other subsets from this dataset.
|
926 |
* Deduplified: No
|
@@ -931,7 +934,10 @@ These datasets can be used to train multilingual sentence embedding models. For
|
|
931 |
* Column types: `str`, `str`
|
932 |
* Examples:
|
933 |
```python
|
934 |
-
|
|
|
|
|
|
|
935 |
```
|
936 |
* 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.
|
937 |
* Deduplified: Yes
|
|
|
920 |
* Column types: `str`, `str`
|
921 |
* Examples:
|
922 |
```python
|
923 |
+
{
|
924 |
+
"english": "I will go down with you into Egypt, and I will also surely bring you up again."",
|
925 |
+
"non_english": "Аз ще бъда с тебе в Египет и Аз ще те изведа назад.""
|
926 |
+
}
|
927 |
```
|
928 |
* Collection strategy: Combining all other subsets from this dataset.
|
929 |
* Deduplified: No
|
|
|
934 |
* Column types: `str`, `str`
|
935 |
* Examples:
|
936 |
```python
|
937 |
+
{
|
938 |
+
"english": "By Him Who is the Lord of mankind!",
|
939 |
+
"non_english": "しかしながら人主の患はまた人を信ぜざるにもある。"
|
940 |
+
}
|
941 |
```
|
942 |
* 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.
|
943 |
* Deduplified: Yes
|