Views
No views yet
0.4.01base_model: meta-llama/Meta-Llama-3-8B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: manishiitg/aditi-syn-train-v3
11 type: completion
12
13
14# 25 has only sythentic data, and has judge removed data
15# 26 = 25 + caybara + robots
16hub_model_id: manishiitg/open-aditi-chat-hi-1.26-llama3
17hf_use_auth_token: true
18
19wandb_project: open-aditi-chat-hi-1.26-llama3
20
21dataset_prepared_path: manishiitg
22push_dataset_to_hub: manishiitg
23val_set_size: .1
24output_dir: /sky-notebook/manishiitg/open-aditi-chat-hi-1.26-llama3
25
26adapter: qlora
27lora_model_dir:
28save_safetensors: true
29
30sequence_len: 2048
31sample_packing: true
32pad_to_sequence_len: true
33eval_sample_packing: false
34
35lora_r: 32
36lora_alpha: 16
37lora_dropout: 0.05
38lora_target_linear: true
39
40wandb_entity:
41wandb_watch:
42wandb_run_id:
43wandb_log_model:
44
45gradient_accumulation_steps: 8
46micro_batch_size: 6
47num_epochs: 1
48optimizer: paged_adamw_32bit
49lr_scheduler: cosine
50learning_rate: 0.0002
51
52train_on_inputs: false
53group_by_length: false
54bf16: true
55fp16: false
56tf32: false
57
58
59gradient_checkpointing: true
60early_stopping_patience:
61resume_from_checkpoint:
62auto_resume_from_checkpoints: true ## manage check point resume from here
63local_rank:
64logging_steps: 1
65xformers_attention:
66flash_attention: true
67
68warmup_steps: 10
69evals_per_epoch: 2
70eval_table_size:
71eval_table_max_new_tokens: 128
72save_steps: 20 ## increase based on your dataset
73save_strategy: steps
74debug:
75deepspeed:
76weight_decay: 0.0
77fsdp:
78fsdp_config:
79special_tokens:
80 pad_token: <|end_of_text|>| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.4205 | 0.01 | 1 | 1.5139 |
| 0.7895 | 0.5 | 73 | 1.1448 |