Daniil Larionov
commited on
Commit
·
6d2b033
1
Parent(s):
5e89403
update model card README.md
Browse files
README.md
CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [./ruBert-base/](https://huggingface.co/./ruBert-base/) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- F1: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -48,16 +48,16 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.0005 | 9.0 | 513 | 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [./ruBert-base/](https://huggingface.co/./ruBert-base/) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.1402
|
19 |
+
- F1: 0.9798
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
+
| 0.4274 | 1.0 | 57 | 0.4915 | 0.7878 |
|
52 |
+
| 0.2177 | 2.0 | 114 | 0.4218 | 0.8489 |
|
53 |
+
| 0.1154 | 3.0 | 171 | 0.1739 | 0.9599 |
|
54 |
+
| 0.1192 | 4.0 | 228 | 0.1561 | 0.9592 |
|
55 |
+
| 0.0022 | 5.0 | 285 | 0.0998 | 0.9592 |
|
56 |
+
| 0.0009 | 6.0 | 342 | 0.1035 | 0.9798 |
|
57 |
+
| 0.0006 | 7.0 | 399 | 0.1267 | 0.9798 |
|
58 |
+
| 0.0005 | 8.0 | 456 | 0.1428 | 0.9798 |
|
59 |
+
| 0.0005 | 9.0 | 513 | 0.1391 | 0.9798 |
|
60 |
+
| 0.0005 | 10.0 | 570 | 0.1402 | 0.9798 |
|
61 |
|
62 |
|
63 |
### Framework versions
|