coded-by-49 commited on
Commit
6298123
·
verified ·
1 Parent(s): 64cb49b

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -57,3 +57,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ hau_test_val.jsonl filter=lfs diff=lfs merge=lfs -text
61
+ igbo_test_val.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ wazobia_data_train_only.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ yor_test_val.jsonl filter=lfs diff=lfs merge=lfs -text
README.markdown ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - yor
4
+ - hau
5
+ - ibo
6
+ - eng
7
+ license: mit
8
+ task_categories:
9
+ - translation
10
+ task_ids:
11
+ - machine-translation
12
+ pretty_name: LangBridge Multilingual Translation Dataset
13
+ size_categories:
14
+ - 1M<n<10M
15
+ source_datasets:
16
+ - original
17
+ tags:
18
+ - nigerian-languages
19
+ - multilingual
20
+ - translation
21
+ ---
22
+
23
+ # LangBridge Multilingual Translation Dataset 🇳🇬
24
+
25
+ This dataset contains parallel translation pairs between **Yoruba (yor_Latn)**, **Hausa (hau_Latn)**, **Igbo (ibo_Latn)**, and **English (eng_Latn)**.
26
+ It was designed for fine-tuning multilingual translation models such as [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M), in order for it to achieve state of the art performance at translation tasks.
27
+
28
+ ---
29
+
30
+ ## 📦 Dataset Summary
31
+
32
+ The **LangBridge dataset** provides approximately **3.5 million** translation pairs across three Nigerian languages and English.
33
+
34
+ ### Training data
35
+ 1038492 ---> Hausa
36
+ 1239879 ---> Igbo
37
+ 1271811 ---> Yoruba
38
+
39
+ ### Testing and validation data
40
+ Please note that, the validation and testing data were made this way because of the proportion of line of each language. This was done to achieve equilibrium.
41
+ 58721 ---> Hausa
42
+ 93000 ---> Igbo
43
+ 100000 ---> Yoruba
44
+
45
+ It aims to improve translation quality for underrepresented African languages in NMT (Neural Machine Translation) systems.
46
+
47
+ Each record in the dataset follows the Ideal translation JSON structure:
48
+
49
+ ```json
50
+ {
51
+ "translation": {
52
+ "yor_Latn": "Mo feran ede Yoruba.",
53
+ "eng_Latn": "I love the Yoruba language."
54
+ }
55
+ }
56
+ {"translation":
57
+ {
58
+ "ibo_Latn": "Nd\u1ecb l\u1ecdghachiri n\u2019enwegh\u1ecb mgbagha g\u1ee5nyere Husseina Bangshika d\u1ecb ka osote onye isi ala, Steve Nwosu d\u1ecb ka Treasurer, Kabir Alabi Garba (osote onye isi ala West), Gabriel Akinadewo Folajimi (onye enyemaka odeakw\u1ee5kw\u1ecd), Umoru Ibrahim (Vice President North), Muhammad Sanusi na Paulyn Owhievbie Ugbodaga (ha ab\u1ee5\u1ecd Standing Committee). North). Ach\u1ee5p\u1ee5r\u1ee5 Messrs Akinreti Qasim (\u1ecckwa odeakw\u1ee5kw\u1ecd ukwu) na Ademola Adegbamigbe (K\u1ecdmitii guzoro \u1ecdt\u1ecd) maka akw\u1ee5kw\u1ecd na-ezighi ezi..",
59
+
60
+ "eng_Latn": "Those who do not have a quarrel with Husseina Bangshika, like the current President, Steve Nwosu as Treasurer, Kabir Alabi Garba (current President West), Gabriel Akinadewo Folajimi (assistant secretary), Umoru Ibrahim (Vice President North), Muhammad Sanusi and Paulyn Owhievbie Ugbodaga (both Standing Committee members). Also, Messrs Akinreti Qasim (Assistant Secretary General) and Ad"
61
+
62
+ }}
63
+
64
+ As you can see the utf-encoding of some of the rather complex tokens like A, E, I, Ị, O, Ọ, U, Ụ have already been transformed into UTF-8 encoding and this is perfectly fine. Your compile as well as your tranformer would not face any troubles during traning.
hau_test_val.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f84d9cdff65aa4aa914097078624f1aaef2d12998aab11fd2d488c7ddfddf5f
3
+ size 16025472
igbo_test_val.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:811da5356f3faf6ba2f6f1694a9ab84249185bee98794385bd2c0e8277f4baed
3
+ size 25678595
wazobia_data_train_only.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22180dd7190ebb5e276811c99826f0bc77f1ac6729122159f0d8dc884d2998ec
3
+ size 1008033914
yor_test_val.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb92fbf4c361e2fb5bf67d805d9ded62db40478d66c73f3425d2bb17ddbdddfd
3
+ size 30242036