Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,47 +1,47 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
-
|
5 |
-
dtype: string
|
6 |
-
-
|
7 |
-
dtype: string
|
8 |
-
-
|
9 |
-
dtype: string
|
10 |
-
splits:
|
11 |
-
-
|
12 |
-
num_bytes: 173031
|
13 |
-
num_examples: 5071
|
14 |
-
download_size: 119296
|
15 |
-
dataset_size: 173031
|
16 |
-
configs:
|
17 |
-
- config_name: default
|
18 |
-
data_files:
|
19 |
-
- split: train
|
20 |
-
path: data/train-*
|
21 |
-
language:
|
22 |
-
- br
|
23 |
-
- fra
|
24 |
-
- eng
|
25 |
-
license: cc-by-4.0
|
26 |
-
task_categories:
|
27 |
-
- translation
|
28 |
-
---
|
29 |
-
|
30 |
-
|
31 |
-
## Description
|
32 |
-
Alignement des parties en breton, français et anglais du jeu de données [Gatitos](https://huggingface.co/datasets/FrancophonIA/gatitos) afin de créer un jeu de données de traduction.
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
## Citation
|
37 |
-
```
|
38 |
-
@misc{jones2023bilexrxlexicaldata,
|
39 |
-
title={Bilex Rx: Lexical Data Augmentation for Massively Multilingual Machine Translation},
|
40 |
-
author={Alex Jones and Isaac Caswell and Ishank Saxena and Orhan Firat},
|
41 |
-
year={2023},
|
42 |
-
eprint={2303.15265},
|
43 |
-
archivePrefix={arXiv},
|
44 |
-
primaryClass={cs.CL},
|
45 |
-
url={https://arxiv.org/abs/2303.15265},
|
46 |
-
}
|
47 |
```
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: br
|
5 |
+
dtype: string
|
6 |
+
- name: en
|
7 |
+
dtype: string
|
8 |
+
- name: fr
|
9 |
+
dtype: string
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
num_bytes: 173031
|
13 |
+
num_examples: 5071
|
14 |
+
download_size: 119296
|
15 |
+
dataset_size: 173031
|
16 |
+
configs:
|
17 |
+
- config_name: default
|
18 |
+
data_files:
|
19 |
+
- split: train
|
20 |
+
path: data/train-*
|
21 |
+
language:
|
22 |
+
- br
|
23 |
+
- fra
|
24 |
+
- eng
|
25 |
+
license: cc-by-4.0
|
26 |
+
task_categories:
|
27 |
+
- translation
|
28 |
+
---
|
29 |
+
|
30 |
+
|
31 |
+
## Description
|
32 |
+
Alignement des parties en breton, français et anglais du jeu de données [Gatitos](https://huggingface.co/datasets/FrancophonIA/gatitos) afin de créer un jeu de données de traduction.
|
33 |
+
|
34 |
+
|
35 |
+
|
36 |
+
## Citation
|
37 |
+
```
|
38 |
+
@misc{jones2023bilexrxlexicaldata,
|
39 |
+
title={Bilex Rx: Lexical Data Augmentation for Massively Multilingual Machine Translation},
|
40 |
+
author={Alex Jones and Isaac Caswell and Ishank Saxena and Orhan Firat},
|
41 |
+
year={2023},
|
42 |
+
eprint={2303.15265},
|
43 |
+
archivePrefix={arXiv},
|
44 |
+
primaryClass={cs.CL},
|
45 |
+
url={https://arxiv.org/abs/2303.15265},
|
46 |
+
}
|
47 |
```
|