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-only-STE-0.6
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-only-STE-0.6"
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-only-STE-0.6"
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 |
|---|---|---|---|
| 2.613 | 0.0002 | 1 | 2.5926 |
| 0.5239 | 0.0824 | 500 | 0.5314 |
| 0.5467 | 0.1648 | 1000 | 0.5118 |
| 0.5232 | 0.2472 | 1500 | 0.4991 |
| 0.5322 | 0.3296 | 2000 | 0.4880 |
| 0.4971 | 0.4120 | 2500 | 0.4779 |
| 0.4861 | 0.4944 | 3000 | 0.4680 |
| 0.5079 | 0.5768 | 3500 | 0.4596 |
| 0.4616 | 0.6592 | 4000 | 0.4519 |
| 0.4812 | 0.7416 | 4500 | 0.4461 |
| 0.4931 | 0.8240 | 5000 | 0.4418 |
| 0.4359 | 0.9064 | 5500 | 0.4396 |
| 0.4638 | 0.9888 | 6000 | 0.4391 |