wcvz commited on
Commit
9831c2d
1 Parent(s): c514e82

Model save

Browse files
Files changed (2) hide show
  1. README.md +91 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: facebook/esm2_t12_35M_UR50D
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: esm2_t12_35M-lora-binding-sites_2024-04-25_17-02-01
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # esm2_t12_35M-lora-binding-sites_2024-04-25_17-02-01
18
+
19
+ This model is a fine-tuned version of [facebook/esm2_t12_35M_UR50D](https://huggingface.co/facebook/esm2_t12_35M_UR50D) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.3783
22
+ - Accuracy: 0.8613
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0005701568055793089
42
+ - train_batch_size: 64
43
+ - eval_batch_size: 64
44
+ - seed: 8893
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: cosine
47
+ - num_epochs: 30
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 0.6443 | 1.0 | 24 | 0.6716 | 0.5977 |
54
+ | 0.6838 | 2.0 | 48 | 0.6690 | 0.5977 |
55
+ | 0.5906 | 3.0 | 72 | 0.6440 | 0.5977 |
56
+ | 0.585 | 4.0 | 96 | 0.5897 | 0.7012 |
57
+ | 0.6142 | 5.0 | 120 | 0.5522 | 0.6992 |
58
+ | 0.61 | 6.0 | 144 | 0.5307 | 0.7148 |
59
+ | 0.5131 | 7.0 | 168 | 0.5134 | 0.75 |
60
+ | 0.365 | 8.0 | 192 | 0.4437 | 0.8105 |
61
+ | 0.4282 | 9.0 | 216 | 0.4010 | 0.8379 |
62
+ | 0.3102 | 10.0 | 240 | 0.3643 | 0.8516 |
63
+ | 0.41 | 11.0 | 264 | 0.3624 | 0.8652 |
64
+ | 0.317 | 12.0 | 288 | 0.3877 | 0.8145 |
65
+ | 0.2332 | 13.0 | 312 | 0.3383 | 0.8672 |
66
+ | 0.2698 | 14.0 | 336 | 0.3389 | 0.8672 |
67
+ | 0.1326 | 15.0 | 360 | 0.3548 | 0.8535 |
68
+ | 0.1187 | 16.0 | 384 | 0.3313 | 0.8770 |
69
+ | 0.1597 | 17.0 | 408 | 0.3447 | 0.8652 |
70
+ | 0.1886 | 18.0 | 432 | 0.3543 | 0.8672 |
71
+ | 0.1883 | 19.0 | 456 | 0.3396 | 0.875 |
72
+ | 0.1156 | 20.0 | 480 | 0.3510 | 0.8652 |
73
+ | 0.2604 | 21.0 | 504 | 0.3529 | 0.875 |
74
+ | 0.1104 | 22.0 | 528 | 0.3654 | 0.8711 |
75
+ | 0.1723 | 23.0 | 552 | 0.3631 | 0.8691 |
76
+ | 0.1516 | 24.0 | 576 | 0.3719 | 0.8633 |
77
+ | 0.0731 | 25.0 | 600 | 0.3745 | 0.8672 |
78
+ | 0.1381 | 26.0 | 624 | 0.3765 | 0.8691 |
79
+ | 0.291 | 27.0 | 648 | 0.3760 | 0.8613 |
80
+ | 0.0924 | 28.0 | 672 | 0.3789 | 0.8633 |
81
+ | 0.2029 | 29.0 | 696 | 0.3783 | 0.8594 |
82
+ | 0.242 | 30.0 | 720 | 0.3783 | 0.8613 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - PEFT 0.10.0
88
+ - Transformers 4.39.3
89
+ - Pytorch 2.2.1
90
+ - Datasets 2.16.1
91
+ - Tokenizers 0.15.2
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59e2a7b7f32e969c9016394580203cab74c1027b542507111d347c5d7d4f0139
3
  size 1352488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13dcab4adabe0c437c2d61c551814d26465e6803d10b424924e20b91804bc36d
3
  size 1352488