RogerB commited on
Commit
5ca9a66
1 Parent(s): 95905e1

End of training

Browse files
Files changed (3) hide show
  1. README.md +6 -6
  2. config.json +6 -6
  3. pytorch_model.bin +1 -1
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: 1.0146
21
- - F1: 0.4825
22
 
23
  ## Model description
24
 
@@ -40,7 +40,7 @@ The following hyperparameters were used during training:
40
  - learning_rate: 5e-06
41
  - train_batch_size: 4
42
  - eval_batch_size: 4
43
- - seed: 725689
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - num_epochs: 3
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | F1 |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|
52
- | 1.109 | 1.0 | 1013 | 1.0886 | 0.3808 |
53
- | 1.094 | 2.0 | 2026 | 1.0201 | 0.5140 |
54
- | 1.0311 | 3.0 | 3039 | 0.9908 | 0.5209 |
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.7943
21
+ - F1: 0.6813
22
 
23
  ## Model description
24
 
 
40
  - learning_rate: 5e-06
41
  - train_batch_size: 4
42
  - eval_batch_size: 4
43
+ - seed: 726105
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - num_epochs: 3
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | F1 |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | 0.9435 | 1.0 | 1013 | 0.7470 | 0.6962 |
53
+ | 0.7633 | 2.0 | 2026 | 0.5672 | 0.7837 |
54
+ | 0.6721 | 3.0 | 3039 | 0.5856 | 0.8014 |
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,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0fcb7bfdcb3cb2c99a0fcee93dcfccc21d2ee59dca015c1f699eed45760a73f2
3
  size 2239710062
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3870b6589c6f873d2b06a11cec9350f58265f0b2f8cc694c6889e46a85d4da0
3
  size 2239710062