Upload 2 files
Browse files- adapter_config.json +4 -3
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"base_model_name_or_path": "
|
3 |
"bias": "none",
|
4 |
-
"fan_in_fan_out":
|
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 |
-
"
|
|
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06ad6b98570244c9f50fd1a3acebe050f8ffd9f62f0338c8e69a7959a93b49c2
|
3 |
+
size 46205517
|