jialinselenasong commited on
Commit
398e3e1
·
verified ·
1 Parent(s): af2b1b5

Training complete

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: allenai/biomed_roberta_base
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: biomed_roberta_all_deep
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
+ # biomed_roberta_all_deep
19
+
20
+ This model is a fine-tuned version of [allenai/biomed_roberta_base](https://huggingface.co/allenai/biomed_roberta_base) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.7519
23
+ - Precision: 0.6732
24
+ - Recall: 0.7142
25
+ - F1: 0.6931
26
+ - Accuracy: 0.8255
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: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 10
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 363 | 0.5600 | 0.6059 | 0.6773 | 0.6396 | 0.8131 |
58
+ | 0.7102 | 2.0 | 726 | 0.5290 | 0.6310 | 0.7172 | 0.6713 | 0.8248 |
59
+ | 0.4147 | 3.0 | 1089 | 0.5253 | 0.6620 | 0.7075 | 0.6840 | 0.8289 |
60
+ | 0.4147 | 4.0 | 1452 | 0.5572 | 0.6664 | 0.7062 | 0.6857 | 0.8263 |
61
+ | 0.3081 | 5.0 | 1815 | 0.5942 | 0.6615 | 0.7127 | 0.6862 | 0.8244 |
62
+ | 0.231 | 6.0 | 2178 | 0.6393 | 0.6745 | 0.7064 | 0.6901 | 0.8268 |
63
+ | 0.1864 | 7.0 | 2541 | 0.6771 | 0.6769 | 0.7050 | 0.6907 | 0.8250 |
64
+ | 0.1864 | 8.0 | 2904 | 0.7091 | 0.6708 | 0.7120 | 0.6908 | 0.8263 |
65
+ | 0.1523 | 9.0 | 3267 | 0.7463 | 0.6702 | 0.7159 | 0.6923 | 0.8255 |
66
+ | 0.1336 | 10.0 | 3630 | 0.7519 | 0.6732 | 0.7142 | 0.6931 | 0.8255 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.40.1
72
+ - Pytorch 2.2.1+cu121
73
+ - Datasets 2.19.1
74
+ - Tokenizers 0.19.1