QingyiSi SpursgoZmy commited on
Commit
03cdf7b
1 Parent(s): 4697198

Add LoRA_Weights for Tabular-LLM (#2)

Browse files

- Add LoRA_Weights for Tabular-LLM (5365072d22e0efb86591f2a6d20608ab34fe50b7)


Co-authored-by: Mingyu Zheng <SpursgoZmy@users.noreply.huggingface.co>

Tabular-LLM-Model/saved-bloomz-7b-mt_TQA/adapter_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "bigscience/bloomz-7b1-mt",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 16,
8
+ "lora_dropout": 0.05,
9
+ "modules_to_save": null,
10
+ "peft_type": "LORA",
11
+ "r": 8,
12
+ "target_modules": [
13
+ "query_key_value"
14
+ ],
15
+ "task_type": "CAUSAL_LM"
16
+ }
Tabular-LLM-Model/saved-bloomz-7b-mt_TQA/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:324dccddea6af8551f66560420068ef10a80741f6023bf14c21ce755b9589607
3
+ size 15750885
Tabular-LLM-Model/saved-llama-7b-hf_TQA/adapter_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "decapoda-research/llama-7b-hf",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 16,
8
+ "lora_dropout": 0.05,
9
+ "modules_to_save": null,
10
+ "peft_type": "LORA",
11
+ "r": 8,
12
+ "target_modules": [
13
+ "q_proj",
14
+ "v_proj"
15
+ ],
16
+ "task_type": "CAUSAL_LM"
17
+ }
Tabular-LLM-Model/saved-llama-7b-hf_TQA/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f9fdbf1ebdd0d8a6cbc5e9a8d698831dbaafec9851bd58856cbacae017e435
3
+ size 16822989