RishitToteja
commited on
Commit
•
015aebe
1
Parent(s):
cf6dd17
basic training
Browse files- adapter_config.json +4 -4
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
{
|
2 |
-
"base_model_name_or_path":
|
3 |
"bias": "none",
|
4 |
"fan_in_fan_out": false,
|
5 |
"inference_mode": true,
|
6 |
"init_lora_weights": true,
|
7 |
"layers_pattern": null,
|
8 |
"layers_to_transform": null,
|
9 |
-
"lora_alpha":
|
10 |
-
"lora_dropout": 0.
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|
13 |
-
"r":
|
14 |
"revision": null,
|
15 |
"target_modules": [
|
16 |
"query_key_value"
|
|
|
1 |
{
|
2 |
+
"base_model_name_or_path": null,
|
3 |
"bias": "none",
|
4 |
"fan_in_fan_out": false,
|
5 |
"inference_mode": true,
|
6 |
"init_lora_weights": true,
|
7 |
"layers_pattern": null,
|
8 |
"layers_to_transform": null,
|
9 |
+
"lora_alpha": 16,
|
10 |
+
"lora_dropout": 0.1,
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|
13 |
+
"r": 32,
|
14 |
"revision": null,
|
15 |
"target_modules": [
|
16 |
"query_key_value"
|
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:0399e097372ff70b1da109d5d51ac7c11fb252c472c04d9278dc42714b96b54d
|
3 |
+
size 62938917
|