Model save
Browse files- README.md +5 -5
- 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.
|
20 |
-
- Macro F1: 0.
|
21 |
-
- Accuracy: 0.
|
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.
|
55 |
-
| 0.
|
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": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 4096,
|
19 |
"label2id": {
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
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,
|