Pantai Suyasri commited on
Commit ·
217c94c
1
Parent(s): c7fdf3a
Upload 2 files
Browse files- adapter_config.json +5 -6
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
|
@@ -1,17 +1,16 @@
|
|
| 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":
|
| 8 |
-
"lora_dropout": 0.
|
| 9 |
"modules_to_save": null,
|
| 10 |
"peft_type": "LORA",
|
| 11 |
"r": 8,
|
| 12 |
"target_modules": [
|
| 13 |
-
"
|
| 14 |
-
"v_proj"
|
| 15 |
],
|
| 16 |
"task_type": "CAUSAL_LM"
|
| 17 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"base_model_name_or_path": "cerebras/Cerebras-GPT-1.3B",
|
| 3 |
"bias": "none",
|
| 4 |
+
"fan_in_fan_out": true,
|
| 5 |
"inference_mode": true,
|
| 6 |
"init_lora_weights": true,
|
| 7 |
+
"lora_alpha": 32,
|
| 8 |
+
"lora_dropout": 0.01,
|
| 9 |
"modules_to_save": null,
|
| 10 |
"peft_type": "LORA",
|
| 11 |
"r": 8,
|
| 12 |
"target_modules": [
|
| 13 |
+
"c_attn"
|
|
|
|
| 14 |
],
|
| 15 |
"task_type": "CAUSAL_LM"
|
| 16 |
}
|
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:ebb9cc90d392e729167314c7f701041fff7ab2e80a7e950368b58983567e9e30
|
| 3 |
+
size 6308225
|