lamaabdulaziz
commited on
Commit
•
2e2cdb7
1
Parent(s):
c18330b
update model card README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [aubmindlab/araelectra-base-discriminator](https://huggingface.co/aubmindlab/araelectra-base-discriminator) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Macro F1: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -54,15 +54,15 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy | Precision | Recall |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
-
- Transformers 4.
|
66 |
-
- Pytorch 1.
|
67 |
- Datasets 2.1.0
|
68 |
-
- Tokenizers 0.
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [aubmindlab/araelectra-base-discriminator](https://huggingface.co/aubmindlab/araelectra-base-discriminator) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6073
|
21 |
+
- Macro F1: 0.7629
|
22 |
+
- Accuracy: 0.7708
|
23 |
+
- Precision: 0.7646
|
24 |
+
- Recall: 0.7616
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy | Precision | Recall |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
|
57 |
+
| 0.5248 | 1.0 | 1597 | 0.4960 | 0.7416 | 0.7546 | 0.7508 | 0.7377 |
|
58 |
+
| 0.4308 | 2.0 | 3194 | 0.4770 | 0.7535 | 0.7666 | 0.7647 | 0.7490 |
|
59 |
+
| 0.3386 | 3.0 | 4791 | 0.5201 | 0.7614 | 0.7684 | 0.7617 | 0.7611 |
|
60 |
+
| 0.2781 | 4.0 | 6388 | 0.6073 | 0.7629 | 0.7708 | 0.7646 | 0.7616 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
+
- Transformers 4.27.4
|
66 |
+
- Pytorch 1.13.0
|
67 |
- Datasets 2.1.0
|
68 |
+
- Tokenizers 0.13.2
|