Upload LoRA model
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- tokenizer_config.json +1 -1
adapter_config.json
CHANGED
@@ -23,8 +23,8 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
28 |
],
|
29 |
"task_type": null,
|
30 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"q_proj",
|
27 |
+
"v_proj"
|
28 |
],
|
29 |
"task_type": null,
|
30 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 599704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0f7866660963908fae1eabdad61078c0e330db41ea99ccbcb0456b752dcdd3d
|
3 |
size 599704
|
tokenizer_config.json
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
"special": true
|
26 |
}
|
27 |
},
|
28 |
-
"clean_up_tokenization_spaces":
|
29 |
"eos_token": "</s>",
|
30 |
"model_max_length": 512,
|
31 |
"pad_token": "<pad>",
|
|
|
25 |
"special": true
|
26 |
}
|
27 |
},
|
28 |
+
"clean_up_tokenization_spaces": false,
|
29 |
"eos_token": "</s>",
|
30 |
"model_max_length": 512,
|
31 |
"pad_token": "<pad>",
|