Hailay commited on
Commit
2cec33f
1 Parent(s): 5d5b06e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -6,8 +6,22 @@ language:
6
 
7
  Model Card
8
 
9
- EXLMR has been designed with specific support for underrepresented languages, particularly those spoken in Ethiopia (such as Amharic, Tigrinya, and Afaan Oromo).Like XLM-RoBERTa, EXLMR can handle multiple languages simultaneously, making it effective for cross-lingual tasks such as machine translation, multilingual text classification, and question answering.EXLMR-base follows the same architecture as RoBERTa-base, with 12 layers, 768 hidden dimensions, and 12 attention heads, totaling approximately 270M parameters.
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  |Model|Vocabulary Size|
11
  |---|---|
12
  |XLM-Roberta|250002|
13
- |EXLMR|280147|
 
 
6
 
7
  Model Card
8
 
9
+ EXLMR has been designed with specific support for underrepresented languages, particularly those spoken in Ethiopia (such as Amharic, Tigrinya, and Afaan Oromo). Like XLM-RoBERTa, EXLMR can be finetuned to handle multiple languages simultaneously, making it effective for cross-lingual tasks such as machine translation, multilingual text classification, and question answering.EXLMR-base follows the same architecture as RoBERTa-base, with 12 layers, 768 hidden dimensions, and 12 attention heads, totaling approximately 270M parameters.
10
+
11
+
12
+ Use Cases:
13
+
14
+ #Text Classification: This can be fine-tuned for text classification tasks in Ethiopian languages.
15
+
16
+ #Machine Translation: Useful for building machine translation models between Ethiopian and other languages.
17
+
18
+ #Named Entity Recognition (NER): This can be applied to entity recognition tasks for low-resource languages like Amharic and Tigrinya.
19
+
20
+ #Question Answering: Fine-tuned for multilingual question-answering tasks, supporting cross-lingual information retrieval
21
+
22
+
23
  |Model|Vocabulary Size|
24
  |---|---|
25
  |XLM-Roberta|250002|
26
+ |EXLMR|280147|
27
+