Spaces:
Sleeping
Sleeping
Upload 7 files
Browse files- generator_with_lora_output/final_lora_generator/README.md +11 -0
- generator_with_lora_output/final_lora_generator/adapter_config.json +24 -0
- generator_with_lora_output/final_lora_generator/adapter_model.bin +3 -0
- generator_with_lora_output/final_lora_generator/lm_head.pth +3 -0
- predictor_with_lora_checkpoints/final_policy_net_with_lora.pth +3 -0
- predictor_with_lora_checkpoints/final_predictor_with_lora.pth +3 -0
- predictor_with_lora_checkpoints/scaler_lora.pkl +3 -0
generator_with_lora_output/final_lora_generator/README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
### Framework versions
|
7 |
+
|
8 |
+
- PEFT 0.4.0
|
9 |
+
- PEFT 0.4.0
|
10 |
+
|
11 |
+
- PEFT 0.4.0
|
generator_with_lora_output/final_lora_generator/adapter_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": {
|
3 |
+
"base_model_class": "T5EncoderModel",
|
4 |
+
"parent_library": "transformers.models.t5.modeling_t5"
|
5 |
+
},
|
6 |
+
"base_model_name_or_path": "/root/shared-nvme/chshhan/diffusion/prott5/model/",
|
7 |
+
"bias": "none",
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layers_pattern": null,
|
12 |
+
"layers_to_transform": null,
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"modules_to_save": null,
|
16 |
+
"peft_type": "LORA",
|
17 |
+
"r": 8,
|
18 |
+
"revision": null,
|
19 |
+
"target_modules": [
|
20 |
+
"q",
|
21 |
+
"v"
|
22 |
+
],
|
23 |
+
"task_type": null
|
24 |
+
}
|
generator_with_lora_output/final_lora_generator/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4145d0dc45b7ff50e15345842c95f8e21b4342977692383a60785a397ece93b
|
3 |
+
size 7899281
|
generator_with_lora_output/final_lora_generator/lm_head.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c80bcd82b67d709b800d2c25717f2a7f3c8ae533e3313fff05d88ba36df74aa5
|
3 |
+
size 91175
|
predictor_with_lora_checkpoints/final_policy_net_with_lora.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef65a7966702a7ab75aa9b99b020a182d8a12d6b43a9e5047f1377184c283445
|
3 |
+
size 1188715
|
predictor_with_lora_checkpoints/final_predictor_with_lora.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cb7db592ef1a5fd08f8dcc6bed4ffabe43faae48840f3e2394463f3b3a0c55d
|
3 |
+
size 9928748
|
predictor_with_lora_checkpoints/scaler_lora.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e6479da4eb4e37c2ea6b825f3c04d44342783804501f0349b5aeb2cb16ad8d0
|
3 |
+
size 31127
|