Views
No views yet
0.8.0.dev01
2base_model: Qwen/Qwen2.5-3B-Instruct
3load_in_8bit: false
4load_in_4bit: true
5strict: false
6
7datasets:
8 - path: VinitT/Cricket-Commentary-Sample
9 type: alpaca
10dataset_prepared_path:
11val_set_size: 0
12output_dir: ./outputs/qlora-out
13
14adapter: qlora
15lora_model_dir:
16
17sequence_len: 1024
18sample_packing: true
19eval_sample_packing: false
20pad_to_sequence_len: true
21
22lora_r: 32
23lora_alpha: 16
24lora_dropout: 0.05
25lora_target_modules:
26lora_target_linear: true
27lora_fan_in_fan_out:
28
29hub_model_id: Commentary-qwen-3B
30
31wandb_project: Cricket-Commentary-1
32wandb_entity:
33wandb_watch: all
34wandb_name: Cricket-Commentary-1
35wandb_log_model:
36
37gradient_accumulation_steps: 2
38micro_batch_size: 2
39num_epochs: 1
40optimizer: paged_adamw_8bit
41lr_scheduler: cosine
42cosine_min_lr_ratio: 0.2
43learning_rate: 2e-5
44
45train_on_inputs: false
46group_by_length: false
47bf16: false
48fp16:
49tf32: false
50
51gradient_checkpointing: true
52early_stopping_patience:
53resume_from_checkpoint:
54local_rank:
55logging_steps: 1
56xformers_attention:
57flash_attention: false
58
59#gpu_memory_limit: 20GiB
60#lora_on_cpu: true
61
62warmup_steps: 10
63evals_per_epoch: 4
64saves_per_epoch: 1
65debug:
66deepspeed: deepspeed_configs/zero1.json
67weight_decay: 0.0
68special_tokens:
69 pad_token: <|end_of_text|>
70