Views
No views yet
0.6.01base_model: PrimeIntellect/INTELLECT-1-Instruct
2trust_remote_code: true
3model_type: AutoModelForCausalLM
4tokenizer_config: meta-llama/Llama-3.1-8B-Instruct
5
6#model_type: LlamaForCausalLM
7#tokenizer_type: llama3
8
9gpu_memory_limit:
10
11deepspeed: deepspeed_configs/zero2.json
12
13load_in_8bit:
14load_in_4bit:
15strict: false
16
17chat_template: llama3
18datasets:
19 - path: neginashz/rationale-llama-chat-dataset
20 type: chat_template
21 chat_template: llama3
22 field_messages: messages
23 message_field_role: role
24 message_field_content: content
25 roles:
26 system:
27 - system
28 user:
29 - user
30 assistant:
31 - assistant
32 #roles_to_train: ["assistant"] # default
33 # Optional[str]. Which EOS tokens to train on in the conversation. Possible values are:
34 # - all: train on all EOS tokens
35 # - turn (default): train on the EOS token at the end of each trainable turn
36 # - last: train on the last EOS token in the conversation
37 #train_on_eos: turn
38
39
40dataset_prepared_path:
41val_set_size: 0.05
42output_dir: ./star-sft-intellect-6
43
44sequence_len: 8192
45sample_packing: true
46eval_sample_packing: true
47pad_to_sequence_len: true
48
49
50wandb_project: star-sft-intellect-instruct-6
51wandb_entity:
52wandb_watch:
53wandb_name:
54wandb_log_model:
55
56gradient_checkpointing: true
57#gradient_clipping: true
58gradient_accumulation_steps: 1
59#batch_size: 1
60micro_batch_size: 1
61
62num_epochs: 1
63
64optimizer: adamw_torch
65lr_scheduler: cosine
66learning_rate: 0.00002
67
68train_on_inputs: false
69group_by_length: false
70
71bf16: true
72fp16: false
73tf32: false
74
75logging_steps: 1
76xformers_attention:
77flash_attention: true
78
79warmup_steps:
80eval_steps:
81save_steps:
82
83evals_per_epoch: 8
84saves_per_epoch: 2
85eval_max_new_tokens: 128
86
87debug:
88
89weight_decay:
90fsdp:
91fsdp_config:
92
93hub_model_id: neginashz/star-sft-intellect-instruct-6
94hub_strategy:
95early_stopping_patience:
96
97resume_from_checkpoint:
98auto_resume_from_checkpoints: false
99
100special_tokens:
101 pad_token: <|finetune_right_pad_id|>
102 eos_token": <|eot_id|>
103| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.4428 | 0.1261 | 14 | 0.4024 |
| 0.433 | 0.2523 | 28 | 0.3939 |
| 0.4197 | 0.3784 | 42 | 0.3799 |
| 0.4083 | 0.5045 | 56 | 0.3679 |
| 0.357 | 0.6306 | 70 | 0.3534 |
| 0.3623 | 0.7568 | 84 | 0.3435 |
| 0.3645 | 0.8829 | 98 | 0.3380 |