Views
No views yet
0.5.21base_model: mistralai/Mistral-7B-v0.1
2model_type: AutoModelForCausalLM
3tokenizer_config: Open-Orca/Mistral-7B-OpenOrca
4tokenizer_type: AutoTokenizer
5tokenizer_use_fast: false
6resize_token_embeddings_to_32x: false
7
8flash_attention: true
9xformers_attention:
10
11load_in_8bit: false
12load_in_4bit: false
13strict: false
14
15chat_template: chatml
16datasets:
17 - path: skymizer/open-orca-conversations
18 type: chat_template
19 field_messages: messages
20 train_on_split: train
21
22test_datasets:
23 - path: skymizer/open-orca-conversations
24 type: chat_template
25 field_messages: messages
26 split: test
27
28hf_use_auth_token: true
29dataset_prepared_path: /mnt/home/model-team/dataset/pretokenized/mistral-open-orca
30output_dir: /mnt/home/model-team/models/mistral-7B-v0.1-open-orca-q-sparse
31
32sequence_len: 2048
33sample_packing: true
34pad_to_sequence_len: true
35
36eval_sample_packing: false
37# eval_causal_lm_metrics: ["perplexity"]
38
39wandb_project: "axolotl_q_sparse_sft"
40wandb_entity:
41wandb_watch:
42wandb_name: "mistral-7B-v0.1-open-orca-q-sparse"
43wandb_log_model:
44
45gradient_accumulation_steps: 2
46micro_batch_size: 8
47eval_batch_size:
48num_epochs: 1
49optimizer: adamw_torch
50lr_scheduler: cosine
51learning_rate: 0.000005
52weight_decay: 0.0
53adam_beta1: 0.9
54adam_beta2: 0.95
55adam_eps: 0.000001
56max_grad_norm: 1.0
57
58train_on_inputs: false
59group_by_length: false
60bf16: true
61fp16:
62tf32: false
63
64hub_model_id: "skymizer/mistral-7B-v0.1-open-orca-q-sparse"
65
66save_strategy: "steps"
67save_steps: 500
68
69gradient_checkpointing: true
70gradient_checkpointing_kwargs:
71 use_reentrant: false
72early_stopping_patience:
73resume_from_checkpoint:
74local_rank:
75logging_steps: 1
76
77warmup_ratio: 0.03
78eval_steps: 500
79eval_table_size:
80eval_max_new_tokens: 2048
81debug:
82deepspeed: /root/train/axolotl/deepspeed_configs/zero3_bf16.json
83fsdp:
84fsdp_config:
85seed: 42
86| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 11.1181 | 0.0002 | 1 | 11.1302 |
| 3.3048 | 0.0824 | 500 | 3.2701 |
| 2.9251 | 0.1648 | 1000 | 2.8377 |
| 2.6088 | 0.2472 | 1500 | 2.5340 |
| 2.3853 | 0.3296 | 2000 | 2.3155 |
| 2.2076 | 0.4120 | 2500 | 2.1627 |
| 2.0993 | 0.4944 | 3000 | 2.0499 |
| 2.0122 | 0.5768 | 3500 | 1.9705 |
| 1.9029 | 0.6592 | 4000 | 1.9069 |
| 1.8822 | 0.7416 | 4500 | 1.8588 |
| 1.941 | 0.8240 | 5000 | 1.8296 |
| 1.9377 | 0.9064 | 5500 | 1.8117 |
| 1.8411 | 0.9888 | 6000 | 1.8081 |