michsethowusu commited on
Commit
947ad11
·
verified ·
1 Parent(s): 7df97e0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -17
README.md CHANGED
@@ -1,19 +1,41 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: eng
5
- dtype: string
6
- - name: yor
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 100173882
11
- num_examples: 411461
12
- download_size: 58504977
13
- dataset_size: 100173882
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ - yor
6
+ multilinguality: translation
7
+ size_categories:
8
+ - unknown
9
+ source_datasets:
10
+ - original
11
+ tags:
12
+ - parallel-corpus
13
+ - translation
14
+ - yoruba
 
 
 
 
15
  ---
16
+
17
+ # English-Yoruba Parallel Dataset
18
+
19
+ This dataset contains parallel sentences in English and Yoruba (Nigeria).
20
+
21
+ ## Dataset Information
22
+
23
+ - **Language Pair**: English ↔ Yoruba
24
+ - **Language Code**: yor
25
+ - **Country**: Nigeria
26
+ - **Original Source**: [OPUS MT560 Dataset](https://opus.nlpl.eu/MT560)
27
+
28
+ ## Dataset Structure
29
+
30
+ The dataset contains parallel sentences that can be used for:
31
+ - Machine translation training
32
+ - Cross-lingual NLP tasks
33
+ - Language model fine-tuning
34
+
35
+ ## Citation
36
+
37
+ If you use this dataset, please cite the citation guide of the original OPUS MT560 dataset.
38
+
39
+ ## License
40
+
41
+ This dataset is released under the Creative Commons Attribution 4.0 International License.