Mozart-coder commited on
Commit
43eb74a
·
1 Parent(s): f431fb4

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: BERT_newdata-6_tokenized
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
+ # BERT_newdata-6_tokenized
13
+
14
+ This model is a fine-tuned version of [armheb/DNA_bert_6](https://huggingface.co/armheb/DNA_bert_6) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.0378
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: 2e-05
36
+ - train_batch_size: 64
37
+ - eval_batch_size: 64
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.0669 | 1.0 | 223 | 0.0373 |
49
+ | 0.0394 | 2.0 | 446 | 0.0398 |
50
+ | 0.0369 | 3.0 | 669 | 0.0371 |
51
+ | 0.0362 | 4.0 | 892 | 0.0358 |
52
+ | 0.0383 | 5.0 | 1115 | 0.0353 |
53
+ | 0.0365 | 6.0 | 1338 | 0.0378 |
54
+ | 0.0366 | 7.0 | 1561 | 0.0377 |
55
+ | 0.0373 | 8.0 | 1784 | 0.0359 |
56
+ | 0.0372 | 9.0 | 2007 | 0.0371 |
57
+ | 0.0377 | 10.0 | 2230 | 0.0357 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.23.1
63
+ - Pytorch 1.12.1+cu113
64
+ - Datasets 2.6.1
65
+ - Tokenizers 0.13.1