Upload 7 files
Browse files
MedGuac70BLlamaV2_2/README.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
MedGuac70BLlamaV2_2/adapter_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "models\\llama-2-70b-Guanaco-QLoRA-fp16",
|
3 |
+
"bias": "none",
|
4 |
+
"fan_in_fan_out": false,
|
5 |
+
"inference_mode": true,
|
6 |
+
"init_lora_weights": true,
|
7 |
+
"layers_pattern": null,
|
8 |
+
"layers_to_transform": null,
|
9 |
+
"lora_alpha": 256,
|
10 |
+
"lora_dropout": 0.05,
|
11 |
+
"modules_to_save": null,
|
12 |
+
"peft_type": "LORA",
|
13 |
+
"r": 128,
|
14 |
+
"revision": null,
|
15 |
+
"target_modules": [
|
16 |
+
"q_proj",
|
17 |
+
"v_proj"
|
18 |
+
],
|
19 |
+
"task_type": "CAUSAL_LM"
|
20 |
+
}
|
MedGuac70BLlamaV2_2/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf958ccf94a4ddb65ca7c76cc73802d4a136530350c6696fa758bc3d3af682c3
|
3 |
+
size 1048691853
|
MedGuac70BLlamaV2_2/training_log.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name": "llama-2-70b-Guanaco-QLoRA-fp16",
|
3 |
+
"base_model_class": "LlamaForCausalLM",
|
4 |
+
"base_loaded_in_4bit": true,
|
5 |
+
"base_loaded_in_8bit": false,
|
6 |
+
"projections": "q, v",
|
7 |
+
"loss": 0.964,
|
8 |
+
"learning_rate": 8.68421052631579e-05,
|
9 |
+
"epoch": 2.84,
|
10 |
+
"current_steps": 1323,
|
11 |
+
"train_runtime": 6257.8339,
|
12 |
+
"train_samples_per_second": 0.908,
|
13 |
+
"train_steps_per_second": 0.007,
|
14 |
+
"total_flos": 2.8663842040971264e+17,
|
15 |
+
"train_loss": 1.2440977039791288
|
16 |
+
}
|
MedGuac70BLlamaV2_2/training_parameters.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lora_name": "MedGuac70BLlamaV2_2",
|
3 |
+
"always_override": false,
|
4 |
+
"save_steps": 100.0,
|
5 |
+
"micro_batch_size": 4,
|
6 |
+
"batch_size": 128,
|
7 |
+
"epochs": 3.0,
|
8 |
+
"learning_rate": "3e-4",
|
9 |
+
"lr_scheduler_type": "linear",
|
10 |
+
"lora_rank": 128,
|
11 |
+
"lora_alpha": 256,
|
12 |
+
"lora_dropout": 0.05,
|
13 |
+
"cutoff_len": 256,
|
14 |
+
"dataset": "None",
|
15 |
+
"eval_dataset": "None",
|
16 |
+
"format": "None",
|
17 |
+
"eval_steps": 100.0,
|
18 |
+
"raw_text_file": "MedTextGuacFormat",
|
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",
|
25 |
+
"train_only_after": "",
|
26 |
+
"stop_at_loss": 0,
|
27 |
+
"add_eos_token": false,
|
28 |
+
"min_chars": 0.0,
|
29 |
+
"report_to": "None"
|
30 |
+
}
|
MedGuac70BLlamaV2_2/training_prompt.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"template_type": "raw_text"
|
3 |
+
}
|
TrainingSettings.png
ADDED