update model card README.md
Browse files
README.md
CHANGED
@@ -12,18 +12,18 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# fias_NER
|
14 |
|
15 |
-
This model is a fine-tuned version of [cointegrated/rubert-tiny2](https://huggingface.co/cointegrated/rubert-tiny2) on
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- eval_loss: 0.
|
18 |
-
- eval_precision: 0.
|
19 |
-
- eval_recall: 0.
|
20 |
-
- eval_f1: 0.
|
21 |
-
- eval_accuracy: 0.
|
22 |
-
- eval_runtime:
|
23 |
-
- eval_samples_per_second:
|
24 |
-
- eval_steps_per_second:
|
25 |
-
- epoch: 1.
|
26 |
-
- step:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,7 +48,7 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
-
|
52 |
|
53 |
### Framework versions
|
54 |
|
|
|
12 |
|
13 |
# fias_NER
|
14 |
|
15 |
+
This model is a fine-tuned version of [cointegrated/rubert-tiny2](https://huggingface.co/cointegrated/rubert-tiny2) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- eval_loss: 0.0033
|
18 |
+
- eval_precision: 0.9977
|
19 |
+
- eval_recall: 0.9978
|
20 |
+
- eval_f1: 0.9978
|
21 |
+
- eval_accuracy: 0.9987
|
22 |
+
- eval_runtime: 793.6688
|
23 |
+
- eval_samples_per_second: 2519.942
|
24 |
+
- eval_steps_per_second: 4.923
|
25 |
+
- epoch: 1.06
|
26 |
+
- step: 300000
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- training_steps: 1000000
|
52 |
|
53 |
### Framework versions
|
54 |
|