Safetensors
English
jeiku commited on
Commit
0410437
1 Parent(s): a288c19

Upload 5 files

Browse files
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "models/TheBloke_rocket-3B-GPTQ",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 256,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 128,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe45e72ea0b9749791d00ab080f8e5a11781cb4f2b9c5afed4667e7208d4d3f
3
+ size 167789656
training_log.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name": "TheBloke_rocket-3B-GPTQ",
3
+ "base_model_class": "StableLMEpochForCausalLM",
4
+ "base_loaded_in_4bit": false,
5
+ "base_loaded_in_8bit": false,
6
+ "projections": "q, v",
7
+ "loss": 0.8275,
8
+ "learning_rate": 0.0,
9
+ "epoch": 8.42,
10
+ "current_steps": 607,
11
+ "train_runtime": 397.4378,
12
+ "train_samples_per_second": 7.599,
13
+ "train_steps_per_second": 0.025,
14
+ "total_flos": 668408186142720.0,
15
+ "train_loss": 1.0486467838287354
16
+ }
training_parameters.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "lora_name": "toxic",
3
+ "always_override": true,
4
+ "q_proj_en": true,
5
+ "v_proj_en": true,
6
+ "k_proj_en": false,
7
+ "o_proj_en": false,
8
+ "gate_proj_en": false,
9
+ "down_proj_en": false,
10
+ "up_proj_en": false,
11
+ "save_steps": 0.0,
12
+ "micro_batch_size": 4,
13
+ "batch_size": 256,
14
+ "epochs": 10.0,
15
+ "learning_rate": "3e-4",
16
+ "lr_scheduler_type": "linear",
17
+ "lora_rank": 128,
18
+ "lora_alpha": 256,
19
+ "lora_dropout": 0.05,
20
+ "cutoff_len": 256,
21
+ "dataset": "toxic-dpo-v0.1-NoWarning-alpaca",
22
+ "eval_dataset": "None",
23
+ "format": "alpaca-format",
24
+ "eval_steps": 100.0,
25
+ "raw_text_file": "None",
26
+ "overlap_len": 128,
27
+ "newline_favor_len": 128,
28
+ "higher_rank_limit": false,
29
+ "warmup_steps": 100.0,
30
+ "optimizer": "adamw_torch",
31
+ "hard_cut_string": "\\n\\n\\n",
32
+ "train_only_after": "",
33
+ "stop_at_loss": 0,
34
+ "add_eos_token": false,
35
+ "min_chars": 0.0,
36
+ "report_to": "None"
37
+ }
training_prompt.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "template_type": "dataset",
3
+ "template_1": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n%instruction%\n\n### Response:\n%output%",
4
+ "template_2": "Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n### Instruction:\n%instruction%\n\n### Input:\n%input%\n\n### Response:\n%output%"
5
+ }