Fah-d commited on
Commit
e8eed26
1 Parent(s): fccbfc3

Update README.md

Browse files

Edited Model Card

Files changed (1) hide show
  1. README.md +26 -5
README.md CHANGED
@@ -8,6 +8,10 @@ metrics:
8
  model-index:
9
  - name: xlm-yoruba-tweets-classifications
10
  results: []
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,18 +19,30 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # xlm-yoruba-tweets-classifications
17
 
18
- This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.7641
21
  - Accuracy: 0.6871
22
 
23
  ## Model description
24
 
25
- More information needed
 
 
 
 
 
26
 
27
- ## Intended uses & limitations
28
 
29
- More information needed
 
 
 
 
 
 
 
 
30
 
31
  ## Training and evaluation data
32
 
@@ -34,6 +50,11 @@ More information needed
34
 
35
  ## Training procedure
36
 
 
 
 
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
@@ -59,4 +80,4 @@ The following hyperparameters were used during training:
59
  - Transformers 4.35.2
60
  - Pytorch 2.1.0+cu121
61
  - Datasets 2.16.1
62
- - Tokenizers 0.15.1
 
8
  model-index:
9
  - name: xlm-yoruba-tweets-classifications
10
  results: []
11
+ datasets:
12
+ - shmuhammad/AfriSenti-twitter-sentiment
13
+ language:
14
+ - yo
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
19
 
20
  # xlm-yoruba-tweets-classifications
21
 
22
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an [shmuhammad/AfriSenti-twitter-sentiment](https://huggingface.co/datasets/shmuhammad/AfriSenti-twitter-sentiment)
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.7641
25
  - Accuracy: 0.6871
26
 
27
  ## Model description
28
 
29
+ This model is a fine-tuned version of the [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) pre-trained model, specifically trained on the [shmuhammad/AfriSenti-twitter-sentiment](https://huggingface.co/datasets/shmuhammad/AfriSenti-twitter-sentiment) dataset focusing on Yoruba tweets. It aims to perform sentiment classification on Yoruba tweets.
30
+ ## Key details:
31
+ • Type: Fine-tuned language model
32
+ • Base model: xlm-roberta-base
33
+ • Task: Yoruba tweet sentiment classification
34
+ • Dataset: shmuhammad/AfriSenti-twitter-sentiment (Yoruba subset)
35
 
 
36
 
37
+ ## Intended uses:
38
+ • Classifying sentiment (positive, negative, neutral) on Yoruba tweets.
39
+ • Can be used as a starting point for further fine-tuning on specific Yoruba tweet classification tasks.
40
+
41
+ ## Limitations:
42
+ • Trained on a limited dataset, potentially impacting performance on unseen data.
43
+ • Fine-tuned only for sentiment classification, not suitable for other tasks.
44
+ • Accuracy might not be optimal for all applications.
45
+
46
 
47
  ## Training and evaluation data
48
 
 
50
 
51
  ## Training procedure
52
 
53
+ • Dataset: shmuhammad/AfriSenti-twitter-sentiment (Yoruba subset)
54
+ • Data size: Specify the number of Yoruba tweets used for training and evaluation.
55
+ • Data description: Briefly describe the content and distribution of sentiment labels in the dataset.
56
+ • Data source: https://huggingface.co/datasets/shmuhammad/AfriSenti-twitter-sentiment
57
+
58
  ### Training hyperparameters
59
 
60
  The following hyperparameters were used during training:
 
80
  - Transformers 4.35.2
81
  - Pytorch 2.1.0+cu121
82
  - Datasets 2.16.1
83
+ - Tokenizers 0.15.1