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/TheBloke_wizardLM-7B-HF",
|
3 |
+
"bias": "none",
|
4 |
+
"fan_in_fan_out": false,
|
5 |
+
"inference_mode": true,
|
6 |
+
"init_lora_weights": true,
|
7 |
+
"lora_alpha": 2048,
|
8 |
+
"lora_dropout": 0.05,
|
9 |
+
"modules_to_save": null,
|
10 |
+
"peft_type": "LORA",
|
11 |
+
"r": 1024,
|
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:5dbe7c471f28d96bbbcf8365076ac6abf80cfa4214bfd7893f9f7a686e6cfc3c
|
3 |
+
size 2147529869
|
training_parameters.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"lora_name": "ivyel", "always_override": true, "save_steps": 0.0, "micro_batch_size": 4, "batch_size": 128, "epochs": 3.0, "learning_rate": "3e-4", "lr_scheduler_type": "linear", "lora_rank": 1024, "lora_alpha": 2048, "lora_dropout": 0.05, "cutoff_len": 256, "dataset": "dialogue_pairs", "eval_dataset": "None", "format": "ats-format", "eval_steps": 100.0, "raw_text_file": "None", "overlap_len": 128, "newline_favor_len": 128, "higher_rank_limit": false, "warmup_steps": 100.0, "optimizer": "adamw_torch"}
|