oleshy commited on
Commit
eaf4eb2
1 Parent(s): 14132f7

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-base-cased-v1.1
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: ontochem_biobert_300_1
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_300_1
14
+
15
+ This model is a fine-tuned version of [dmis-lab/biobert-base-cased-v1.1](https://huggingface.co/dmis-lab/biobert-base-cased-v1.1) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.9887
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 | 5 | 1.1547 |
50
+ | No log | 2.0 | 10 | 1.1496 |
51
+ | No log | 3.0 | 15 | 1.1411 |
52
+ | No log | 4.0 | 20 | 1.1290 |
53
+ | No log | 5.0 | 25 | 1.1136 |
54
+ | No log | 6.0 | 30 | 1.0950 |
55
+ | No log | 7.0 | 35 | 1.0731 |
56
+ | No log | 8.0 | 40 | 1.0481 |
57
+ | No log | 9.0 | 45 | 1.0199 |
58
+ | No log | 10.0 | 50 | 0.9887 |
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