Commit ·
ffef138
1
Parent(s): 44fcd53
Upload 3 files
Browse files- adapter_config.json +17 -0
- adapter_model.bin +3 -0
- training_parameters.json +1 -0
adapter_config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model_name_or_path": "models\\TehVenom_Pygmalion-Vicuna-1.1-7b",
|
| 3 |
+
"bias": "none",
|
| 4 |
+
"fan_in_fan_out": false,
|
| 5 |
+
"inference_mode": true,
|
| 6 |
+
"init_lora_weights": true,
|
| 7 |
+
"lora_alpha": 256,
|
| 8 |
+
"lora_dropout": 0.05,
|
| 9 |
+
"modules_to_save": null,
|
| 10 |
+
"peft_type": "LORA",
|
| 11 |
+
"r": 128,
|
| 12 |
+
"target_modules": [
|
| 13 |
+
"q_proj",
|
| 14 |
+
"v_proj"
|
| 15 |
+
],
|
| 16 |
+
"task_type": "CAUSAL_LM"
|
| 17 |
+
}
|
adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ee13f50d615e8e29b0f24293ecdb5cfb9db50df5bdbaa3f80064c1e5421e642
|
| 3 |
+
size 268481485
|
training_parameters.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lora_name": "ChipsAndCheese-DumpsterFire-LORA-2", "always_override": false, "save_steps": 1000.0, "micro_batch_size": 2, "batch_size": 128, "epochs": 5.0, "learning_rate": "1e-4", "lr_scheduler_type": "cosine", "lora_rank": 128, "lora_alpha": 256, "lora_dropout": 0.05, "cutoff_len": 128, "dataset": "None", "eval_dataset": "None", "format": "None", "eval_steps": 500.0, "raw_text_file": "C&Cfinalpruned", "overlap_len": 64, "newline_favor_len": 64, "higher_rank_limit": false, "warmup_steps": 100.0, "optimizer": "adamw_torch"}
|