elodiesune commited on
Commit
f8e91f1
·
verified ·
1 Parent(s): 71634fc

Model save

Browse files
Files changed (4) hide show
  1. README.md +103 -196
  2. adapter_config.json +33 -0
  3. adapter_model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md CHANGED
@@ -1,199 +1,106 @@
1
  ---
2
- library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
- # Model Card for Model ID
7
-
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
-
11
-
12
- ## Model Details
13
-
14
- ### Model Description
15
-
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
-
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
-
28
- ### Model Sources [optional]
29
-
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
-
36
- ## Uses
37
-
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
-
40
- ### Direct Use
41
-
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
-
46
- ### Downstream Use [optional]
47
-
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
-
50
- [More Information Needed]
51
-
52
- ### Out-of-Scope Use
53
-
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
-
56
- [More Information Needed]
57
-
58
- ## Bias, Risks, and Limitations
59
-
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
-
62
- [More Information Needed]
63
-
64
- ### Recommendations
65
-
66
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
-
68
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
-
70
- ## How to Get Started with the Model
71
-
72
- Use the code below to get started with the model.
73
-
74
- [More Information Needed]
75
-
76
- ## Training Details
77
-
78
- ### Training Data
79
-
80
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
-
82
- [More Information Needed]
83
-
84
- ### Training Procedure
85
-
86
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
-
88
- #### Preprocessing [optional]
89
-
90
- [More Information Needed]
91
-
92
-
93
- #### Training Hyperparameters
94
-
95
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
-
97
- #### Speeds, Sizes, Times [optional]
98
-
99
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
-
101
- [More Information Needed]
102
-
103
- ## Evaluation
104
-
105
- <!-- This section describes the evaluation protocols and provides the results. -->
106
-
107
- ### Testing Data, Factors & Metrics
108
-
109
- #### Testing Data
110
-
111
- <!-- This should link to a Dataset Card if possible. -->
112
-
113
- [More Information Needed]
114
-
115
- #### Factors
116
-
117
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
-
119
- [More Information Needed]
120
-
121
- #### Metrics
122
-
123
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
-
125
- [More Information Needed]
126
-
127
- ### Results
128
-
129
- [More Information Needed]
130
-
131
- #### Summary
132
-
133
-
134
-
135
- ## Model Examination [optional]
136
-
137
- <!-- Relevant interpretability work for the model goes here -->
138
-
139
- [More Information Needed]
140
-
141
- ## Environmental Impact
142
-
143
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
-
145
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
-
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
- - **Cloud Provider:** [More Information Needed]
150
- - **Compute Region:** [More Information Needed]
151
- - **Carbon Emitted:** [More Information Needed]
152
-
153
- ## Technical Specifications [optional]
154
-
155
- ### Model Architecture and Objective
156
-
157
- [More Information Needed]
158
-
159
- ### Compute Infrastructure
160
-
161
- [More Information Needed]
162
-
163
- #### Hardware
164
-
165
- [More Information Needed]
166
-
167
- #### Software
168
-
169
- [More Information Needed]
170
-
171
- ## Citation [optional]
172
-
173
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
-
175
- **BibTeX:**
176
-
177
- [More Information Needed]
178
-
179
- **APA:**
180
-
181
- [More Information Needed]
182
-
183
- ## Glossary [optional]
184
-
185
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
-
187
- [More Information Needed]
188
-
189
- ## More Information [optional]
190
-
191
- [More Information Needed]
192
-
193
- ## Model Card Authors [optional]
194
-
195
- [More Information Needed]
196
-
197
- ## Model Card Contact
198
-
199
- [More Information Needed]
 
1
  ---
2
+ license: mit
3
+ base_model: facebook/esm2_t6_8M_UR50D
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ library_name: peft
10
+ model-index:
11
+ - name: esm_ft_Aerin_Yang_et_al_2023
12
+ results: []
13
  ---
14
 
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # esm_ft_Aerin_Yang_et_al_2023
19
+
20
+ This model is a fine-tuned version of [facebook/esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1828
23
+ - Rmse: 1.3057
24
+ - Mae: 0.9676
25
+ - Spearmanr Corr: 0.8519
26
+ - Spearmanr Corr P Value: 0.0000
27
+ - Pearsonr Corr: 0.8936
28
+ - Pearsonr Corr P Value: 0.0000
29
+ - Spearmanr Corr Of Deltas: 0.8712
30
+ - Spearmanr Corr Of Deltas P Value: 0.0
31
+ - Pearsonr Corr Of Deltas: 0.8932
32
+ - Pearsonr Corr Of Deltas P Value: 0.0
33
+ - Ranking F1 Score: 0.7640
34
+ - Ranking Mcc: 0.6329
35
+ - Rmse Enriched: 0.3328
36
+ - Mae Enriched: 0.1009
37
+ - Spearmanr Corr Enriched: -0.0212
38
+ - Spearmanr Corr Enriched P Value: 0.7120
39
+ - Pearsonr Corr Enriched: 0.0168
40
+ - Pearsonr Corr Enriched P Value: 0.7695
41
+ - Spearmanr Corr Of Deltas Enriched: -0.0213
42
+ - Spearmanr Corr Of Deltas Enriched P Value: 0.0000
43
+ - Pearsonr Corr Of Deltas Enriched: 0.0105
44
+ - Pearsonr Corr Of Deltas Enriched P Value: 0.0238
45
+ - Ranking F1 Score Enriched: 0.0070
46
+ - Ranking Mcc Enriched: -0.0067
47
+ - Classification Thresh: 0.5
48
+ - Mcc: 0.8893
49
+ - F1 Score: 0.9402
50
+ - Acc: 0.9448
51
+ - Auc: 0.9781
52
+ - Precision: 0.9437
53
+ - Recall: 0.9455
54
+
55
+ ## Model description
56
+
57
+ More information needed
58
+
59
+ ## Intended uses & limitations
60
+
61
+ More information needed
62
+
63
+ ## Training and evaluation data
64
+
65
+ More information needed
66
+
67
+ ## Training procedure
68
+
69
+ ### Training hyperparameters
70
+
71
+ The following hyperparameters were used during training:
72
+ - learning_rate: 0.001
73
+ - train_batch_size: 8
74
+ - eval_batch_size: 8
75
+ - seed: 42
76
+ - distributed_type: not_parallel
77
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
78
+ - lr_scheduler_type: linear
79
+ - lr_scheduler_warmup_steps: 200
80
+ - num_epochs: 100
81
+ - mixed_precision_training: Native AMP
82
+
83
+ ### Training results
84
+
85
+ | Training Loss | Epoch | Step | Validation Loss | Rmse | Mae | Spearmanr Corr | Spearmanr Corr P Value | Pearsonr Corr | Pearsonr Corr P Value | Spearmanr Corr Of Deltas | Spearmanr Corr Of Deltas P Value | Pearsonr Corr Of Deltas | Pearsonr Corr Of Deltas P Value | Ranking F1 Score | Ranking Mcc | Rmse Enriched | Mae Enriched | Spearmanr Corr Enriched | Spearmanr Corr Enriched P Value | Pearsonr Corr Enriched | Pearsonr Corr Enriched P Value | Spearmanr Corr Of Deltas Enriched | Spearmanr Corr Of Deltas Enriched P Value | Pearsonr Corr Of Deltas Enriched | Pearsonr Corr Of Deltas Enriched P Value | Ranking F1 Score Enriched | Ranking Mcc Enriched | Classification Thresh | Mcc | F1 Score | Acc | Auc | Precision | Recall |
86
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:--------------:|:----------------------:|:-------------:|:---------------------:|:------------------------:|:--------------------------------:|:-----------------------:|:-------------------------------:|:----------------:|:-----------:|:-------------:|:------------:|:-----------------------:|:-------------------------------:|:----------------------:|:------------------------------:|:---------------------------------:|:-----------------------------------------:|:--------------------------------:|:----------------------------------------:|:-------------------------:|:--------------------:|:---------------------:|:------:|:--------:|:------:|:------:|:---------:|:------:|
87
+ | 0.4744 | 1.0 | 335 | 0.2204 | 1.2146 | 0.9287 | 0.8345 | 0.0000 | 0.8644 | 0.0000 | 0.8427 | 0.0 | 0.8638 | 0.0 | 0.7535 | 0.6154 | 0.5256 | 0.3052 | -0.0491 | 0.3924 | -0.0107 | 0.8518 | -0.0443 | 0.0000 | -0.0158 | 0.0007 | 0.0048 | -0.0216 | 0.01 | 0.8352 | 0.9066 | 0.9179 | 0.9702 | 0.9208 | 0.9144 |
88
+ | 0.2856 | 2.0 | 670 | 0.2159 | 1.3143 | 0.9756 | 0.8301 | 0.0000 | 0.8757 | 0.0000 | 0.8501 | 0.0 | 0.8752 | 0.0 | 0.7458 | 0.6026 | 0.4886 | 0.1839 | -0.0148 | 0.7973 | 0.0253 | 0.6600 | -0.0072 | 0.1225 | 0.0231 | 0.0000 | 0.0063 | -0.0116 | 0.3 | 0.8648 | 0.9246 | 0.9328 | 0.9744 | 0.9342 | 0.9305 |
89
+ | 0.2415 | 3.0 | 1005 | 0.1751 | 1.2217 | 0.9352 | 0.8437 | 0.0000 | 0.8977 | 0.0000 | 0.8697 | 0.0 | 0.8973 | 0.0 | 0.7555 | 0.6187 | 0.3297 | 0.1524 | -0.0411 | 0.4749 | 0.0159 | 0.7818 | -0.0365 | 0.0000 | 0.0095 | 0.0405 | 0.0050 | -0.0204 | 0.3 | 0.8918 | 0.9414 | 0.9463 | 0.9770 | 0.9455 | 0.9464 |
90
+ | 0.2345 | 4.0 | 1340 | 0.1869 | 1.2521 | 0.9313 | 0.8469 | 0.0000 | 0.8859 | 0.0000 | 0.8680 | 0.0 | 0.8854 | 0.0 | 0.7606 | 0.6271 | 0.4073 | 0.1542 | 0.0233 | 0.6852 | 0.0240 | 0.6766 | 0.0288 | 0.0000 | 0.0182 | 0.0001 | 0.0087 | 0.0053 | 0.3 | 0.8766 | 0.9327 | 0.9388 | 0.9786 | 0.9384 | 0.9382 |
91
+ | 0.2242 | 5.0 | 1675 | 0.1761 | 1.2067 | 0.9313 | 0.8304 | 0.0000 | 0.8968 | 0.0000 | 0.8607 | 0.0 | 0.8963 | 0.0 | 0.7412 | 0.5947 | 0.3551 | 0.1941 | -0.0104 | 0.8567 | 0.0159 | 0.7822 | -0.0139 | 0.0027 | 0.0090 | 0.0532 | 0.0079 | -0.0006 | 0.5 | 0.8947 | 0.9427 | 0.9478 | 0.9766 | 0.9472 | 0.9475 |
92
+ | 0.1845 | 6.0 | 2010 | 0.1655 | 1.2685 | 0.9459 | 0.8486 | 0.0000 | 0.8996 | 0.0000 | 0.8750 | 0.0 | 0.8991 | 0.0 | 0.7615 | 0.6288 | 0.4082 | 0.1647 | 0.0078 | 0.8915 | 0.0235 | 0.6830 | 0.0096 | 0.0379 | 0.0186 | 0.0001 | 0.0085 | 0.0040 | 0.2 | 0.8886 | 0.9388 | 0.9448 | 0.9782 | 0.9450 | 0.9437 |
93
+ | 0.1933 | 7.0 | 2345 | 0.1999 | 1.3220 | 0.9762 | 0.8338 | 0.0000 | 0.8857 | 0.0000 | 0.8617 | 0.0 | 0.8852 | 0.0 | 0.7503 | 0.6101 | 0.4461 | 0.1626 | -0.0051 | 0.9297 | 0.0235 | 0.6828 | 0.0007 | 0.8758 | 0.0173 | 0.0002 | 0.0076 | -0.0024 | 0.1 | 0.8826 | 0.9360 | 0.9418 | 0.9707 | 0.9414 | 0.9412 |
94
+ | 0.2323 | 8.0 | 2680 | 0.1912 | 1.2274 | 0.9298 | 0.8362 | 0.0000 | 0.8846 | 0.0000 | 0.8562 | 0.0 | 0.8841 | 0.0 | 0.7461 | 0.6030 | 0.5002 | 0.2814 | 0.0501 | 0.3836 | 0.0323 | 0.5738 | 0.0373 | 0.0000 | 0.0269 | 0.0000 | 0.0119 | 0.0278 | 0.1 | 0.8710 | 0.9277 | 0.9358 | 0.9795 | 0.9377 | 0.9333 |
95
+ | 0.1706 | 9.0 | 3015 | 0.3637 | 1.1873 | 0.9135 | 0.8473 | 0.0000 | 0.7821 | 0.0000 | 0.8159 | 0.0 | 0.7810 | 0.0 | 0.7607 | 0.6274 | 0.8092 | 0.5524 | -0.0164 | 0.7757 | 0.0404 | 0.4826 | 0.0031 | 0.5037 | 0.0345 | 0.0000 | 0.0064 | -0.0109 | 0.1 | 0.7485 | 0.8404 | 0.8701 | 0.9740 | 0.8887 | 0.8603 |
96
+ | 0.2132 | 10.0 | 3350 | 0.1819 | 1.2570 | 0.9619 | 0.8476 | 0.0000 | 0.8988 | 0.0000 | 0.8735 | 0.0 | 0.8983 | 0.0 | 0.7590 | 0.6247 | 0.2774 | 0.1046 | 0.0330 | 0.5660 | 0.0259 | 0.6517 | 0.0270 | 0.0000 | 0.0199 | 0.0000 | 0.0102 | 0.0153 | 0.01 | 0.8893 | 0.9402 | 0.9448 | 0.9811 | 0.9437 | 0.9455 |
97
+ | 0.1832 | 11.0 | 3685 | 0.1828 | 1.3057 | 0.9676 | 0.8519 | 0.0000 | 0.8936 | 0.0000 | 0.8712 | 0.0 | 0.8932 | 0.0 | 0.7640 | 0.6329 | 0.3328 | 0.1009 | -0.0212 | 0.7120 | 0.0168 | 0.7695 | -0.0213 | 0.0000 | 0.0105 | 0.0238 | 0.0070 | -0.0067 | 0.5 | 0.8893 | 0.9402 | 0.9448 | 0.9781 | 0.9437 | 0.9455 |
98
+
99
+
100
+ ### Framework versions
101
+
102
+ - PEFT 0.13.2
103
+ - Transformers 4.41.2
104
+ - Pytorch 2.5.1+cu118
105
+ - Datasets 3.1.0
106
+ - Tokenizers 0.19.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "facebook/esm2_t6_8M_UR50D",
4
+ "fan_in_fan_out": false,
5
+ "feedforward_modules": [
6
+ "value",
7
+ "key",
8
+ "out_proj",
9
+ "dense",
10
+ "regression",
11
+ "query"
12
+ ],
13
+ "inference_mode": true,
14
+ "init_ia3_weights": true,
15
+ "modules_to_save": [
16
+ "key",
17
+ "regression",
18
+ "value",
19
+ "classifier",
20
+ "score"
21
+ ],
22
+ "peft_type": "IA3",
23
+ "revision": null,
24
+ "target_modules": [
25
+ "value",
26
+ "key",
27
+ "out_proj",
28
+ "dense",
29
+ "regression",
30
+ "query"
31
+ ],
32
+ "task_type": "SEQ_CLS"
33
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8642ea2afa5e7afa530d00bda32ee565219baf65866038165ea59c28f1a6102e
3
+ size 5412288
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:747b81e5cfd2855e17aa0b1547cd6b510ee0852988352866db1b0edf0d80bffd
3
+ size 5240