RogerB commited on
Commit
3fc1fe9
1 Parent(s): 9312d90

End of training

Browse files
Files changed (2) hide show
  1. README.md +5 -5
  2. config.json +6 -6
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [RogerB/afro-xlmr-large-kinte-domain-kinte-task](https://huggingface.co/RogerB/afro-xlmr-large-kinte-domain-kinte-task) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.9083
21
- - F1: 0.6901
22
 
23
  ## Model description
24
 
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | F1 |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|
52
- | 0.9041 | 1.0 | 1013 | 0.6556 | 0.7264 |
53
- | 0.7187 | 2.0 | 2026 | 0.5503 | 0.7834 |
54
- | 0.6232 | 3.0 | 3039 | 0.4898 | 0.8259 |
55
 
56
 
57
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [RogerB/afro-xlmr-large-kinte-domain-kinte-task](https://huggingface.co/RogerB/afro-xlmr-large-kinte-domain-kinte-task) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.9515
21
+ - F1: 0.6998
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | F1 |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | 0.897 | 1.0 | 1013 | 0.6385 | 0.7419 |
53
+ | 0.7098 | 2.0 | 2026 | 0.5148 | 0.8051 |
54
+ | 0.6026 | 3.0 | 3039 | 0.4820 | 0.8330 |
55
 
56
 
57
  ### Framework versions
config.json CHANGED
@@ -11,16 +11,16 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 1024,
13
  "id2label": {
14
- "0": "LABEL_0",
15
- "1": "LABEL_1",
16
- "2": "LABEL_2"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 4096,
20
  "label2id": {
21
- "LABEL_0": 0,
22
- "LABEL_1": 1,
23
- "LABEL_2": 2
24
  },
25
  "layer_norm_eps": 1e-05,
26
  "max_position_embeddings": 514,
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 1024,
13
  "id2label": {
14
+ "0": "positive",
15
+ "1": "neutral",
16
+ "2": "negative"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 4096,
20
  "label2id": {
21
+ "negative": 2,
22
+ "neutral": 1,
23
+ "positive": 0
24
  },
25
  "layer_norm_eps": 1e-05,
26
  "max_position_embeddings": 514,