Views
No views yet
0.4.01mlflow_tracking_uri: http://127.0.0.1:2340
2mlflow_experiment_name: Default
3
4base_model: intervitens/internlm2-limarp-chat-20b
5model_type: AutoModelForCausalLM
6tokenizer_type: AutoTokenizer
7
8load_in_8bit: false
9load_in_4bit: true
10strict: false
11
12datasets:
13 - path: ResplendentAI/Alpaca_NSFW_Shuffled
14 type: alpaca
15 - path: diffnamehard/toxic-dpo-v0.1-NoWarning-alpaca
16 type: alpaca
17dataset_prepared_path: last_run_prepared
18val_set_size: 0.1
19output_dir: ./outputs/qlora-out
20
21adapter: qlora
22lora_model_dir:
23
24sequence_len: 8192
25sample_packing: false
26pad_to_sequence_len: true
27
28lora_r: 32
29lora_alpha: 16
30lora_dropout: 0.05
31lora_target_linear: true
32lora_fan_in_fan_out:
33lora_target_modules:
34 - gate_proj
35 - down_proj
36 - up_proj
37 - q_proj
38 - v_proj
39 - k_proj
40 - o_proj
41
42wandb_project:
43wandb_entity:
44wandb_watch:
45wandb_name:
46wandb_log_model:
47
48gradient_accumulation_steps: 4
49micro_batch_size: 2
50num_epochs: 4
51optimizer: adamw_bnb_8bit
52lr_scheduler: cosine
53learning_rate: 0.0002
54
55train_on_inputs: false
56group_by_length: false
57bf16: auto
58fp16:
59tf32: false
60
61gradient_checkpointing: true
62early_stopping_patience:
63resume_from_checkpoint:
64local_rank:
65logging_steps: 1
66xformers_attention:
67flash_attention: true
68
69loss_watchdog_threshold: 5.0
70loss_watchdog_patience: 3
71
72warmup_steps: 10
73evals_per_epoch: 4
74eval_table_size:
75eval_max_new_tokens: 128
76saves_per_epoch: 1
77debug:
78deepspeed:
79weight_decay: 0.0
80fsdp:
81fsdp_config:
82special_tokens:
83| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.4668 | 0.0476 | 1 | 1.4615 |
| 1.3541 | 0.2857 | 6 | 1.4253 |
| 1.2057 | 0.5714 | 12 | 1.2120 |
| 1.0818 | 0.8571 | 18 | 1.1259 |
| 1.0835 | 1.1429 | 24 | 1.0750 |
| 1.0503 | 1.4286 | 30 | 1.0451 |
| 1.0031 | 1.7143 | 36 | 1.0288 |
| 0.9728 | 2.0 | 42 | 1.0137 |
| 0.8879 | 2.2857 | 48 | 1.0082 |
| 0.8981 | 2.5714 | 54 | 0.9956 |
| 0.8613 | 2.8571 | 60 | 0.9926 |
| 0.8608 | 3.1429 | 66 | 0.9903 |
| 0.7841 | 3.4286 | 72 | 0.9903 |
| 0.9237 | 3.7143 | 78 | 0.9899 |
| 0.868 | 4.0 | 84 | 0.9896 |