Views
No views yet
0.13.0.dev01base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4load_in_8bit: false
5load_in_4bit: true
6strict: false
7chat_template: llama3
8datasets:
9- path: yahma/alpaca-cleaned
10 type: alpaca
11 field_instruction: instruction
12 field_input: input
13 field_output: output
14dataset_prepared_path: null
15val_set_size: 0.0
16output_dir: /workspace/axolotl/outputs
17sequence_len: 256
18sample_packing: false
19pad_to_sequence_len: true
20trust_remote_code: true
21adapter: lora
22lora_model_dir: null
23lora_r: 8
24lora_alpha: 16
25lora_dropout: 0.05
26lora_target_linear: true
27lora_fan_in_fan_out: null
28gradient_accumulation_steps: 1
29micro_batch_size: 1
30eval_batch_size: 1
31num_epochs: 1
32optimizer: adamw_bnb_8bit
33lr_scheduler: cosine
34learning_rate: 0.0002
35train_on_inputs: false
36group_by_length: false
37bf16: auto
38fp16: null
39tf32: false
40gradient_checkpointing: false
41early_stopping_patience: null
42resume_from_checkpoint: null
43local_rank: null
44logging_steps: 1
45xformers_attention: null
46flash_attention: true
47s2_attention: null
48wandb_project: Kurtos-Bittensor
49wandb_entity: null
50wandb_mode: offline
51wandb_run: quick-test
52wandb_runid: e2e-test-001
53saves_per_epoch: 0
54warmup_steps: 0
55evals_per_epoch: 0
56eval_table_size: null
57eval_max_new_tokens: 128
58max_steps: 3
59debug: null
60deepspeed: null
61weight_decay: 0.0
62fsdp: null
63fsdp_config: null
64wandb_name: e2e-test-001
65hub_model_id: burckmeister/tinyllama-e2e-test
66hub_strategy: end
67