taotl commited on
Commit
e4fe8b3
·
verified ·
1 Parent(s): 6f0c35a

Upload 4 files

Browse files
Files changed (4) hide show
  1. Model-Demo2-1.4B.pt +3 -0
  2. README.md +37 -0
  3. adapter_config.json +27 -0
  4. metadata.json +4 -0
Model-Demo2-1.4B.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50daf33b6c3dd34eeabb6901466ba3144a576e8fbb71b68b1cbf1be83e8ef742
3
+ size 5010879
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model: esm3-open
5
+
6
+ library_name: esm3
7
+
8
+ ---
9
+
10
+
11
+
12
+ # Model Card for Model-Demo2-1.4B
13
+ <slot name='description'>
14
+
15
+ ## Task type
16
+ Protein-level Classification
17
+
18
+ ## Model input type
19
+ AA Sequence
20
+
21
+ ## ESM3 Model config
22
+
23
+ - **base_model:** esm3-open
24
+ - **model_type:** ESM3 Fine-tuning
25
+ - **task_type:** Protein-level Classification
26
+
27
+ ## Training config
28
+
29
+ - **optimizer:**
30
+ - **class:** AdamW
31
+ - **betas:** (0.9, 0.98)
32
+ - **weight_decay:** 0.01
33
+ - **learning rate:** 0.0005
34
+ - **epoch:** 5
35
+ - **batch size:** 1
36
+ - **precision:** 16-mixed
37
+
adapter_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "esm3-open",
3
+ "task_type": "ESM3_CLASSIFICATION",
4
+ "r": 8,
5
+ "lora_dropout": 0.0,
6
+ "lora_alpha": 16,
7
+ "target_modules": [
8
+ "attention",
9
+ "mlp"
10
+ ],
11
+ "modules_to_save": [
12
+ "classifier"
13
+ ],
14
+ "inference_mode": false,
15
+ "peft_type": "ESM3_FINETUNING",
16
+ "auto_mapping": null,
17
+ "bias": "none",
18
+ "fan_in_fan_out": false,
19
+ "init_lora_weights": true,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": null,
23
+ "rank_pattern": null,
24
+ "revision": null,
25
+ "use_dora": false,
26
+ "use_rslora": false
27
+ }
metadata.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "training_task_type": "Protein-level Classification",
3
+ "training_data_type": "AA"
4
+ }