Views
No views yet
0.4.01base_model: NousResearch/Llama-2-7b-hf
2model_type: LlamaForCausalLM
3tokenizer_type: LlamaTokenizer
4is_llama_derived_model: true
5hub_model_id: neocortex
6
7load_in_8bit: false
8load_in_4bit: true
9strict: false
10
11datasets:
12 - path: SethGA/neocortex
13 type: alpaca
14 shards: 20
15dataset_prepared_path:
16val_set_size: 0.05
17output_dir: ./qlora-out
18
19adapter: qlora
20lora_model_dir:
21
22sequence_len: 4096
23sample_packing: false
24eval_sample_packing: false
25pad_to_sequence_len: true
26
27lora_r: 32
28lora_alpha: 16
29lora_dropout: 0.05
30lora_target_modules:
31lora_target_linear: true
32lora_fan_in_fan_out:
33
34wandb_project: neocortex
35wandb_entity:
36wandb_watch:
37wandb_run_id:
38wandb_log_model: checkpoint
39
40gradient_accumulation_steps: 4
41micro_batch_size: 2
42num_epochs: 3
43optimizer: paged_adamw_32bit
44lr_scheduler: cosine
45learning_rate: 0.0002
46
47train_on_inputs: false
48group_by_length: false
49bf16: auto
50fp16:
51tf32: false
52
53gradient_checkpointing: true
54early_stopping_patience:
55resume_from_checkpoint:
56local_rank:
57logging_steps: 1
58xformers_attention:
59flash_attention: true
60
61warmup_steps: 10
62eval_steps: 20
63eval_table_size: 5
64save_strategy: epoch
65save_steps:
66debug:
67deepspeed:
68weight_decay: 0.0
69fsdp:
70fsdp_config:
71special_tokens:
72 bos_token: "<s>"
73 eos_token: "</s>"
74 unk_token: "<unk>"| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.5181 | 0.29 | 20 | 1.5627 |
| 1.437 | 0.58 | 40 | 1.4861 |
| 1.5196 | 0.87 | 60 | 1.4610 |
| 1.4037 | 1.16 | 80 | 1.4512 |
| 1.372 | 1.45 | 100 | 1.4493 |
| 1.3853 | 1.74 | 120 | 1.4424 |
| 1.2367 | 2.03 | 140 | 1.4460 |
| 1.283 | 2.32 | 160 | 1.4602 |
| 1.2933 | 2.61 | 180 | 1.4583 |
| 1.2397 | 2.9 | 200 | 1.4558 |