elopezlopez commited on
Commit
4b7612a
·
1 Parent(s): c0a6e9d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: Bio_ClinicalBERT_fold_6_ternary_v1
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # Bio_ClinicalBERT_fold_6_ternary_v1
16
+
17
+ This model is a fine-tuned version of [emilyalsentzer/Bio_ClinicalBERT](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.7302
20
+ - F1: 0.8128
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 25
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | No log | 1.0 | 292 | 0.5359 | 0.7833 |
52
+ | 0.5585 | 2.0 | 584 | 0.5376 | 0.8026 |
53
+ | 0.5585 | 3.0 | 876 | 0.6117 | 0.8038 |
54
+ | 0.2314 | 4.0 | 1168 | 0.8036 | 0.7974 |
55
+ | 0.2314 | 5.0 | 1460 | 0.9467 | 0.8179 |
56
+ | 0.1093 | 6.0 | 1752 | 1.2957 | 0.7923 |
57
+ | 0.0384 | 7.0 | 2044 | 1.3423 | 0.8026 |
58
+ | 0.0384 | 8.0 | 2336 | 1.2644 | 0.8218 |
59
+ | 0.021 | 9.0 | 2628 | 1.3093 | 0.8231 |
60
+ | 0.021 | 10.0 | 2920 | 1.3282 | 0.8179 |
61
+ | 0.0129 | 11.0 | 3212 | 1.3853 | 0.8295 |
62
+ | 0.0078 | 12.0 | 3504 | 1.4705 | 0.8154 |
63
+ | 0.0078 | 13.0 | 3796 | 1.5063 | 0.8167 |
64
+ | 0.0064 | 14.0 | 4088 | 1.5293 | 0.8179 |
65
+ | 0.0064 | 15.0 | 4380 | 1.6303 | 0.8128 |
66
+ | 0.0085 | 16.0 | 4672 | 1.5945 | 0.8115 |
67
+ | 0.0085 | 17.0 | 4964 | 1.6899 | 0.8103 |
68
+ | 0.0056 | 18.0 | 5256 | 1.6952 | 0.8064 |
69
+ | 0.0055 | 19.0 | 5548 | 1.7550 | 0.7936 |
70
+ | 0.0055 | 20.0 | 5840 | 1.6779 | 0.8141 |
71
+ | 0.003 | 21.0 | 6132 | 1.7064 | 0.8128 |
72
+ | 0.003 | 22.0 | 6424 | 1.7192 | 0.8154 |
73
+ | 0.0013 | 23.0 | 6716 | 1.8188 | 0.7974 |
74
+ | 0.0014 | 24.0 | 7008 | 1.7273 | 0.8128 |
75
+ | 0.0014 | 25.0 | 7300 | 1.7302 | 0.8128 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.21.1
81
+ - Pytorch 1.12.0+cu113
82
+ - Datasets 2.4.0
83
+ - Tokenizers 0.12.1