Daniil Larionov
commited on
Commit
•
17b6333
1
Parent(s):
195e0bb
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.
|
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.2429
|
19 |
+
- F1: 0.9563
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
+
| 0.5816 | 1.0 | 57 | 0.3865 | 0.8371 |
|
52 |
+
| 0.3685 | 2.0 | 114 | 0.1707 | 0.9325 |
|
53 |
+
| 0.1057 | 3.0 | 171 | 0.0972 | 0.9563 |
|
54 |
+
| 0.0964 | 4.0 | 228 | 0.1429 | 0.9775 |
|
55 |
+
| 0.1789 | 5.0 | 285 | 0.2493 | 0.9457 |
|
56 |
+
| 0.0016 | 6.0 | 342 | 0.1900 | 0.6349 |
|
57 |
+
| 0.0013 | 7.0 | 399 | 0.2060 | 0.9563 |
|
58 |
+
| 0.0008 | 8.0 | 456 | 0.2321 | 0.9563 |
|
59 |
+
| 0.0006 | 9.0 | 513 | 0.2412 | 0.9563 |
|
60 |
+
| 0.0006 | 10.0 | 570 | 0.2429 | 0.9563 |
|
61 |
|
62 |
|
63 |
### Framework versions
|