Instructions to use slarkprime/vicuna-squad-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use slarkprime/vicuna-squad-v2 with PEFT:
Base model is not found.
- Notebooks
- Google Colab
- Kaggle
Commit ·
26a22cb
1
Parent(s): a9b762f
Upload model
Browse files- adapter_config.json +1 -5
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"auto_mapping": null,
|
| 3 |
-
"base_model_name_or_path":
|
| 4 |
"bias": "none",
|
| 5 |
"fan_in_fan_out": false,
|
| 6 |
"inference_mode": true,
|
|
@@ -15,11 +15,7 @@
|
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
"q_proj",
|
| 18 |
-
"up_proj",
|
| 19 |
-
"o_proj",
|
| 20 |
"k_proj",
|
| 21 |
-
"down_proj",
|
| 22 |
-
"gate_proj",
|
| 23 |
"v_proj"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
|
|
|
| 1 |
{
|
| 2 |
"auto_mapping": null,
|
| 3 |
+
"base_model_name_or_path": null,
|
| 4 |
"bias": "none",
|
| 5 |
"fan_in_fan_out": false,
|
| 6 |
"inference_mode": true,
|
|
|
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
"q_proj",
|
|
|
|
|
|
|
| 18 |
"k_proj",
|
|
|
|
|
|
|
| 19 |
"v_proj"
|
| 20 |
],
|
| 21 |
"task_type": "CAUSAL_LM"
|
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:3bc584c23b6d31ee9a86c57f9a1b306154d34c3c88565c832db7e96a956ced22
|
| 3 |
+
size 25237965
|