kunishou commited on
Commit
cdbb0d3
·
1 Parent(s): 10db533

Upload 2 files

Browse files
Files changed (2) hide show
  1. adapter_config.json +4 -3
  2. adapter_model.bin +2 -2
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "base_model_name_or_path": "stabilityai/stablelm-base-alpha-7b",
3
  "bias": "none",
4
- "fan_in_fan_out": false,
5
  "inference_mode": true,
6
  "init_lora_weights": true,
7
  "lora_alpha": 16,
@@ -10,7 +10,8 @@
10
  "peft_type": "LORA",
11
  "r": 8,
12
  "target_modules": [
13
- "query_key_value"
 
14
  ],
15
  "task_type": "CAUSAL_LM"
16
  }
 
1
  {
2
+ "base_model_name_or_path": "cerebras/Cerebras-GPT-6.7B",
3
  "bias": "none",
4
+ "fan_in_fan_out": true,
5
  "inference_mode": true,
6
  "init_lora_weights": true,
7
  "lora_alpha": 16,
 
10
  "peft_type": "LORA",
11
  "r": 8,
12
  "target_modules": [
13
+ "c_attn",
14
+ "c_proj"
15
  ],
16
  "task_type": "CAUSAL_LM"
17
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f2cba83586c9c06da8fe84e2a1feae19acf1cf0647f73d39b5e27e5134cd78b
3
- size 12594577
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06ad6b98570244c9f50fd1a3acebe050f8ffd9f62f0338c8e69a7959a93b49c2
3
+ size 46205517