Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -56,7 +56,10 @@ These datasets can be used to train multilingual sentence embedding models. For
|
|
| 56 |
* Column types: `str`, `str`
|
| 57 |
* Examples:
|
| 58 |
```python
|
| 59 |
-
|
|
|
|
|
|
|
|
|
|
| 60 |
```
|
| 61 |
* Collection strategy: Processing the raw data from [parallel-sentences](https://huggingface.co/datasets/sentence-transformers/parallel-sentences) and formatting it in Parquet.
|
| 62 |
* Deduplified: No
|
|
|
|
| 56 |
* Column types: `str`, `str`
|
| 57 |
* Examples:
|
| 58 |
```python
|
| 59 |
+
{
|
| 60 |
+
"english": "Hossain Toufique Imam",
|
| 61 |
+
"non_english": "হোসেন তৌফিক ইমাম"
|
| 62 |
+
}
|
| 63 |
```
|
| 64 |
* Collection strategy: Processing the raw data from [parallel-sentences](https://huggingface.co/datasets/sentence-transformers/parallel-sentences) and formatting it in Parquet.
|
| 65 |
* Deduplified: No
|