Commit
·
dfbb6f3
1
Parent(s):
89eb7b6
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:251ee86cffa649d4c05e3accd2665f3e14c8f6c56469c2a14fd80e3bba7c822c
|
3 |
+
size 268481485
|
training_parameters.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"lora_name": "GGB-LORA-6mb-saved-3", "always_override": true, "save_steps": 1000.0, "micro_batch_size": 3, "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": "Total GGB DATA - Total GGB DATA", "overlap_len": 64, "newline_favor_len": 64, "higher_rank_limit": false, "warmup_steps": 100.0, "optimizer": "adamw_torch"}
|