Views
No views yet
0.14.01base_model: unsloth/Llama-3.2-1B-Instruct
2model_type: AutoModelForCausalLM
3adapter: qlora
4load_in_4bit: true
5bnb_4bit_quant_type: nf4
6bnb_4bit_use_double_quant: true
7bnb_4bit_compute_dtype: bfloat16
8lora_r: 16
9lora_alpha: 32
10lora_dropout: 0.05
11lora_target_linear: true
12datasets:
13- path: yahma/alpaca-cleaned
14 type: alpaca
15sequence_len: 2048
16micro_batch_size: 1
17gradient_accumulation_steps: 4
18num_epochs: 1
19max_steps: 10
20learning_rate: 0.0002
21optimizer: adamw_bnb_8bit
22lr_scheduler_type: cosine
23warmup_steps: 10
24flash_attention: false
25gradient_checkpointing: true
26bf16: auto
27logging_steps: 10
28save_steps: 100
29output_dir: /app/results/7a775f96-133a-44da-975d-d4875774c579
30push_to_hub: true
31hub_model_id: HarrySoteriou/smoke-test-output
32hf_use_auth_token: true
33