oleshy commited on
Commit
a9320e0
1 Parent(s): 3c548d7

Model save

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: dmis-lab/biobert-v1.1
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: ontochem_biobert_1e-5_10epochs_v2
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # ontochem_biobert_1e-5_10epochs_v2
14
+
15
+ 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.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0428
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 1e-05
37
+ - train_batch_size: 64
38
+ - eval_batch_size: 64
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - lr_scheduler_warmup_steps: 500
43
+ - num_epochs: 10
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 48 | 0.9247 |
50
+ | No log | 2.0 | 96 | 0.4733 |
51
+ | No log | 3.0 | 144 | 0.1217 |
52
+ | No log | 4.0 | 192 | 0.0692 |
53
+ | No log | 5.0 | 240 | 0.0546 |
54
+ | No log | 6.0 | 288 | 0.0487 |
55
+ | No log | 7.0 | 336 | 0.0461 |
56
+ | No log | 8.0 | 384 | 0.0445 |
57
+ | No log | 9.0 | 432 | 0.0447 |
58
+ | No log | 10.0 | 480 | 0.0428 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.39.3
64
+ - Pytorch 2.2.2+cu121
65
+ - Datasets 2.18.0
66
+ - Tokenizers 0.15.2