Upload folder using huggingface_hub
Browse files- README.md +0 -1
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -35,7 +35,6 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
|
38 |
-
|
39 |
### Training results
|
40 |
|
41 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
|
|
|
38 |
### Training results
|
39 |
|
40 |
|
adapter_config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"gate_up_proj",
|
24 |
"qkv_proj",
|
25 |
"o_proj",
|
26 |
-
"down_proj"
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"qkv_proj",
|
24 |
"o_proj",
|
25 |
+
"down_proj",
|
26 |
+
"gate_up_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"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 805341552
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c690d5ad43de6358d0f8cdf6a449f4461c85801137b083cd9b9a51e9d5639cc5
|
3 |
size 805341552
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5987a165b386463c0933189a3ec3633754e0e7e0ee88d6ca419df46e077c8eaa
|
3 |
size 5432
|