wcvz commited on
Commit
a0c442e
1 Parent(s): 366ae06

Model save

Browse files
Files changed (2) hide show
  1. README.md +92 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: facebook/esm2_t30_150M_UR50D
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: esm2_t130_150M-lora-classifier_2024-04-26_10-08-51
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_t130_150M-lora-classifier_2024-04-26_10-08-51
18
+
19
+ This model is a fine-tuned version of [facebook/esm2_t30_150M_UR50D](https://huggingface.co/facebook/esm2_t30_150M_UR50D) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.4537
22
+ - Accuracy: 0.8984
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.0008701568055793088
42
+ - train_batch_size: 28
43
+ - eval_batch_size: 28
44
+ - seed: 8893
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 30
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 0.6764 | 1.0 | 55 | 0.6794 | 0.5820 |
55
+ | 0.5521 | 2.0 | 110 | 0.6192 | 0.6777 |
56
+ | 0.5409 | 3.0 | 165 | 0.5147 | 0.7383 |
57
+ | 0.5518 | 4.0 | 220 | 0.3518 | 0.8672 |
58
+ | 0.1386 | 5.0 | 275 | 0.3596 | 0.8574 |
59
+ | 0.303 | 6.0 | 330 | 0.4030 | 0.8359 |
60
+ | 0.1962 | 7.0 | 385 | 0.3143 | 0.8848 |
61
+ | 0.1501 | 8.0 | 440 | 0.3232 | 0.8652 |
62
+ | 0.2994 | 9.0 | 495 | 0.3014 | 0.8770 |
63
+ | 0.0914 | 10.0 | 550 | 0.2980 | 0.8887 |
64
+ | 0.2108 | 11.0 | 605 | 0.2854 | 0.8770 |
65
+ | 0.2896 | 12.0 | 660 | 0.3684 | 0.8691 |
66
+ | 0.0818 | 13.0 | 715 | 0.3349 | 0.8828 |
67
+ | 0.3152 | 14.0 | 770 | 0.3530 | 0.8848 |
68
+ | 0.0554 | 15.0 | 825 | 0.3371 | 0.8887 |
69
+ | 0.1928 | 16.0 | 880 | 0.3347 | 0.875 |
70
+ | 0.2658 | 17.0 | 935 | 0.3765 | 0.8867 |
71
+ | 0.4242 | 18.0 | 990 | 0.4166 | 0.8945 |
72
+ | 0.0964 | 19.0 | 1045 | 0.3400 | 0.8945 |
73
+ | 0.0375 | 20.0 | 1100 | 0.3581 | 0.9004 |
74
+ | 0.1781 | 21.0 | 1155 | 0.3816 | 0.8848 |
75
+ | 0.1563 | 22.0 | 1210 | 0.3940 | 0.8867 |
76
+ | 0.017 | 23.0 | 1265 | 0.4098 | 0.8926 |
77
+ | 0.1866 | 24.0 | 1320 | 0.4710 | 0.8770 |
78
+ | 0.0632 | 25.0 | 1375 | 0.4541 | 0.8828 |
79
+ | 0.1501 | 26.0 | 1430 | 0.4645 | 0.8828 |
80
+ | 0.109 | 27.0 | 1485 | 0.4434 | 0.8926 |
81
+ | 0.0353 | 28.0 | 1540 | 0.4264 | 0.8984 |
82
+ | 0.4502 | 29.0 | 1595 | 0.4479 | 0.8984 |
83
+ | 0.0341 | 30.0 | 1650 | 0.4537 | 0.8984 |
84
+
85
+
86
+ ### Framework versions
87
+
88
+ - PEFT 0.10.0
89
+ - Transformers 4.39.3
90
+ - Pytorch 2.2.1
91
+ - Datasets 2.16.1
92
+ - Tokenizers 0.15.2
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9cf6001934d88350e5221f32499889c43bd0a1b9ee826ca0e97e5b8ec57c0ea4
3
  size 3514768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:890def7c1c69764b34941c6906e9c7fc27f44ce931f528455e50e1a89275c755
3
  size 3514768