update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- F1: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -50,14 +50,14 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
-
| 2.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.8972
|
20 |
+
- F1: 0.4508
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 2.0897 | 1.18 | 100 | 1.8602 | 0.1447 |
|
54 |
+
| 1.766 | 2.35 | 200 | 1.5934 | 0.2428 |
|
55 |
+
| 1.5647 | 3.53 | 300 | 1.4075 | 0.2847 |
|
56 |
+
| 1.3879 | 4.71 | 400 | 1.2719 | 0.3176 |
|
57 |
+
| 1.2584 | 5.88 | 500 | 1.1372 | 0.3672 |
|
58 |
+
| 1.1227 | 7.06 | 600 | 1.0391 | 0.4094 |
|
59 |
+
| 1.018 | 8.24 | 700 | 0.9516 | 0.4273 |
|
60 |
+
| 0.9416 | 9.41 | 800 | 0.8972 | 0.4508 |
|
61 |
|
62 |
|
63 |
### Framework versions
|