pszemraj commited on
Commit
aecfe97
1 Parent(s): d92d6ba

update files

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # biobert-v1.1_pub_section
2
+ - original model file name: textclassifer_biobert-v1.1_pubmed_20k
3
+ - This is a fine-tuned checkpoint of `dmis-lab/biobert-v1.1` for document section text classification
4
+ - possible document section classes are:BACKGROUND, CONCLUSIONS, METHODS, OBJECTIVE, RESULTS,
5
+
6
+ ## metadata
7
+
8
+
9
+ ### training_metrics
10
+
11
+ - val_accuracy: 0.8522772192955017
12
+
13
+ - val_matthewscorrcoef: 0.8009328246116638
14
+
15
+ - val_f1score: 0.8517481088638306
16
+
17
+ - val_cross_entropy: 0.4344026446342468
18
+
19
+ - epoch: 12.0
20
+
21
+ - train_accuracy_step: 0.8203125
22
+
23
+ - train_matthewscorrcoef_step: 0.7453048229217529
24
+
25
+ - train_f1score_step: 0.8245896100997925
26
+
27
+ - train_cross_entropy_step: 0.480397492647171
28
+
29
+ - train_accuracy_epoch: 0.8297363519668579
30
+
31
+ - train_matthewscorrcoef_epoch: 0.7703952193260193
32
+
33
+ - train_f1score_epoch: 0.8274592757225037
34
+
35
+ - train_cross_entropy_epoch: 0.5001224875450134
36
+
37
+ - test_accuracy: 0.8441678881645203
38
+
39
+ - test_matthewscorrcoef: 0.7905130982398987
40
+
41
+ - test_f1score: 0.8435087203979492
42
+
43
+ - test_cross_entropy: 0.4557005763053894
44
+
45
+ - date_run: Apr-22-2022_t-14
46
+
47
+ - huggingface_tag: dmis-lab/biobert-v1.1
48
+
49
+ ### training_parameters
50
+
51
+ - val_accuracy: 0.8522772192955017
52
+
53
+ - val_matthewscorrcoef: 0.8009328246116638
54
+
55
+ - val_f1score: 0.8517481088638306
56
+
57
+ - val_cross_entropy: 0.4344026446342468
58
+
59
+ - epoch: 12.0
60
+
61
+ - train_accuracy_step: 0.8203125
62
+
63
+ - train_matthewscorrcoef_step: 0.7453048229217529
64
+
65
+ - train_f1score_step: 0.8245896100997925
66
+
67
+ - train_cross_entropy_step: 0.480397492647171
68
+
69
+ - train_accuracy_epoch: 0.8297363519668579
70
+
71
+ - train_matthewscorrcoef_epoch: 0.7703952193260193
72
+
73
+ - train_f1score_epoch: 0.8274592757225037
74
+
75
+ - train_cross_entropy_epoch: 0.5001224875450134
76
+
77
+ - test_accuracy: 0.8441678881645203
78
+
79
+ - test_matthewscorrcoef: 0.7905130982398987
80
+
81
+ - test_f1score: 0.8435087203979492
82
+
83
+ - test_cross_entropy: 0.4557005763053894
84
+
85
+ - date_run: Apr-22-2022_t-14
86
+
87
+ - huggingface_tag: dmis-lab/biobert-v1.1