smartrichard commited on
Commit
cfd03c5
·
verified ·
1 Parent(s): 02312c0

Delete llama-2-heathcare100k-epochs_10

Browse files
llama-2-heathcare100k-epochs_10/README.md DELETED
@@ -1,32 +0,0 @@
1
- ---
2
- library_name: peft
3
- ---
4
- ## Training procedure
5
-
6
-
7
- The following `bitsandbytes` quantization config was used during training:
8
- - load_in_8bit: False
9
- - load_in_4bit: True
10
- - llm_int8_threshold: 6.0
11
- - llm_int8_skip_modules: None
12
- - llm_int8_enable_fp32_cpu_offload: False
13
- - llm_int8_has_fp16_weight: False
14
- - bnb_4bit_quant_type: nf4
15
- - bnb_4bit_use_double_quant: False
16
- - bnb_4bit_compute_dtype: float16
17
-
18
- The following `bitsandbytes` quantization config was used during training:
19
- - load_in_8bit: False
20
- - load_in_4bit: True
21
- - llm_int8_threshold: 6.0
22
- - llm_int8_skip_modules: None
23
- - llm_int8_enable_fp32_cpu_offload: False
24
- - llm_int8_has_fp16_weight: False
25
- - bnb_4bit_quant_type: nf4
26
- - bnb_4bit_use_double_quant: False
27
- - bnb_4bit_compute_dtype: float16
28
- ### Framework versions
29
-
30
- - PEFT 0.5.0.dev0
31
-
32
- - PEFT 0.5.0.dev0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
llama-2-heathcare100k-epochs_10/adapter_config.json DELETED
@@ -1,21 +0,0 @@
1
- {
2
- "auto_mapping": null,
3
- "base_model_name_or_path": "models\\Llama-2-7b-chat-hf",
4
- "bias": "none",
5
- "fan_in_fan_out": false,
6
- "inference_mode": true,
7
- "init_lora_weights": true,
8
- "layers_pattern": null,
9
- "layers_to_transform": null,
10
- "lora_alpha": 64,
11
- "lora_dropout": 0.1,
12
- "modules_to_save": null,
13
- "peft_type": "LORA",
14
- "r": 32,
15
- "revision": null,
16
- "target_modules": [
17
- "q_proj",
18
- "v_proj"
19
- ],
20
- "task_type": "CAUSAL_LM"
21
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
llama-2-heathcare100k-epochs_10/adapter_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b00b01949bd6ad8d5aacc36adcc88895c229a5f1dbf9376f2af004d3314d0738
3
- size 67154893
 
 
 
 
llama-2-heathcare100k-epochs_10/runs/Mar04_00-27-16_SK-20240118OMOZ/events.out.tfevents.1709483236.SK-20240118OMOZ.10740.0 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb8be2177ea7ac2f3ad6f450d65565dca8959d5f1ffbe0a741bc281104a9589c
3
- size 279805
 
 
 
 
llama-2-heathcare100k-epochs_10/training_log.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "base_model_name": "Llama-2-7b-chat-hf",
3
- "base_model_class": "LlamaForCausalLM",
4
- "base_loaded_in_4bit": true,
5
- "base_loaded_in_8bit": false,
6
- "projections": "q, v",
7
- "loss": 1.3806,
8
- "learning_rate": 0.0,
9
- "epoch": 10.0,
10
- "current_steps": 280293,
11
- "train_runtime": 197834.3533,
12
- "train_samples_per_second": 5.67,
13
- "train_steps_per_second": 0.044,
14
- "total_flos": 5.831723715554968e+18,
15
- "train_loss": 1.4700200526681664
16
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
llama-2-heathcare100k-epochs_10/training_parameters.json DELETED
@@ -1,30 +0,0 @@
1
- {
2
- "lora_name": "llama-2-heathcare100k-epochs_10",
3
- "always_override": false,
4
- "save_steps": 0.0,
5
- "micro_batch_size": 4,
6
- "batch_size": 128,
7
- "epochs": 10.0,
8
- "learning_rate": "3e-4",
9
- "lr_scheduler_type": "linear",
10
- "lora_rank": 32,
11
- "lora_alpha": 64,
12
- "lora_dropout": 0.1,
13
- "cutoff_len": 256,
14
- "dataset": "HealthCareMagic-100k",
15
- "eval_dataset": "None",
16
- "format": "alpaca-format",
17
- "eval_steps": 10000.0,
18
- "raw_text_file": "None",
19
- "overlap_len": 128,
20
- "newline_favor_len": 128,
21
- "higher_rank_limit": false,
22
- "warmup_steps": 100.0,
23
- "optimizer": "adamw_torch",
24
- "hard_cut_string": "\\n\\n\\n",
25
- "train_only_after": "",
26
- "stop_at_loss": 0,
27
- "add_eos_token": false,
28
- "min_chars": 0.0,
29
- "report_to": "None"
30
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
llama-2-heathcare100k-epochs_10/training_prompt.json DELETED
@@ -1,5 +0,0 @@
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
- }