Daniil Larionov
commited on
Commit
•
e6ef771
1
Parent(s):
f5ec177
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.3467
|
19 |
+
- F1: 0.9582
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
+
| 0.5166 | 1.0 | 57 | 0.3770 | 0.8102 |
|
52 |
+
| 0.3798 | 2.0 | 114 | 0.1983 | 0.9373 |
|
53 |
+
| 0.141 | 3.0 | 171 | 0.2044 | 0.9367 |
|
54 |
+
| 0.1156 | 4.0 | 228 | 0.2323 | 0.9480 |
|
55 |
+
| 0.001 | 5.0 | 285 | 0.3252 | 0.9475 |
|
56 |
+
| 0.0022 | 6.0 | 342 | 0.2978 | 0.9582 |
|
57 |
+
| 0.0258 | 7.0 | 399 | 0.3218 | 0.9582 |
|
58 |
+
| 0.0004 | 8.0 | 456 | 0.3427 | 0.9582 |
|
59 |
+
| 0.0005 | 9.0 | 513 | 0.3455 | 0.9582 |
|
60 |
+
| 0.0002 | 10.0 | 570 | 0.3467 | 0.9582 |
|
61 |
|
62 |
|
63 |
### Framework versions
|