Adapter
Browse files- README.md +0 -4
- adapter_config.json +7 -1
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -44,10 +44,6 @@ The following hyperparameters were used during training:
|
|
| 44 |
- training_steps: 10
|
| 45 |
- mixed_precision_training: Native AMP
|
| 46 |
|
| 47 |
-
### Training results
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
### Framework versions
|
| 52 |
|
| 53 |
- PEFT 0.8.2
|
|
|
|
| 44 |
- training_steps: 10
|
| 45 |
- mixed_precision_training: Native AMP
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
### Framework versions
|
| 48 |
|
| 49 |
- PEFT 0.8.2
|
adapter_config.json
CHANGED
|
@@ -19,7 +19,13 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
],
|
| 24 |
"task_type": "CAUSAL_LM",
|
| 25 |
"use_rslora": false
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
+
"up_proj",
|
| 23 |
+
"k_proj",
|
| 24 |
+
"v_proj",
|
| 25 |
+
"gate_proj",
|
| 26 |
+
"o_proj",
|
| 27 |
+
"q_proj",
|
| 28 |
+
"down_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:130309b46a9db0bda2443a36d5ecaa79e8f390aadee720706f17cf5cbba5cf4b
|
| 3 |
+
size 159967880
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c032efc104fa0fece03810eb29ba53e2dbcaccc5a8663387f92be442f23a24e2
|
| 3 |
size 4664
|