tomaarsen HF staff commited on
Commit
347d95c
1 Parent(s): 58ed553

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md CHANGED
@@ -1,4 +1,34 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  - config_name: all
4
  features:
@@ -338,3 +368,48 @@ configs:
338
  - split: train
339
  path: en-sv/train-*
340
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ - bg
5
+ - cs
6
+ - da
7
+ - de
8
+ - el
9
+ - es
10
+ - et
11
+ - fi
12
+ - fr
13
+ - hu
14
+ - it
15
+ - lt
16
+ - lv
17
+ - nl
18
+ - pl
19
+ - pt
20
+ - ro
21
+ - sk
22
+ - sl
23
+ - sv
24
+ size_categories:
25
+ - 10M<n<100M
26
+ task_categories:
27
+ - feature-extraction
28
+ - sentence-similarity
29
+ pretty_name: Europarl
30
+ tags:
31
+ - sentence-transformers
32
  dataset_info:
33
  - config_name: all
34
  features:
 
368
  - split: train
369
  path: en-sv/train-*
370
  ---
371
+
372
+ # Dataset Card for Parallel Sentences - Europarl
373
+
374
+ 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/).
375
+ In particular, this dataset contains the [Europarl](https://opus.nlpl.eu/Europarl/corpus/version/Europarl) dataset.
376
+
377
+ ## Related Datasets
378
+
379
+ The following datasets are also a part of the Parallel Sentences collection:
380
+ * [parallel-sentences-europarl](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-europarl)
381
+ * [parallel-sentences-global-voices](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-global-voices)
382
+ * [parallel-sentences-muse](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-muse)
383
+ * [parallel-sentences-jw300](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-jw300)
384
+ * [parallel-sentences-news-commentary](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-news-commentary)
385
+ * [parallel-sentences-opensubtitles](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-opensubtitles)
386
+ * [parallel-sentences-talks](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-talks)
387
+ * [parallel-sentences-taboeba](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-taboeba)
388
+ * [parallel-sentences-wikimatrix](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-wikimatrix)
389
+ * [parallel-sentences-wikititles](https://huggingface.co/datasets/sentence-transformers/parallel-sentences-wikititles)
390
+
391
+ These datasets can be used to train multilingual sentence embedding models. For more information, see [sbert.net - Multilingual Models](https://www.sbert.net/examples/training/multilingual/README.html).
392
+
393
+ ## Dataset Subsets
394
+
395
+ ### `all` subset
396
+
397
+ * Columns: "english", "non_english"
398
+ * Column types: `str`, `str`
399
+ * Examples:
400
+ ```python
401
+
402
+ ```
403
+ * Collection strategy: Combining all other subsets from this dataset.
404
+ * Deduplified: No
405
+
406
+ ### `en-...` subsets
407
+
408
+ * Columns: "english", "non_english"
409
+ * Column types: `str`, `str`
410
+ * Examples:
411
+ ```python
412
+
413
+ ```
414
+ * 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.
415
+ * Deduplified: Yes