update model card README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [qarib/bert-base-qarib_far_9920k](https://huggingface.co/qarib/bert-base-qarib_far_9920k) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss:
|
19 |
-
- Macro F1: 0.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -44,17 +44,14 @@ The following hyperparameters were used during training:
|
|
44 |
- total_train_batch_size: 8
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
53 |
-
| No log | 1.0 |
|
54 |
-
| 0.
|
55 |
-
| 0.2753 | 3.0 | 1026 | 0.9658 | 0.8113 | 0.8070 |
|
56 |
-
| 0.2753 | 4.0 | 1368 | 0.9768 | 0.8349 | 0.8304 |
|
57 |
-
| 0.1171 | 5.0 | 1710 | 1.0442 | 0.8311 | 0.8275 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [qarib/bert-base-qarib_far_9920k](https://huggingface.co/qarib/bert-base-qarib_far_9920k) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.5368
|
19 |
+
- Macro F1: 0.8354
|
20 |
+
- Accuracy: 0.8319
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
44 |
- total_train_batch_size: 8
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 2
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
53 |
+
| No log | 1.0 | 341 | 0.5374 | 0.8166 | 0.8099 |
|
54 |
+
| 0.5424 | 2.0 | 682 | 0.5368 | 0.8354 | 0.8319 |
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|