End of training
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: aubmindlab/bert-large-arabertv02
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -15,12 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# arabert-emotions-classification
|
17 |
|
18 |
-
This model is a fine-tuned version of [aubmindlab/bert-large-arabertv02
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- F1: 0.
|
22 |
-
- Roc Auc: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,11 +51,11 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
54 |
-
| No log | 1.0 | 190 | 0.
|
55 |
-
| No log | 2.0 | 380 | 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: aubmindlab/bert-large-arabertv02
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
15 |
|
16 |
# arabert-emotions-classification
|
17 |
|
18 |
+
This model is a fine-tuned version of [aubmindlab/bert-large-arabertv02](https://huggingface.co/aubmindlab/bert-large-arabertv02) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.2817
|
21 |
+
- F1: 0.7006
|
22 |
+
- Roc Auc: 0.7931
|
23 |
+
- Accuracy: 0.2769
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
54 |
+
| No log | 1.0 | 190 | 0.3665 | 0.5604 | 0.7049 | 0.1761 |
|
55 |
+
| No log | 2.0 | 380 | 0.3086 | 0.6755 | 0.7775 | 0.2564 |
|
56 |
+
| 0.3831 | 3.0 | 570 | 0.2953 | 0.6848 | 0.7812 | 0.2496 |
|
57 |
+
| 0.3831 | 4.0 | 760 | 0.2849 | 0.6933 | 0.7866 | 0.2615 |
|
58 |
+
| 0.3831 | 5.0 | 950 | 0.2817 | 0.7006 | 0.7931 | 0.2769 |
|
59 |
|
60 |
|
61 |
### Framework versions
|