cools commited on
Commit
673d3b7
·
1 Parent(s): 6c3000b

Training in progress, step 25

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1408b6f98f8c50a644387faa89e5c6260c27b31ed0c46ad4b710052c938e7af
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97cba999fb720c4d176ef8a8d3c8d6809705b6f07a15dc41a16e639cba3a4151
3
  size 83945296
runs/Nov25_02-39-32_cbc570474bc2/events.out.tfevents.1700880201.cbc570474bc2.256.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7a192f78c290c349a3f46d62f8a18933c75c3c5fdeeb23bd6ece19fc92425e4
3
+ size 9382
runs/Nov25_02-48-45_cbc570474bc2/events.out.tfevents.1700880618.cbc570474bc2.256.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a92283243753a8ca5f01d8479cd53ba47c0daa3126c1278a5cab1402d0859b2
3
+ size 8013
runs/Nov25_03-13-53_cbc570474bc2/events.out.tfevents.1700882118.cbc570474bc2.256.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea62487b6caf4c64785bdc1a2d7ba9a295d8e4259e701ea2e9667db47ded1ff6
3
+ size 8436
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b905f14608904b19068aed8f635b4021ef5a4d4a28a5ffd1e2cb0eebda395135
3
+ size 4600
training_config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "experiment_key": "base",
3
+ "save_safetensors": true,
4
+ "max_shard_size": "10GB",
5
+ "local_rank": 0,
6
+ "use_gradient_checkpointing": true,
7
+ "trainer_key": "lm",
8
+ "force_fp32": false,
9
+ "force_fp16": false,
10
+ "from_gptq": false,
11
+ "huggingface_hub_token": null,
12
+ "deepspeed_stage": 0,
13
+ "deepspeed_config_path": null,
14
+ "fsdp_strategy": "",
15
+ "fsdp_offload": true,
16
+ "seed": 42,
17
+ "stabilize": false,
18
+ "norm_fp32": false,
19
+ "path_to_env_file": "./.env",
20
+ "prepare_dataset": true,
21
+ "lora_hub_model_id": null,
22
+ "lora_model_local_path": null,
23
+ "fused_model_local_path": null,
24
+ "fuse_after_training": false,
25
+ "quantization_dataset_id": null,
26
+ "quantization_max_samples": 1024,
27
+ "quantized_model_path": "./quantized_model/",
28
+ "quantized_hub_model_id": null,
29
+ "quantized_hub_private_repo": true,
30
+ "dataset_key": "soda",
31
+ "train_local_path_to_data": "./train.jsonl",
32
+ "eval_local_path_to_data": null,
33
+ "shuffle": true,
34
+ "max_eval_samples": 1000,
35
+ "add_eval_to_train_if_no_path": false,
36
+ "tokenizer_name_or_path": null,
37
+ "tokenizer_use_fast": null,
38
+ "tokenizer_padding_side": null,
39
+ "collator_key": "lm",
40
+ "max_length": 2048,
41
+ "model_name_or_path": "bn22/Mistral-7B-Instruct-v0.1-sharded",
42
+ "push_to_hub_bos_add_bos_token": false,
43
+ "use_flash_attention_2": false,
44
+ "trust_remote_code": false,
45
+ "device_map": null,
46
+ "prepare_model_for_kbit_training": true,
47
+ "offload_folder": null,
48
+ "load_in_8bit": false,
49
+ "load_in_4bit": true,
50
+ "llm_int8_threshold": 6.0,
51
+ "llm_int8_has_fp16_weight": true,
52
+ "bnb_4bit_use_double_quant": true,
53
+ "bnb_4bit_quant_type": "nf4",
54
+ "bnb_quantize_after_model_init": false,
55
+ "gptq_bits": 4,
56
+ "gptq_group_size": 128,
57
+ "gptq_disable_exllama": true,
58
+ "apply_lora": true,
59
+ "lora_rank": 8,
60
+ "lora_alpha": 32,
61
+ "lora_dropout": 0.1,
62
+ "raw_lora_target_modules": "all",
63
+ "output_dir": "./outputs/",
64
+ "per_device_train_batch_size": 2,
65
+ "do_eval": false,
66
+ "per_device_eval_batch_size": null,
67
+ "gradient_accumulation_steps": 2,
68
+ "eval_accumulation_steps": null,
69
+ "eval_delay": 0,
70
+ "eval_steps": 1000,
71
+ "warmup_steps": 5,
72
+ "max_steps": 100,
73
+ "num_train_epochs": 1,
74
+ "learning_rate": 0.0002,
75
+ "max_grad_norm": 1.0,
76
+ "weight_decay": 0.001,
77
+ "label_smoothing_factor": 0.0,
78
+ "logging_steps": 1,
79
+ "save_steps": 25,
80
+ "save_total_limit": 1,
81
+ "optim": "paged_adamw_8bit",
82
+ "push_to_hub": true,
83
+ "hub_model_id": "cools/LLM-LoRA",
84
+ "hub_private_repo": false,
85
+ "neftune_noise_alpha": null,
86
+ "report_to_wandb": false,
87
+ "wandb_api_key": null,
88
+ "wandb_project": null,
89
+ "wandb_entity": null
90
+ }