pabRomero commited on
Commit
57a09db
·
verified ·
1 Parent(s): 6fb0485

Training complete

Browse files
README.md CHANGED
@@ -1,71 +1,74 @@
1
- ---
2
- base_model: dmis-lab/biobert-base-cased-v1.2
3
- tags:
4
- - generated_from_trainer
5
- metrics:
6
- - precision
7
- - recall
8
- - f1
9
- - accuracy
10
- model-index:
11
- - name: BioBERT-full-finetuned-ner-pablo
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
- # BioBERT-full-finetuned-ner-pablo
19
-
20
- This model is a fine-tuned version of [dmis-lab/biobert-base-cased-v1.2](https://huggingface.co/dmis-lab/biobert-base-cased-v1.2) on the None dataset.
21
- It achieves the following results on the evaluation set:
22
- - Loss: 0.1114
23
- - Precision: 0.7951
24
- - Recall: 0.7809
25
- - F1: 0.7879
26
- - Accuracy: 0.9690
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: 0.0002
46
- - train_batch_size: 4
47
- - eval_batch_size: 4
48
- - seed: 42
49
- - gradient_accumulation_steps: 4
50
- - total_train_batch_size: 16
51
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
- - lr_scheduler_type: linear
53
- - lr_scheduler_warmup_ratio: 0.05
54
- - num_epochs: 3
55
- - mixed_precision_training: Native AMP
56
-
57
- ### Training results
58
-
59
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
60
- |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
61
- | 0.1541 | 0.9998 | 2608 | 0.1456 | 0.6888 | 0.7147 | 0.7015 | 0.9601 |
62
- | 0.1073 | 2.0 | 5217 | 0.1244 | 0.7397 | 0.7450 | 0.7423 | 0.9645 |
63
- | 0.0744 | 2.9994 | 7824 | 0.1114 | 0.7951 | 0.7809 | 0.7879 | 0.9690 |
64
-
65
-
66
- ### Framework versions
67
-
68
- - Transformers 4.44.0
69
- - Pytorch 2.4.0+cu124
70
- - Datasets 2.21.0
71
- - Tokenizers 0.19.1
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: dmis-lab/biobert-base-cased-v1.2
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: BioBERT-full-finetuned-ner-pablo
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # BioBERT-full-finetuned-ner-pablo
20
+
21
+ This model is a fine-tuned version of [dmis-lab/biobert-base-cased-v1.2](https://huggingface.co/dmis-lab/biobert-base-cased-v1.2) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.1081
24
+ - Precision: 0.8057
25
+ - Recall: 0.8003
26
+ - F1: 0.8030
27
+ - Accuracy: 0.9743
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: 0.0002
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - gradient_accumulation_steps: 4
51
+ - total_train_batch_size: 64
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - lr_scheduler_warmup_ratio: 0.05
55
+ - num_epochs: 5
56
+ - mixed_precision_training: Native AMP
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
61
+ |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
62
+ | No log | 0.9970 | 252 | 0.0943 | 0.7586 | 0.7859 | 0.7720 | 0.9732 |
63
+ | 0.1716 | 1.9980 | 505 | 0.0917 | 0.7950 | 0.7738 | 0.7843 | 0.9745 |
64
+ | 0.1716 | 2.9990 | 758 | 0.0886 | 0.7956 | 0.7925 | 0.7940 | 0.9742 |
65
+ | 0.0465 | 4.0 | 1011 | 0.0956 | 0.8055 | 0.7971 | 0.8013 | 0.9743 |
66
+ | 0.0465 | 4.9852 | 1260 | 0.1081 | 0.8057 | 0.8003 | 0.8030 | 0.9743 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.44.2
72
+ - Pytorch 2.4.0+cu121
73
+ - Datasets 2.21.0
74
+ - Tokenizers 0.19.1
runs/Aug23_14-03-21_ee1898c059d7/events.out.tfevents.1724421802.ee1898c059d7.1664.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fe79dd18ae632c025a0e2518430ababdd9c98e2e85b3a2dacf52f6eb29b2093
3
- size 8030
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0240ce1d011304c03402f70df2bded687dec41127e3dc9657e46fc74a435d45
3
+ size 8856