Model save
Browse files- README.md +6 -7
- config.json +8 -8
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 [aubmindlab/bert-large-arabertv2](https://huggingface.co/aubmindlab/bert-large-arabertv2) on an unknown 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 |
|
@@ -45,15 +45,14 @@ The following hyperparameters were used during training:
|
|
45 |
- total_train_batch_size: 32
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
54 |
-
| No log | 1.0 | 491 | 0.
|
55 |
-
| 0.
|
56 |
-
| 0.6187 | 3.0 | 1473 | 0.6123 | 0.6539 | 0.7723 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [aubmindlab/bert-large-arabertv2](https://huggingface.co/aubmindlab/bert-large-arabertv2) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.6083
|
20 |
+
- Macro F1: 0.6233
|
21 |
+
- Accuracy: 0.7756
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
- total_train_batch_size: 32
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 2
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
54 |
+
| No log | 1.0 | 491 | 0.6442 | 0.5825 | 0.7603 |
|
55 |
+
| 0.8094 | 2.0 | 982 | 0.6083 | 0.6233 | 0.7756 |
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
config.json
CHANGED
@@ -9,18 +9,18 @@
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 1024,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 4096,
|
19 |
"label2id": {
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
},
|
25 |
"layer_norm_eps": 1e-12,
|
26 |
"max_position_embeddings": 512,
|
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 1024,
|
11 |
"id2label": {
|
12 |
+
"0": "Positive",
|
13 |
+
"1": "Negative",
|
14 |
+
"2": "Neutral",
|
15 |
+
"3": "Mixed"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 4096,
|
19 |
"label2id": {
|
20 |
+
"Mixed": 3,
|
21 |
+
"Negative": 1,
|
22 |
+
"Neutral": 2,
|
23 |
+
"Positive": 0
|
24 |
},
|
25 |
"layer_norm_eps": 1e-12,
|
26 |
"max_position_embeddings": 512,
|