Ventalik commited on
Commit
ee65dd7
·
1 Parent(s): 107ae7d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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 the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - eval_loss: 0.0014
18
- - eval_precision: 0.9990
19
- - eval_recall: 0.9992
20
- - eval_f1: 0.9991
21
- - eval_accuracy: 0.9995
22
- - eval_runtime: 2316.7518
23
- - eval_samples_per_second: 2888.091
24
- - eval_steps_per_second: 5.641
25
- - epoch: 1.0
26
- - step: 117616
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
- - num_epochs: 2
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