Stephen0213 commited on
Commit
2bd5852
β€’
1 Parent(s): 1b468a4

add all LoRA modules and modify the file structure

Browse files
es_code.pt β†’ Gates/es_code.pt RENAMED
File without changes
es_math.pt β†’ Gates/es_math.pt RENAMED
File without changes
ru_code.pt β†’ Gates/ru_code.pt RENAMED
File without changes
ru_math.pt β†’ Gates/ru_math.pt RENAMED
File without changes
zh_code.pt β†’ Gates/zh_code.pt RENAMED
File without changes
zh_math_gate.pt β†’ Gates/zh_math.pt RENAMED
File without changes
LoRAs/code_lora/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/home/wanghanqing/projects/models/Llama-2-7b-hf",
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
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 256,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "up_proj",
20
+ "v_proj",
21
+ "q_proj",
22
+ "o_proj",
23
+ "gate_proj",
24
+ "down_proj",
25
+ "k_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
LoRAs/code_lora/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:929e484e57b64bb6676ac22850ad05a1f585b9952bb45f52c0463aa281c2b0c4
3
+ size 1279419146
{math_lora β†’ LoRAs/es_lora}/adapter_config.json RENAMED
File without changes
LoRAs/es_lora/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00826c33ff5b61307cfcaa88ec424d263b52eb3bfb2df041698566090beae9da
3
+ size 319971402
{zh_lora β†’ LoRAs/math_lora}/adapter_config.json RENAMED
File without changes
{math_lora β†’ LoRAs/math_lora}/adapter_model.bin RENAMED
File without changes
LoRAs/ru_lora/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/home/wanghanqing/projects/models/Llama-2-7b-hf",
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
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 64,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "up_proj",
20
+ "v_proj",
21
+ "q_proj",
22
+ "o_proj",
23
+ "gate_proj",
24
+ "down_proj",
25
+ "k_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
LoRAs/ru_lora/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2e6becfbe82a70690d3632ff2028ba9c22a005658ffc04cb09e2202e1ce41c2
3
+ size 319971402
LoRAs/zh_lora/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/home/wanghanqing/projects/models/Llama-2-7b-hf",
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
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 64,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "up_proj",
20
+ "v_proj",
21
+ "q_proj",
22
+ "o_proj",
23
+ "gate_proj",
24
+ "down_proj",
25
+ "k_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
{zh_lora β†’ LoRAs/zh_lora}/adapter_model.bin RENAMED
File without changes
README.md CHANGED
@@ -1,2 +1,2 @@
1
- We released our model in LoRA-Flow which has been accepted to ACL 2024 main conference
2
 
 
1
+ We released all of our checkpoints used in LoRA-Flow which has been accepted to ACL 2024 main conference.
2