shafin commited on
Commit
53dfd55
1 Parent(s): 111539d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: chemical-bert-uncased-finetuned-cust
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # chemical-bert-uncased-finetuned-cust
13
+
14
+ This model is a fine-tuned version of [recobo/chemical-bert-uncased](https://huggingface.co/recobo/chemical-bert-uncased) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - eval_loss: 1.0173
17
+ - eval_runtime: 1.2451
18
+ - eval_samples_per_second: 321.256
19
+ - eval_steps_per_second: 5.622
20
+ - epoch: 51.0
21
+ - step: 3213
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 64
42
+ - eval_batch_size: 64
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 200
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Framework versions
50
+
51
+ - Transformers 4.24.0
52
+ - Pytorch 1.12.1+cu113
53
+ - Datasets 2.6.1
54
+ - Tokenizers 0.13.2