Daniil Larionov commited on
Commit
db4a092
1 Parent(s): 46a9dcb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - f1
6
+ model-index:
7
+ - name: rubert-base-srl
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # rubert-base-srl
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.4127
19
+ - F1: 0.9367
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-06
43
+ - lr_scheduler_type: cosine
44
+ - lr_scheduler_warmup_ratio: 0.06
45
+ - num_epochs: 10.0
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 0.3712 | 1.0 | 57 | 0.3196 | 0.8772 |
52
+ | 0.1617 | 2.0 | 114 | 0.2978 | 0.8921 |
53
+ | 0.2084 | 3.0 | 171 | 0.1944 | 0.9582 |
54
+ | 0.1497 | 4.0 | 228 | 0.2902 | 0.9367 |
55
+ | 0.2006 | 5.0 | 285 | 0.3413 | 0.9475 |
56
+ | 0.0147 | 6.0 | 342 | 0.4440 | 0.9147 |
57
+ | 0.0011 | 7.0 | 399 | 0.3332 | 0.9475 |
58
+ | 0.0008 | 8.0 | 456 | 0.4345 | 0.9258 |
59
+ | 0.0005 | 9.0 | 513 | 0.4084 | 0.9367 |
60
+ | 0.0005 | 10.0 | 570 | 0.4127 | 0.9367 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.13.0.dev0
66
+ - Pytorch 1.10.0+cu102
67
+ - Datasets 1.15.1
68
+ - Tokenizers 0.10.3