tomaarsen HF staff commited on
Commit
64bfbcb
โ€ข
1 Parent(s): 8452e27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -50,7 +50,7 @@ size_categories:
50
  task_categories:
51
  - feature-extraction
52
  - sentence-similarity
53
- pretty_name: OpenSubtitle
54
  tags:
55
  - sentence-transformers
56
  dataset_info:
@@ -767,6 +767,8 @@ configs:
767
  This dataset contains parallel sentences (i.e. English sentence + the same sentences in another language) for numerous other languages. Most of the sentences originate from the [OPUS website](https://opus.nlpl.eu/).
768
  In particular, this dataset contains the [OpenSubtitles](https://opus.nlpl.eu/OpenSubtitles/corpus/version/OpenSubtitles) dataset.
769
 
 
 
770
  ## Related Datasets
771
 
772
  The following datasets are also a part of the Parallel Sentences collection:
@@ -791,7 +793,10 @@ These datasets can be used to train multilingual sentence embedding models. For
791
  * Column types: `str`, `str`
792
  * Examples:
793
  ```python
794
-
 
 
 
795
  ```
796
  * Collection strategy: Combining all other subsets from this dataset.
797
  * Deduplified: No
@@ -802,7 +807,10 @@ These datasets can be used to train multilingual sentence embedding models. For
802
  * Column types: `str`, `str`
803
  * Examples:
804
  ```python
805
-
 
 
 
806
  ```
807
  * 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.
808
  * Deduplified: Yes
 
50
  task_categories:
51
  - feature-extraction
52
  - sentence-similarity
53
+ pretty_name: OpenSubtitles
54
  tags:
55
  - sentence-transformers
56
  dataset_info:
 
767
  This dataset contains parallel sentences (i.e. English sentence + the same sentences in another language) for numerous other languages. Most of the sentences originate from the [OPUS website](https://opus.nlpl.eu/).
768
  In particular, this dataset contains the [OpenSubtitles](https://opus.nlpl.eu/OpenSubtitles/corpus/version/OpenSubtitles) dataset.
769
 
770
+ Warning! The quality of this dataset is not great; many of the english and non-english texts don't match well, or are fully empty.
771
+
772
  ## Related Datasets
773
 
774
  The following datasets are also a part of the Parallel Sentences collection:
 
793
  * Column types: `str`, `str`
794
  * Examples:
795
  ```python
796
+ {
797
+ "english": "We can't predict it and we can't control it.",
798
+ "non_english": "ู†ุญู† ู„ุง ู†ูŽุณุชุทูŠุนู ุชูŽูˆูŽู‚ู‘ูุนู‡ ูˆู†ุญู† ู„ุง ู†ูŽุณุชุทูŠุนู ุงู„ุณูŽูŠู’ุทูŽุฑูŽุฉ ุนู„ูŠู‡."
799
+ }
800
  ```
801
  * Collection strategy: Combining all other subsets from this dataset.
802
  * Deduplified: No
 
807
  * Column types: `str`, `str`
808
  * Examples:
809
  ```python
810
+ {
811
+ "english": "ever faithful, ever true, nothing stops him, he'll get through.",
812
+ "non_english": "์šฐ๋ฆฌ์˜ ํ•œ๊ฒฐ๊ฐ™์€ ์‹ฌ๋ถ€๋ฆ„๊พผ ํ™ฉ์ƒˆ ์•„์ €์”จ ๊ฐ€๋Š” ๊ธธ์„ ๊ทธ ๋ˆ„๊ฐ€ ๋ง‰์œผ๋žด!"
813
+ }
814
  ```
815
  * 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.
816
  * Deduplified: Yes