Jsevisal commited on
Commit
207bc29
·
1 Parent(s): 96da7f4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: balanced-augmented-roberta-large-gest-pred-seqeval-partialmatch-2
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # balanced-augmented-roberta-large-gest-pred-seqeval-partialmatch-2
19
+
20
+ This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4410
23
+ - Precision: 0.9276
24
+ - Recall: 0.9141
25
+ - F1: 0.9163
26
+ - Accuracy: 0.9138
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 20
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 2.8924 | 1.0 | 52 | 2.1510 | 0.3032 | 0.2572 | 0.2464 | 0.4120 |
58
+ | 1.8492 | 2.0 | 104 | 1.3548 | 0.5880 | 0.5350 | 0.5046 | 0.6440 |
59
+ | 1.1692 | 3.0 | 156 | 0.8621 | 0.7443 | 0.6770 | 0.6775 | 0.7468 |
60
+ | 0.7452 | 4.0 | 208 | 0.6391 | 0.7779 | 0.7919 | 0.7691 | 0.8159 |
61
+ | 0.5185 | 5.0 | 260 | 0.6401 | 0.8197 | 0.8000 | 0.7868 | 0.8109 |
62
+ | 0.3536 | 6.0 | 312 | 0.4251 | 0.8808 | 0.8684 | 0.8675 | 0.8820 |
63
+ | 0.2411 | 7.0 | 364 | 0.4748 | 0.8709 | 0.8659 | 0.8613 | 0.8800 |
64
+ | 0.1762 | 8.0 | 416 | 0.3809 | 0.8991 | 0.8721 | 0.8812 | 0.8971 |
65
+ | 0.1377 | 9.0 | 468 | 0.3977 | 0.9062 | 0.8950 | 0.8953 | 0.9022 |
66
+ | 0.1026 | 10.0 | 520 | 0.4637 | 0.9068 | 0.8887 | 0.8897 | 0.8951 |
67
+ | 0.0763 | 11.0 | 572 | 0.4210 | 0.9079 | 0.9066 | 0.9020 | 0.9012 |
68
+ | 0.0554 | 12.0 | 624 | 0.4950 | 0.8962 | 0.8837 | 0.8809 | 0.8850 |
69
+ | 0.0419 | 13.0 | 676 | 0.4643 | 0.9043 | 0.9007 | 0.8969 | 0.8961 |
70
+ | 0.0358 | 14.0 | 728 | 0.3718 | 0.9171 | 0.9183 | 0.9144 | 0.9173 |
71
+ | 0.0264 | 15.0 | 780 | 0.4456 | 0.9349 | 0.9042 | 0.9132 | 0.9123 |
72
+ | 0.0178 | 16.0 | 832 | 0.4296 | 0.9362 | 0.9169 | 0.9227 | 0.9193 |
73
+ | 0.015 | 17.0 | 884 | 0.3900 | 0.9302 | 0.9235 | 0.9240 | 0.9254 |
74
+ | 0.0105 | 18.0 | 936 | 0.4335 | 0.9284 | 0.9161 | 0.9181 | 0.9168 |
75
+ | 0.0116 | 19.0 | 988 | 0.4426 | 0.9285 | 0.9138 | 0.9166 | 0.9138 |
76
+ | 0.0104 | 20.0 | 1040 | 0.4410 | 0.9276 | 0.9141 | 0.9163 | 0.9138 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.28.1
82
+ - Pytorch 2.0.0+cu118
83
+ - Datasets 2.11.0
84
+ - Tokenizers 0.13.3