de-francophones commited on
Commit
6da3e99
·
verified ·
1 Parent(s): a619ee9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +60 -60
README.md CHANGED
@@ -1,60 +1,60 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: br
5
- dtype: string
6
- - name: fr
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 4099920
11
- num_examples: 23893
12
- download_size: 3022709
13
- dataset_size: 4099920
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
19
- task_categories:
20
- - translation
21
- language:
22
- - br
23
- - fr
24
- multilinguality:
25
- - multilingual
26
- ---
27
-
28
- ## Description
29
- Paires breton/français du jeu de données WikiMatrix disponible sur [OPUS](https://opus.nlpl.eu/results/br&fr/corpus-result-table).
30
-
31
- **⚠ Attention ⚠** : il y a des problèmes d'alignement. Ce jeu de données n'est donc pas utilisbale tel quel et un post-processing serait à effectuer.
32
-
33
-
34
- ## Citations
35
- #### WikiMatrix
36
- ```
37
- @misc{schwenk2019wikimatrixmining135mparallel,
38
- title={WikiMatrix: Mining 135M Parallel Sentences in 1620 Language Pairs from Wikipedia},
39
- author={Holger Schwenk and Vishrav Chaudhary and Shuo Sun and Hongyu Gong and Francisco Guzmán},
40
- year={2019},
41
- eprint={1907.05791},
42
- archivePrefix={arXiv},
43
- primaryClass={cs.CL},
44
- url={https://arxiv.org/abs/1907.05791},
45
- }
46
- ```
47
- #### OPUS
48
- ```
49
- @inbook{4992de1b5fb34f3e9691772606b36edf,
50
- title = "News from OPUS - A Collection of Multilingual Parallel Corpora with Tools and Interfaces",
51
- author = "J{\"o}rg Tiedemann",
52
- year = "2009",
53
- language = "odefinierat/ok{\"a}nt",
54
- volume = "V",
55
- pages = "237--248",
56
- editor = "N. Nicolov and K. Bontcheva and G. Angelova and R. Mitkov",
57
- booktitle = "Recent Advances in Natural Language Processing",
58
-
59
- }
60
- ```
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - naume: br
5
+ dtype: string
6
+ - naume: fr
7
+ dtype: string
8
+ splits:
9
+ - naume: train
10
+ num_bytes: 4099920
11
+ num_examples: 23893
12
+ download_size: 3022709
13
+ dataset_size: 4099920
14
+ configs:
15
+ - config_name: default
16
+ data_files:
17
+ - split: train
18
+ path: data/train-*
19
+ task_categories:
20
+ - translation
21
+ language:
22
+ - br
23
+ - fra
24
+ multilinguality:
25
+ - multilingual
26
+ ---
27
+
28
+ ## Description
29
+ Paires breton/français du jeu de données WikiMatrix disponible sur [OPUS](https://opus.nlpl.eu/results/br&fr/corpus-result-table).
30
+
31
+ **⚠ Attention ⚠** : il y a des problèmes d'alignement. Ce jeu de données n'est donc pas utilisbale tel quel et un post-processing serait à effectuer.
32
+
33
+
34
+ ## Citations
35
+ #### WikiMatrix
36
+ ```
37
+ @misc{schwenk2019wikimatrixmining135mparallel,
38
+ title={WikiMatrix: Mining 135M Parallel Sentences in 1620 Language Pairs from Wikipedia},
39
+ author={Holger Schwenk and Vishrav Chaudhary and Shuo Sun and Hongyu Gong and Francisco Guzmán},
40
+ year={2019},
41
+ eprint={1907.05791},
42
+ archivePrefix={arXiv},
43
+ primaryClass={cs.CL},
44
+ url={https://arxiv.org/abs/1907.05791},
45
+ }
46
+ ```
47
+ #### OPUS
48
+ ```
49
+ @inbook{4992de1b5fb34f3e9691772606b36edf,
50
+ title = "News from OPUS - A Collection of Multilingual Parallel Corpora with Tools and Interfaces",
51
+ author = "J{\"o}rg Tiedemann",
52
+ year = "2009",
53
+ language = "odefinierat/ok{\"a}nt",
54
+ volume = "V",
55
+ pages = "237--248",
56
+ editor = "N. Nicolov and K. Bontcheva and G. Angelova and R. Mitkov",
57
+ booktitle = "Recent Advances in Natural Language Processing",
58
+
59
+ }
60
+ ```