Model save
Browse files- README.md +0 -5
- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -47,11 +47,6 @@ The following hyperparameters were used during training:
|
|
47 |
- lr_scheduler_type: constant
|
48 |
- lr_scheduler_warmup_ratio: 0.03
|
49 |
- num_epochs: 3
|
50 |
-
- mixed_precision_training: Native AMP
|
51 |
-
|
52 |
-
### Training results
|
53 |
-
|
54 |
-
|
55 |
|
56 |
### Framework versions
|
57 |
|
|
|
47 |
- lr_scheduler_type: constant
|
48 |
- lr_scheduler_warmup_ratio: 0.03
|
49 |
- num_epochs: 3
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
### Framework versions
|
52 |
|
adapter_config.json
CHANGED
@@ -19,13 +19,13 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"up_proj",
|
|
|
23 |
"o_proj",
|
24 |
-
"
|
25 |
"q_proj",
|
26 |
-
"
|
27 |
-
"gate_proj",
|
28 |
-
"down_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
"up_proj",
|
24 |
+
"gate_proj",
|
25 |
"o_proj",
|
26 |
+
"down_proj",
|
27 |
"q_proj",
|
28 |
+
"k_proj"
|
|
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
adapter_model.safetensors
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:f362bf9073a223dc15352f6830018ddc74bacec8f1609de0c18c28c8a75c7627
|
3 |
+
size 1803907984
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21c909799afc941890ea1b42ec1b0c22faeb13dd7b72c2ca378d705fc44aa8b7
|
3 |
size 4728
|