Yousefmd commited on
Commit
1f7ef44
1 Parent(s): 08ba31f

Model save

Browse files
Files changed (2) hide show
  1. README.md +5 -5
  2. config.json +6 -6
README.md CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [Yousefmd/arabert-sentiment-classification](https://huggingface.co/Yousefmd/arabert-sentiment-classification) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.4122
20
- - Macro F1: 0.8907
21
- - Accuracy: 0.9027
22
 
23
  ## Model description
24
 
@@ -51,8 +51,8 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
54
- | 0.3872 | 1.0 | 1232 | 0.3184 | 0.8706 | 0.8836 |
55
- | 0.1721 | 2.0 | 2464 | 0.4122 | 0.8907 | 0.9027 |
56
 
57
 
58
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [Yousefmd/arabert-sentiment-classification](https://huggingface.co/Yousefmd/arabert-sentiment-classification) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5129
20
+ - Macro F1: 0.8172
21
+ - Accuracy: 0.8340
22
 
23
  ## Model description
24
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
54
+ | 0.532 | 1.0 | 1238 | 0.4517 | 0.8098 | 0.8279 |
55
+ | 0.3349 | 2.0 | 2476 | 0.5129 | 0.8172 | 0.8340 |
56
 
57
 
58
  ### Framework versions
config.json CHANGED
@@ -10,16 +10,16 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 1024,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 4096,
19
  "label2id": {
20
- "LABEL_0": 0,
21
- "LABEL_1": 1,
22
- "LABEL_2": 2
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 1024,
12
  "id2label": {
13
+ "0": "request",
14
+ "1": "complaint",
15
+ "2": "satisfaction"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 4096,
19
  "label2id": {
20
+ "complaint": 1,
21
+ "request": 0,
22
+ "satisfaction": 2
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,