michsethowusu commited on
Commit
c5a0851
·
verified ·
1 Parent(s): 0dac5e9

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: dua
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 3118148
11
- num_examples: 15351
12
- download_size: 1858067
13
- dataset_size: 3118148
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
+ - dua
6
+ multilinguality: translation
7
+ size_categories:
8
+ - unknown
9
+ source_datasets:
10
+ - original
11
+ tags:
12
+ - parallel-corpus
13
+ - translation
14
+ - duala
 
 
 
 
15
  ---
16
+
17
+ # English-Duala Parallel Dataset
18
+
19
+ This dataset contains parallel sentences in English and Duala (Cameroon).
20
+
21
+ ## Dataset Information
22
+
23
+ - **Language Pair**: English ↔ Duala
24
+ - **Language Code**: dua
25
+ - **Country**: Cameroon
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.