Views
No views yet
0.4.01base_model: microsoft/phi-1_5
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: garage-bAInd/Open-Platypus
11 type: alpaca
12
13dataset_prepared_path:
14val_set_size: 0.05
15output_dir: ./outputs/phi-sft-out
16
17sequence_len: 1024
18sample_packing: true
19pad_to_sequence_len: true
20
21adapter: qlora
22lora_model_dir:
23lora_r: 64
24lora_alpha: 32
25lora_dropout: 0.05
26lora_target_linear: true
27lora_fan_in_fan_out:
28
29wandb_project:
30wandb_entity:
31wandb_watch:
32wandb_name:
33wandb_log_model:
34
35gradient_accumulation_steps: 1
36micro_batch_size: 1
37num_epochs: 1
38optimizer: adamw_torch
39adam_beta2: 0.95
40adam_epsilon: 0.00001
41max_grad_norm: 1.0
42lr_scheduler: cosine
43learning_rate: 0.000003
44
45gradient_checkpointing: true
46gradient_checkpointing_kwargs:
47 use_reentrant: True
48early_stopping_patience:
49resume_from_checkpoint:
50local_rank:
51logging_steps: 1
52xformers_attention:
53flash_attention: false
54
55warmup_steps: 100
56evals_per_epoch: 1
57saves_per_epoch: 1
58debug:
59deepspeed:
60weight_decay: 0.1
61fsdp:
62fsdp_config:
63resize_token_embeddings_to_32x: true
64special_tokens:
65 pad_token: "<|endoftext|>"
66
67hub_model_id: AdamRTomkins/phi-kal
68hub_strategy: end
69max_steps: 2
70
71# Setting to enable pre-ampere cards!
72bf16: auto
73fp16: false| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 6.3765 | 0.0 | 2 | 2.4120 |