Sam4rano commited on
Commit
65a7f24
·
verified ·
1 Parent(s): 283973b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -9
README.md CHANGED
@@ -1,12 +1,28 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
-
10
 
11
 
12
  ## Model Details
@@ -14,22 +30,25 @@ tags: []
14
  ### Model Description
15
 
16
  <!-- Provide a longer summary of what this model is. -->
 
 
 
17
 
18
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
- - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
  - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
30
  <!-- Provide the basic links for the model. -->
31
 
32
- - **Repository:** [More Information Needed]
33
  - **Paper [optional]:** [More Information Needed]
34
  - **Demo [optional]:** [More Information Needed]
35
 
@@ -53,7 +72,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
53
 
54
  <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
 
56
- [More Information Needed]
57
 
58
  ## Bias, Risks, and Limitations
59
 
 
1
  ---
2
  library_name: transformers
3
+ tags:
4
+ - sentiment-analysis
5
+ - text-classification
6
+ - multilingual
7
+ - nollywood
8
+ datasets:
9
+ - Davlan/nollysenti
10
+ language:
11
+ - yo
12
+ - en
13
+ - ig
14
+ - ha
15
+ metrics:
16
+ - accuracy
17
+ base_model:
18
+ - google-bert/bert-base-multilingual-cased
19
+ pipeline_tag: text-classification
20
  ---
21
 
22
  # Model Card for Model ID
23
 
24
  <!-- Provide a quick summary of what the model is/does. -->
25
+ This is a sentiment classification model fine-tuned on the NollySenti dataset provided by David Adelani for test. It is designed to classify the sentiment of movie reviews in multiple Nigerian languages and English
26
 
27
 
28
  ## Model Details
 
30
  ### Model Description
31
 
32
  <!-- Provide a longer summary of what this model is. -->
33
+ This model is a fine-tuned version of the bert-base-multilingual-cased model for sentiment classification. It was trained on the NollySenti dataset, which contains movie reviews in English, Hausa, Igbo, Nigerian Pidgin, and Yoruba, labeled as either positive or negative sentiment.
34
+
35
+
36
 
37
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
38
 
39
+ - **Developed by:** [Samuel Oyerinde]
40
  - **Funded by [optional]:** [More Information Needed]
41
+ - **Shared by [optional]:** [Sam4rano]
42
+ - **Model type:** [BertForSequenceClassification]
43
+ - **Language(s) (NLP):** [English, Hausa, Igbo, Nigerian Pidgin (pcm), Yoruba (yo)]
44
  - **License:** [More Information Needed]
45
+ - **Finetuned from model [optional]:** [bert-base-multilingual-cased]
46
 
47
  ### Model Sources [optional]
48
 
49
  <!-- Provide the basic links for the model. -->
50
 
51
+ - **Repository:** [https://huggingface.co/Sam4rano/nollysenti_classifier]
52
  - **Paper [optional]:** [More Information Needed]
53
  - **Demo [optional]:** [More Information Needed]
54
 
 
72
 
73
  <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
74
 
75
+ [This model is specifically trained for movie review sentiment analysis. It may not perform well on text from other domains or in languages it was not trained on. Using it for sensitive applications without further evaluation and fine-tuning is not recommended.]
76
 
77
  ## Bias, Risks, and Limitations
78