wiorz commited on
Commit
984f3fa
·
1 Parent(s): 39d1508

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: bert_sm_cv_defined_4
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
+ # bert_sm_cv_defined_4
19
+
20
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.8439
23
+ - Accuracy: 0.802
24
+ - Precision: 0.4824
25
+ - Recall: 0.2103
26
+ - F1: 0.2929
27
+ - D-index: 1.5075
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: 5e-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
+ - lr_scheduler_warmup_steps: 8000
53
+ - num_epochs: 20
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | D-index |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|
60
+ | No log | 1.0 | 250 | 0.4642 | 0.813 | 0.5833 | 0.1436 | 0.2305 | 1.4993 |
61
+ | 0.5606 | 2.0 | 500 | 0.4524 | 0.816 | 0.6 | 0.1692 | 0.264 | 1.5124 |
62
+ | 0.5606 | 3.0 | 750 | 0.4448 | 0.82 | 0.6154 | 0.2051 | 0.3077 | 1.5303 |
63
+ | 0.4415 | 4.0 | 1000 | 0.4583 | 0.819 | 0.6591 | 0.1487 | 0.2427 | 1.5093 |
64
+ | 0.4415 | 5.0 | 1250 | 0.4659 | 0.817 | 0.5652 | 0.2667 | 0.3624 | 1.5473 |
65
+ | 0.3644 | 6.0 | 1500 | 0.4927 | 0.805 | 0.5 | 0.3077 | 0.3810 | 1.5449 |
66
+ | 0.3644 | 7.0 | 1750 | 0.5493 | 0.82 | 0.6230 | 0.1949 | 0.2969 | 1.5267 |
67
+ | 0.2821 | 8.0 | 2000 | 0.6262 | 0.815 | 0.5893 | 0.1692 | 0.2629 | 1.5110 |
68
+ | 0.2821 | 9.0 | 2250 | 0.6864 | 0.798 | 0.4685 | 0.2667 | 0.3399 | 1.5215 |
69
+ | 0.2084 | 10.0 | 2500 | 0.8556 | 0.816 | 0.5696 | 0.2308 | 0.3285 | 1.5337 |
70
+ | 0.2084 | 11.0 | 2750 | 0.9422 | 0.814 | 0.5542 | 0.2359 | 0.3309 | 1.5327 |
71
+ | 0.114 | 12.0 | 3000 | 1.0528 | 0.807 | 0.5109 | 0.2410 | 0.3275 | 1.5249 |
72
+ | 0.114 | 13.0 | 3250 | 1.2325 | 0.802 | 0.4889 | 0.3385 | 0.4000 | 1.5513 |
73
+ | 0.0612 | 14.0 | 3500 | 1.3032 | 0.782 | 0.4148 | 0.2872 | 0.3394 | 1.5066 |
74
+ | 0.0612 | 15.0 | 3750 | 1.7304 | 0.806 | 0.5102 | 0.1282 | 0.2049 | 1.4843 |
75
+ | 0.0454 | 16.0 | 4000 | 1.6902 | 0.797 | 0.4643 | 0.2667 | 0.3388 | 1.5201 |
76
+ | 0.0454 | 17.0 | 4250 | 1.6552 | 0.78 | 0.4172 | 0.3231 | 0.3642 | 1.5161 |
77
+ | 0.0379 | 18.0 | 4500 | 1.7798 | 0.806 | 0.5054 | 0.2410 | 0.3264 | 1.5236 |
78
+ | 0.0379 | 19.0 | 4750 | 1.8226 | 0.816 | 0.5753 | 0.2154 | 0.3134 | 1.5284 |
79
+ | 0.0487 | 20.0 | 5000 | 1.8439 | 0.802 | 0.4824 | 0.2103 | 0.2929 | 1.5075 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.28.0
85
+ - Pytorch 2.0.1+cu118
86
+ - Datasets 2.12.0
87
+ - Tokenizers 0.13.3