YCheetax commited on
Commit
f42fc29
1 Parent(s): 020f019

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. adapter_config.json +28 -0
  2. adapter_model.bin +3 -0
  3. training_args.bin +1 -1
adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "facebook/esm2_t12_35M_UR50D",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 8,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "value",
23
+ "query"
24
+ ],
25
+ "task_type": "SEQ_CLS",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b5a3843be12f9362da65d5196dcd83cd2768f84202dbbbb523f180aaa2cb5e3
3
+ size 20283146
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d9861e33afc11dd0d363c37c88e93f09d2ef9b5aa3e5350c73e89a65744623a
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52fd8abbcc24bfef0c4bfcd21a222455a995754afe230bb8d8e1c3cc0fa312b0
3
  size 4536