Davlan commited on
Commit
f27da9d
1 Parent(s): b5902a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md CHANGED
@@ -1,3 +1,91 @@
1
  ---
2
  license: afl-3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: afl-3.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: afro-xlmr-large-61L
7
+ results: []
8
+ language:
9
+ - en
10
+ - fr
11
+ - ar
12
+ - ha
13
+ - ig
14
+ - yo
15
+ - rn
16
+ - rw
17
+ - sn
18
+ - xh
19
+ - zu
20
+ - om
21
+ - am
22
+ - so
23
+ - st
24
+ - ny
25
+ - mg
26
+ - sw
27
+ - af
28
+ - pcm
29
+ - pt
30
+ - ee
31
+ - ln
32
+ - tw
33
+ - ts
34
+ - ti
35
+ - tn
36
+ - arz
37
+ - nso
38
+
39
+
40
  ---
41
+
42
+
43
+ # afro-xlmr-large-61L
44
+
45
+ AfroXLMR-large was created by MLM adaptation of XLM-R-large model on 61 languages widely spoken in Africa
46
+ including 4 high resource languages.
47
+
48
+ ### Pre-training corpus
49
+ A mix of mC4, Wikipedia and OPUS data
50
+
51
+ ### Languages
52
+
53
+ There are 16 languages available :
54
+ - Amharic (amh)
55
+ - English (eng)
56
+ - French (fra)
57
+ - Hausa (hau)
58
+ - Igbo (ibo)
59
+ - Lingala (lin)
60
+ - Luganda (lug)
61
+ - Oromo (orm)
62
+ - Nigerian Pidgin (pcm)
63
+ - Rundi (run)
64
+ - chShona (sna)
65
+ - Somali (som)
66
+ - Kiswahili (swą)
67
+ - Tigrinya (tir)
68
+ - isiXhosa (xho)
69
+ - Yorùbá (yor)
70
+
71
+
72
+
73
+ ### BibTeX entry and citation info
74
+ ```
75
+ @inproceedings{alabi-etal-2022-adapting,
76
+ title = "Adapting Pre-trained Language Models to {A}frican Languages via Multilingual Adaptive Fine-Tuning",
77
+ author = "Alabi, Jesujoba O. and
78
+ Adelani, David Ifeoluwa and
79
+ Mosbach, Marius and
80
+ Klakow, Dietrich",
81
+ booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
82
+ month = oct,
83
+ year = "2022",
84
+ address = "Gyeongju, Republic of Korea",
85
+ publisher = "International Committee on Computational Linguistics",
86
+ url = "https://aclanthology.org/2022.coling-1.382",
87
+ pages = "4336--4349",
88
+ abstract = "Multilingual pre-trained language models (PLMs) have demonstrated impressive performance on several downstream tasks for both high-resourced and low-resourced languages. However, there is still a large performance drop for languages unseen during pre-training, especially African languages. One of the most effective approaches to adapt to a new language is language adaptive fine-tuning (LAFT) {---} fine-tuning a multilingual PLM on monolingual texts of a language using the pre-training objective. However, adapting to target language individually takes large disk space and limits the cross-lingual transfer abilities of the resulting models because they have been specialized for a single language. In this paper, we perform multilingual adaptive fine-tuning on 17 most-resourced African languages and three other high-resource languages widely spoken on the African continent to encourage cross-lingual transfer learning. To further specialize the multilingual PLM, we removed vocabulary tokens from the embedding layer that corresponds to non-African writing scripts before MAFT, thus reducing the model size by around 50{\%}. Our evaluation on two multilingual PLMs (AfriBERTa and XLM-R) and three NLP tasks (NER, news topic classification, and sentiment classification) shows that our approach is competitive to applying LAFT on individual languages while requiring significantly less disk space. Additionally, we show that our adapted PLM also improves the zero-shot cross-lingual transfer abilities of parameter efficient fine-tuning methods.",
89
+ }
90
+
91
+ ```