igorktech commited on
Commit
9b47860
1 Parent(s): 56191e0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - precision
6
+ - recall
7
+ - f1
8
+ - accuracy
9
+ model-index:
10
+ - name: rubert-base-cased-token
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # rubert-base-cased-token
18
+
19
+ This model is a fine-tuned version of [DeepPavlov/rubert-base-cased](https://huggingface.co/DeepPavlov/rubert-base-cased) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.2595
22
+ - Precision: 0.9304
23
+ - Recall: 0.9334
24
+ - F1: 0.9319
25
+ - Accuracy: 0.9424
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
+ | No log | 1.0 | 69 | 0.6926 | 0.7731 | 0.7674 | 0.7702 | 0.8200 |
57
+ | No log | 2.0 | 138 | 0.3744 | 0.8665 | 0.8807 | 0.8735 | 0.9003 |
58
+ | No log | 3.0 | 207 | 0.2891 | 0.9004 | 0.9071 | 0.9037 | 0.9231 |
59
+ | No log | 4.0 | 276 | 0.2566 | 0.9123 | 0.9217 | 0.9170 | 0.9327 |
60
+ | No log | 5.0 | 345 | 0.2587 | 0.9211 | 0.9255 | 0.9233 | 0.9366 |
61
+ | No log | 6.0 | 414 | 0.2472 | 0.9264 | 0.9289 | 0.9276 | 0.9401 |
62
+ | No log | 7.0 | 483 | 0.2589 | 0.9267 | 0.9313 | 0.9290 | 0.9406 |
63
+ | 0.3825 | 8.0 | 552 | 0.2559 | 0.9286 | 0.9334 | 0.9310 | 0.9416 |
64
+ | 0.3825 | 9.0 | 621 | 0.2578 | 0.9304 | 0.9339 | 0.9321 | 0.9425 |
65
+ | 0.3825 | 10.0 | 690 | 0.2595 | 0.9304 | 0.9334 | 0.9319 | 0.9424 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.25.1
71
+ - Pytorch 1.13.0+cu116
72
+ - Datasets 2.8.0
73
+ - Tokenizers 0.13.2