Upload folder using huggingface_hub
Browse files- README.md +1 -0
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -34,6 +34,7 @@ More information needed
|
|
34 |
|
35 |
### Training hyperparameters
|
36 |
|
|
|
37 |
### Training results
|
38 |
|
39 |
|
|
|
34 |
|
35 |
### Training hyperparameters
|
36 |
|
37 |
+
|
38 |
### Training results
|
39 |
|
40 |
|
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"v_proj",
|
24 |
"down_proj",
|
25 |
-
"k_proj",
|
26 |
-
"gate_proj",
|
27 |
-
"up_proj",
|
28 |
"q_proj",
|
|
|
|
|
29 |
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"up_proj",
|
24 |
"v_proj",
|
25 |
"down_proj",
|
|
|
|
|
|
|
26 |
"q_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"k_proj",
|
29 |
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 957942768
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64d352969620ec175b48f4f6006e1b34774e4d2f810da8374603a89f78d4fdef
|
3 |
size 957942768
|
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:eee965ab3b7f8b871d1cf5296d8638d2acce1024b8c5c695521729eb311be3e9
|
3 |
size 5432
|