Upload model
Browse files- README.md +1 -1
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
datasets:
|
4 |
- blesspearl/stackexchange-math-sample
|
5 |
language:
|
6 |
- en
|
7 |
library_name: transformers
|
|
|
8 |
---
|
9 |
|
10 |
[Guide](https://medium.com/@rajatsharma_33357/fine-tuning-llama-using-lora-fb3f48a557d5)
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- blesspearl/stackexchange-math-sample
|
4 |
language:
|
5 |
- en
|
6 |
library_name: transformers
|
7 |
+
license: mit
|
8 |
---
|
9 |
|
10 |
[Guide](https://medium.com/@rajatsharma_33357/fine-tuning-llama-using-lora-fb3f48a557d5)
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"gate_proj",
|
25 |
-
"o_proj",
|
26 |
"q_proj",
|
27 |
-
"down_proj",
|
28 |
"v_proj",
|
29 |
-
"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"k_proj",
|
|
|
|
|
24 |
"q_proj",
|
|
|
25 |
"v_proj",
|
26 |
+
"up_proj",
|
27 |
+
"down_proj",
|
28 |
+
"o_proj",
|
29 |
+
"gate_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 2269211544
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbd87b84c6b350ad422fb7445bce3884ab3fe483dd4128919b6c75cafea75c0a
|
3 |
size 2269211544
|