update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [HooshvareLab/bert-fa-zwnj-base](https://huggingface.co/HooshvareLab/bert-fa-zwnj-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,11 +54,11 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.0168 | 3.0 | 5463 | 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [HooshvareLab/bert-fa-zwnj-base](https://huggingface.co/HooshvareLab/bert-fa-zwnj-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0297
|
23 |
+
- Precision: 0.9481
|
24 |
+
- Recall: 0.9582
|
25 |
+
- F1: 0.9531
|
26 |
+
- Accuracy: 0.9942
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| 0.12 | 1.0 | 1821 | 0.0543 | 0.8387 | 0.8577 | 0.8481 | 0.9830 |
|
58 |
+
| 0.0381 | 2.0 | 3642 | 0.0360 | 0.8941 | 0.9247 | 0.9091 | 0.9898 |
|
59 |
+
| 0.0168 | 3.0 | 5463 | 0.0282 | 0.9273 | 0.9452 | 0.9362 | 0.9927 |
|
60 |
+
| 0.0078 | 4.0 | 7284 | 0.0284 | 0.9391 | 0.9551 | 0.9470 | 0.9938 |
|
61 |
+
| 0.0033 | 5.0 | 9105 | 0.0297 | 0.9481 | 0.9582 | 0.9531 | 0.9942 |
|
62 |
|
63 |
|
64 |
### Framework versions
|