Views
No views yet
0.6.01base_model: HuggingFaceTB/SmolLM2-135M
2model_type: LlamaForCausalLM
3tokenizer_type: GPT2Tokenizer
4
5load_in_4bit: true
6load_in_8bit: false
7strict: false
8
9save_safetensors: true
10flash_attention: true
11auto_resume_from_checkpoints: true
12save_steps: 100
13learning_rate: 5e-4
14
15num_epochs: 2
16
17
18hub_model_id: minpeter/LoRA-SmolLM2-135M-ChatML-Instruct
19
20
21micro_batch_size: 8
22gradient_accumulation_steps: 4
23
24dataset_processes: 1000
25chat_template: chatml
26
27datasets:
28 - path: vicgalle/alpaca-gpt4
29 type: alpaca
30 # - path: shibing624/sharegpt_gpt4
31 # type: chat_template
32 # field_messages: conversations
33 # message_field_role: from
34 # message_field_content: value
35 # roles_to_train: ["assistant", "gpt"]
36 # fraction: 0.1
37
38adapter: qlora
39lora_r: 16
40lora_alpha: 32
41lora_dropout: 0.1
42lora_target_linear: true
43lora_modules_to_save:
44 - lm_head
45 - embed_tokens
46
47
48special_tokens:
49 bos_token: <|begin_of_text|>
50 eos_token: <|end_of_text|>
51 pad_token: <|custom_pad|>
52 unk_token: <|custom_unk|>
53
54
55optimizer: adamw_torch_fused
56lr_scheduler: cosine
57
58wandb_project: "axolotl"
59wandb_entity: "kasfiekfs-e"