Views
No views yet
0.4.11base_model: "Qwen/Qwen2-0.5B"
2model_type: "AutoModelForCausalLM"
3tokenizer_type: "AutoTokenizer"
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8chat_template: "llama3"
9
10datasets:
11 - path: "/workspace/input_data/train_data.json"
12 format: "custom"
13 type:
14 system_prompt: ""
15 system_format: "{system}"
16 field_instruction: "prompt"
17 field_output: "question"
18 no_input_format: "{instruction}"
19 format: "{instruction}"
20 ds_type: "json"
21 data_files:
22 - "train_data.json"
23
24dataset_prepared_path: null
25val_set_size: 0.04
26output_dir: "miner_id_24"
27
28sequence_len: 1024
29sample_packing: false
30pad_to_sequence_len: true
31trust_remote_code: true
32
33adapter: "lora"
34lora_model_dir: null
35lora_r: 64
36lora_alpha: 128
37lora_dropout: 0.3
38lora_target_linear: true
39lora_fan_in_fan_out: null
40
41gradient_accumulation_steps: 6
42micro_batch_size: 4
43optimizer: "adamw_bnb_8bit"
44lr_scheduler: "cosine"
45learning_rate: 0.0002
46num_epochs: 3
47max_steps: 2
48train_on_inputs: false
49group_by_length: false
50
51bf16: true
52fp16: null
53tf32: true
54max_grad_norm: 1.0
55gradient_checkpointing: true
56early_stopping_patience: 4
57
58save_steps: 100
59eval_steps: 100
60resume_from_checkpoint: null
61local_rank: null
62logging_steps: 1
63
64xformers_attention: null
65flash_attention: true
66s2_attention: null
67
68load_best_model_at_end: true
69
70wandb_project: "Gradients-On-Demand"
71wandb_entity: null
72wandb_mode: "online"
73wandb_run: "your_name"
74wandb_runid: "c29f8be0-1d6a-40dd-83f1-f1d58697725a"
75
76hub_model_id: "Alphatao/test_hf"
77hub_repo: null
78hub_strategy: "end"
79hub_token: null
80
81warmup_steps: 10
82eval_table_size: null
83eval_max_new_tokens: 128
84
85debug: null
86deepspeed: null
87weight_decay: 0.0
88fsdp: null
89fsdp_config: null
90
91wandb_name: "c29f8be0-1d6a-40dd-83f1-f1d58697725a"
92lora_target_modules: ["q_proj", "k_proj", "v_proj"]
93mlflow_experiment_name: "/tmp/train_data.json"
94| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.26 | 0.0006 | 1 | 0.4452 |