Mozart-coder commited on
Commit
220d01f
1 Parent(s): 5377e93

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: dna_3-Pretrained
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
+ # dna_3-Pretrained
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.6003
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 3e-05
36
+ - train_batch_size: 16
37
+ - eval_batch_size: 16
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 10
42
+ - mixed_precision_training: Native AMP
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 0.6057 | 1.0 | 62 | 0.6032 |
49
+ | 0.5983 | 2.0 | 124 | 0.6002 |
50
+ | 0.5934 | 3.0 | 186 | 0.5992 |
51
+ | 0.5853 | 4.0 | 248 | 0.5979 |
52
+ | 0.5799 | 5.0 | 310 | 0.5982 |
53
+ | 0.5769 | 6.0 | 372 | 0.5999 |
54
+ | 0.5754 | 7.0 | 434 | 0.5996 |
55
+ | 0.5713 | 8.0 | 496 | 0.6000 |
56
+ | 0.5687 | 9.0 | 558 | 0.5988 |
57
+ | 0.5666 | 10.0 | 620 | 0.6003 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.21.1
63
+ - Pytorch 1.12.0+cu113
64
+ - Datasets 2.4.0
65
+ - Tokenizers 0.12.1