foilfoilfoil
commited on
Commit
•
d883fb1
1
Parent(s):
7a4787b
Upload 3 files
Browse filesuploaded initial files
- adapter_config.json +21 -0
- adapter_model.bin +3 -0
- training_parameters.json +1 -0
adapter_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "models\\stabilityai_stablelm-tuned-alpha-3b",
|
3 |
+
"bias": "none",
|
4 |
+
"enable_lora": [
|
5 |
+
true,
|
6 |
+
false,
|
7 |
+
true
|
8 |
+
],
|
9 |
+
"fan_in_fan_out": true,
|
10 |
+
"inference_mode": true,
|
11 |
+
"lora_alpha": 512,
|
12 |
+
"lora_dropout": 0.05,
|
13 |
+
"merge_weights": false,
|
14 |
+
"modules_to_save": null,
|
15 |
+
"peft_type": "LORA",
|
16 |
+
"r": 256,
|
17 |
+
"target_modules": [
|
18 |
+
"query_key_value"
|
19 |
+
],
|
20 |
+
"task_type": "CAUSAL_LM"
|
21 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dfb1fbeb5f1137cc192ee0749b4c2429add485c2d434bbb329a98f80ed5b84e
|
3 |
+
size 268447249
|
training_parameters.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"lora_name": "GGBDiscord", "always_override": false, "save_steps": 100.0, "micro_batch_size": 4, "batch_size": 512, "epochs": 20.0, "learning_rate": "3e-4", "lr_scheduler_type": "cosine_with_restarts", "lora_rank": 256, "lora_alpha": 512, "lora_dropout": 0.05, "cutoff_len": 512, "dataset": "None", "eval_dataset": "None", "format": "None", "eval_steps": 100.0, "raw_text_file": "GGBDiscordData", "overlap_len": 128, "newline_favor_len": 128, "higher_rank_limit": false, "warmup_steps": 100.0, "optimizer": "adagrad"}
|