Views
No views yet
0.4.11base_model: Qwen/Qwen2.5-7B-Instruct
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5trust_remote_code: true
6
7load_in_8bit: false
8load_in_4bit: true
9strict: false
10
11datasets:
12 - path: data.jsonl
13 ds_type: json
14 type: alpaca
15
16dataset_prepared_path:
17val_set_size: 0.05
18output_dir: ./outputs/lora-out
19hub_model_id: femT-data/qwen2.5-7B-instruct-ner-tuned
20
21sequence_len: 4096 # supports up to 8192
22sample_packing: false
23pad_to_sequence_len:
24
25adapter: qlora
26lora_model_dir:
27lora_r: 32
28lora_alpha: 16
29lora_dropout: 0.05
30lora_target_linear: true
31lora_fan_in_fan_out:
32
33wandb_project:
34wandb_entity:
35wandb_watch:
36wandb_name:
37wandb_log_model:
38
39gradient_accumulation_steps: 4
40micro_batch_size: 2
41num_epochs: 1
42optimizer: adamw_bnb_8bit
43lr_scheduler: cosine
44learning_rate: 0.0002
45
46train_on_inputs: false
47group_by_length: false
48bf16: auto
49fp16:
50tf32: false
51
52gradient_checkpointing: true
53early_stopping_patience:
54resume_from_checkpoint:
55local_rank:
56logging_steps: 1
57xformers_attention:
58flash_attention:
59
60warmup_steps: 10
61evals_per_epoch: 1
62eval_table_size:
63eval_max_new_tokens: 128
64saves_per_epoch: 1
65debug:
66deepspeed:
67weight_decay: 0.0
68fsdp:
69fsdp_config:
70special_tokens:
71| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.1314 | 0.9630 | 13 | 0.1159 |