Ilya-Nazimov commited on
Commit
3fb3869
1 Parent(s): 87b745b

End of training

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: cointegrated/rubert-tiny2
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: rubert-tiny2-odonata-f3-ner
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # rubert-tiny2-odonata-f3-ner
20
+
21
+ This model is a fine-tuned version of [cointegrated/rubert-tiny2](https://huggingface.co/cointegrated/rubert-tiny2) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.0188
24
+ - Precision: 0.6653
25
+ - Recall: 0.6157
26
+ - F1: 0.6395
27
+ - Accuracy: 0.9944
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 20
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 32 | 0.1309 | 0.0 | 0.0 | 0.0 | 0.9903 |
59
+ | No log | 2.0 | 64 | 0.0672 | 0.0 | 0.0 | 0.0 | 0.9903 |
60
+ | No log | 3.0 | 96 | 0.0623 | 0.0 | 0.0 | 0.0 | 0.9903 |
61
+ | No log | 4.0 | 128 | 0.0576 | 0.0 | 0.0 | 0.0 | 0.9903 |
62
+ | No log | 5.0 | 160 | 0.0488 | 0.0 | 0.0 | 0.0 | 0.9903 |
63
+ | No log | 6.0 | 192 | 0.0353 | 0.0 | 0.0 | 0.0 | 0.9903 |
64
+ | No log | 7.0 | 224 | 0.0288 | 0.7921 | 0.5529 | 0.6513 | 0.9935 |
65
+ | No log | 8.0 | 256 | 0.0256 | 0.7987 | 0.4824 | 0.6015 | 0.9931 |
66
+ | No log | 9.0 | 288 | 0.0235 | 0.7975 | 0.5098 | 0.6220 | 0.9933 |
67
+ | No log | 10.0 | 320 | 0.0221 | 0.7310 | 0.5647 | 0.6372 | 0.9938 |
68
+ | No log | 11.0 | 352 | 0.0212 | 0.6912 | 0.5529 | 0.6144 | 0.9938 |
69
+ | No log | 12.0 | 384 | 0.0205 | 0.6746 | 0.5529 | 0.6078 | 0.9937 |
70
+ | No log | 13.0 | 416 | 0.0201 | 0.6774 | 0.5765 | 0.6229 | 0.9938 |
71
+ | No log | 14.0 | 448 | 0.0196 | 0.6712 | 0.5843 | 0.6247 | 0.9940 |
72
+ | No log | 15.0 | 480 | 0.0194 | 0.6581 | 0.6039 | 0.6299 | 0.9941 |
73
+ | 0.0722 | 16.0 | 512 | 0.0192 | 0.6681 | 0.6 | 0.6322 | 0.9942 |
74
+ | 0.0722 | 17.0 | 544 | 0.0190 | 0.6624 | 0.6078 | 0.6339 | 0.9943 |
75
+ | 0.0722 | 18.0 | 576 | 0.0189 | 0.6542 | 0.6157 | 0.6343 | 0.9943 |
76
+ | 0.0722 | 19.0 | 608 | 0.0188 | 0.6624 | 0.6157 | 0.6382 | 0.9944 |
77
+ | 0.0722 | 20.0 | 640 | 0.0188 | 0.6653 | 0.6157 | 0.6395 | 0.9944 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.41.2
83
+ - Pytorch 2.3.1+cpu
84
+ - Datasets 2.19.2
85
+ - Tokenizers 0.19.1