mangaphd commited on
Commit
7dc91da
·
1 Parent(s): c2ee966

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -19,17 +19,21 @@ It achieves the following results on the evaluation set:
19
  - Train Accuracy: 0.9799
20
  - Epoch: 4
21
 
 
 
 
22
  ## Model description
23
 
24
- More information needed
 
25
 
26
  ## Intended uses & limitations
27
 
28
- More information needed
29
 
30
  ## Training and evaluation data
31
 
32
- More information needed
33
 
34
  ## Training procedure
35
 
 
19
  - Train Accuracy: 0.9799
20
  - Epoch: 4
21
 
22
+ The sentiment fine-tuning was done on Hausa Language.
23
+ Model Repository : https://github.com/YobeStateUniversity/HausaSentiLex
24
+
25
  ## Model description
26
 
27
+ HausaSentiLex is a pretrained lexicon low resources language model. The model was trained on Hausa Language (Hausa is a Chadic language spoken by the Hausa people in the northern half of Nigeria, Niger, Ghana, Cameroon, Benin and Togo, and the southern half of Niger, Chad and Sudan, with significant minorities in Ivory Coast. It is the most widely spoken language in West Africa, and one of the most widely spoken languages in Africa as a whole).
28
+ The model has been shown to obtain competitive downstream performances on text classification on trained language.
29
 
30
  ## Intended uses & limitations
31
 
32
+ You can use this model with Transformers for sentiment analysis task in Hausa Language.
33
 
34
  ## Training and evaluation data
35
 
36
+
37
 
38
  ## Training procedure
39