Views
No views yet
0.3.01base_model: bigcode/starcoder
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4is_llama_derived_model: false
5
6load_in_8bit: true
7load_in_4bit: false
8strict: false
9
10datasets:
11 - path: /workspace/axolotl-mdel/mathematica.txt
12 type: completion
13
14lora_modules_to_save:
15 - embed_tokens
16 - lm_head
17
18dataset_prepared_path:
19val_set_size: 0.05
20output_dir: ./lora-out
21
22sequence_len: 2048
23sample_packing: true
24pad_to_sequence_len: true
25
26adapter: lora
27lora_model_dir:
28lora_r: 32
29lora_alpha: 16
30lora_dropout: 0.05
31lora_target_linear: true
32lora_fan_in_fan_out:
33
34wandb_project: starcoder-mathematica
35wandb_entity:
36wandb_watch:
37wandb_name:
38wandb_log_model:
39
40gradient_accumulation_steps: 2
41micro_batch_size: 1
42num_epochs: 1
43optimizer: adamw_bnb_8bit
44lr_scheduler: cosine
45learning_rate: 0.0002
46
47train_on_inputs: false
48group_by_length: false
49bf16: true
50fp16: false
51tf32: false
52
53gradient_checkpointing: true
54early_stopping_patience:
55resume_from_checkpoint:
56local_rank:
57logging_steps: 1
58xformers_attention:
59flash_attention: true
60s2_attention:
61
62warmup_steps: 10
63evals_per_epoch: 4
64eval_table_size:
65eval_table_max_new_tokens: 128
66saves_per_epoch: 1
67debug:
68deepspeed:
69weight_decay: 0.0
70fsdp:
71fsdp_config:
72special_tokens:
73 pad_token: "[PAD]"
74 bos_token: "<s>"
75 eos_token: "</s>"
76 unk_token: "<unk>"
77bitsandbytes quantization config was used during training:| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.8529 | 0.0 | 1 | 3.1576 |
| 0.4365 | 0.25 | 127 | 3.1416 |
| 2.953 | 0.5 | 254 | 3.1146 |
| 0.35 | 0.75 | 381 | 3.0968 |