Uploading model files
Browse files- README.md +0 -5
- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -10,8 +10,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 10 |
# lora
|
| 11 |
|
| 12 |
|
| 13 |
-
## Model description
|
| 14 |
-
|
| 15 |
More information needed
|
| 16 |
|
| 17 |
## Intended uses & limitations
|
|
@@ -27,9 +25,6 @@ More information needed
|
|
| 27 |
### Training hyperparameters
|
| 28 |
|
| 29 |
|
| 30 |
-
### Training results
|
| 31 |
-
|
| 32 |
-
|
| 33 |
### Framework versions
|
| 34 |
|
| 35 |
- PEFT 0.15.2
|
|
|
|
| 10 |
# lora
|
| 11 |
|
| 12 |
|
|
|
|
|
|
|
| 13 |
More information needed
|
| 14 |
|
| 15 |
## Intended uses & limitations
|
|
|
|
| 25 |
### Training hyperparameters
|
| 26 |
|
| 27 |
|
|
|
|
|
|
|
|
|
|
| 28 |
### Framework versions
|
| 29 |
|
| 30 |
- PEFT 0.15.2
|
adapter_config.json
CHANGED
|
@@ -10,20 +10,20 @@
|
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
-
"lora_alpha":
|
| 14 |
"lora_dropout": 0.0,
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": null,
|
| 18 |
"peft_type": "LORA",
|
| 19 |
-
"r":
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"
|
| 24 |
-
"gate_up_proj",
|
| 25 |
"qkv_proj",
|
| 26 |
-
"
|
|
|
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM",
|
| 29 |
"use_dora": false,
|
|
|
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 128,
|
| 14 |
"lora_dropout": 0.0,
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": null,
|
| 18 |
"peft_type": "LORA",
|
| 19 |
+
"r": 128,
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"down_proj",
|
|
|
|
| 24 |
"qkv_proj",
|
| 25 |
+
"gate_up_proj",
|
| 26 |
+
"o_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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f71ff99db8f2a1d1b93136f59d1357ec084be2b0b6a2a5e73b8d848c534b4571
|
| 3 |
+
size 738232680
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5752
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed64fb5d973c70f5a835334ed62dccc6b228f08a7b5c58ee7d17d46a2c3343e0
|
| 3 |
size 5752
|