cp-gustavo commited on
Commit
f0df1f7
·
verified ·
1 Parent(s): 3e53399

Test training complete

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: dmis-lab/biobert-v1.1
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: b3r-test
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
+ # b3r-test
19
+
20
+ This model is a fine-tuned version of [dmis-lab/biobert-v1.1](https://huggingface.co/dmis-lab/biobert-v1.1) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.6586
23
+ - Precision: 0.5839
24
+ - Recall: 0.6450
25
+ - F1: 0.6129
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 0.00012839450868399685
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_ratio: 0.1685473261668876
51
+ - num_epochs: 6
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
57
+ | 1.0701 | 1.0 | 330 | 0.5494 | 0.5424 | 0.5540 | 0.5482 |
58
+ | 0.4877 | 2.0 | 660 | 0.5052 | 0.5561 | 0.6069 | 0.5804 |
59
+ | 0.3423 | 3.0 | 990 | 0.5166 | 0.5772 | 0.6301 | 0.6025 |
60
+ | 0.2322 | 4.0 | 1320 | 0.5577 | 0.5766 | 0.6386 | 0.6060 |
61
+ | 0.1555 | 5.0 | 1650 | 0.6107 | 0.5842 | 0.6423 | 0.6118 |
62
+ | 0.1063 | 6.0 | 1980 | 0.6586 | 0.5839 | 0.6450 | 0.6129 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.51.1
68
+ - Pytorch 2.6.0+cu124
69
+ - Datasets 3.5.0
70
+ - Tokenizers 0.21.1