Ilya-Nazimov commited on
Commit
403c1fd
1 Parent(s): 5903734

End of training

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-extended-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-extended-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.0226
24
+ - Precision: 0.5313
25
+ - Recall: 0.551
26
+ - F1: 0.5410
27
+ - Accuracy: 0.9930
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: 15
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 32 | 0.1425 | 0.0 | 0.0 | 0.0 | 0.9910 |
59
+ | No log | 2.0 | 64 | 0.0643 | 0.0 | 0.0 | 0.0 | 0.9910 |
60
+ | No log | 3.0 | 96 | 0.0604 | 0.0 | 0.0 | 0.0 | 0.9910 |
61
+ | No log | 4.0 | 128 | 0.0575 | 0.0 | 0.0 | 0.0 | 0.9910 |
62
+ | No log | 5.0 | 160 | 0.0523 | 0.0 | 0.0 | 0.0 | 0.9910 |
63
+ | No log | 6.0 | 192 | 0.0427 | 0.0 | 0.0 | 0.0 | 0.9910 |
64
+ | No log | 7.0 | 224 | 0.0330 | 0.7753 | 0.069 | 0.1267 | 0.9913 |
65
+ | No log | 8.0 | 256 | 0.0288 | 0.6309 | 0.376 | 0.4712 | 0.9921 |
66
+ | No log | 9.0 | 288 | 0.0264 | 0.6145 | 0.373 | 0.4642 | 0.9924 |
67
+ | No log | 10.0 | 320 | 0.0251 | 0.5489 | 0.432 | 0.4835 | 0.9926 |
68
+ | No log | 11.0 | 352 | 0.0242 | 0.5354 | 0.484 | 0.5084 | 0.9927 |
69
+ | No log | 12.0 | 384 | 0.0235 | 0.5393 | 0.515 | 0.5269 | 0.9928 |
70
+ | No log | 13.0 | 416 | 0.0230 | 0.5310 | 0.54 | 0.5354 | 0.9929 |
71
+ | No log | 14.0 | 448 | 0.0228 | 0.5287 | 0.553 | 0.5406 | 0.9930 |
72
+ | No log | 15.0 | 480 | 0.0226 | 0.5313 | 0.551 | 0.5410 | 0.9930 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.41.2
78
+ - Pytorch 2.3.1+cpu
79
+ - Datasets 2.19.2
80
+ - Tokenizers 0.19.1