Views
No views yet

| Metric | Value |
|---|---|
| Avg. | 27.34 |
| IFEval (0-Shot) | 72.05 |
| BBH (3-Shot) | 30.98 |
| MATH Lvl 5 (4-Shot) | 15.03 |
| GPQA (0-shot) | 4.81 |
| MuSR (0-shot) | 9.22 |
| MMLU-PRO (5-shot) | 31.93 |
1base_model: arcee-ai/Llama-3.1-SuperNova-Lite
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: FourOhFour/RP_Phase
11 type: chat_template
12 chat_template: llama3
13 roles_to_train: ["gpt"]
14 field_messages: conversations
15 message_field_role: from
16 message_field_content: value
17 train_on_eos: turn
18 - path: Nitral-AI/Cybersecurity-ShareGPT
19 type: chat_template
20 chat_template: llama3
21 roles_to_train: ["gpt"]
22 field_messages: conversations
23 message_field_role: from
24 message_field_content: value
25 train_on_eos: turn
26 - path: Nitral-AI/Medical_Instruct-ShareGPT
27 type: chat_template
28 chat_template: llama3
29 roles_to_train: ["gpt"]
30 field_messages: conversations
31 message_field_role: from
32 message_field_content: value
33 train_on_eos: turn
34 - path: Nitral-AI/Olympiad_Math-ShareGPT
35 type: chat_template
36 chat_template: llama3
37 roles_to_train: ["gpt"]
38 field_messages: conversations
39 message_field_role: from
40 message_field_content: value
41 train_on_eos: turn
42 - path: NewEden/Claude-Instruct-5k
43 type: chat_template
44 chat_template: llama3
45 roles_to_train: ["gpt"]
46 field_messages: conversations
47 message_field_role: from
48 message_field_content: value
49 train_on_eos: turn
50 - path: lodrick-the-lafted/kalo-opus-instruct-3k-filtered
51 type: chat_template
52 chat_template: llama3
53 roles_to_train: ["gpt"]
54 field_messages: conversations
55 message_field_role: from
56 message_field_content: value
57 train_on_eos: turn
58 - path: Nitral-AI/Creative_Writing-ShareGPT
59 type: chat_template
60 chat_template: llama3
61 roles_to_train: ["gpt"]
62 field_messages: conversations
63 message_field_role: from
64 message_field_content: value
65 train_on_eos: turn
66 - path: jeiku/Writing
67 type: completion
68 field: text
69
70shuffle_merged_datasets: true
71dataset_prepared_path:
72val_set_size: 0.01
73output_dir: ./output/out
74
75hub_model_id: jeiku/Aura-8B
76hub_strategy: "all_checkpoints"
77push_dataset_to_hub:
78hf_use_auth_token: true
79
80sequence_len: 8192
81sample_packing: true
82eval_sample_packing: false
83pad_to_sequence_len:
84
85wandb_project: Aura-8B
86wandb_entity:
87wandb_watch:
88wandb_name: Aura-8B
89wandb_log_model:
90
91gradient_accumulation_steps: 16
92micro_batch_size: 2
93num_epochs: 2
94optimizer: paged_adamw_8bit
95lr_scheduler: cosine
96learning_rate: 1e-5
97
98train_on_inputs: false
99group_by_length: false
100bf16: auto
101fp16:
102tf32: false
103
104gradient_checkpointing: true
105early_stopping_patience:
106resume_from_checkpoint:
107local_rank:
108logging_steps: 1
109xformers_attention:
110flash_attention: true
111
112warmup_ratio: 0.1
113evals_per_epoch: 2
114eval_table_size:
115eval_max_new_tokens:
116saves_per_epoch: 1
117debug:
118deepspeed:
119weight_decay: 0.05
120fsdp:
121fsdp_config:
122special_tokens:
123 pad_token: <|finetune_right_pad_id|>
124 eos_token: <|eot_id|>1base_model: jeiku/Aura-8B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9hub_model_id: jeiku/aurakto
10hub_strategy: "all_checkpoints"
11push_dataset_to_hub:
12hf_use_auth_token: true
13
14chat_template: llama3
15
16rl: kto
17rl_beta: 0.2
18kto_desirable_weight: 0.2
19
20datasets:
21 - path: anthracite-core/full-opus-chosen-hermes-rejected-kto-v1
22 type: llama3.argilla
23
24shuffle_merged_datasets: true
25val_set_size: 0.0
26output_dir: ./outputs/out
27
28adapter: lora
29lora_model_dir:
30
31lora_r: 32
32lora_alpha: 64
33lora_dropout: 0.05
34lora_target_linear: true
35lora_fan_in_fan_out:
36
37sequence_len: 8192
38sample_packing: false
39eval_sample_packing: false
40pad_to_sequence_len: false
41
42wandb_project: Aura-8B
43wandb_entity:
44wandb_watch:
45wandb_name: Aura-8B
46wandb_log_model:
47
48gradient_accumulation_steps: 16
49micro_batch_size: 2
50num_epochs: 2
51max_steps: 500
52
53optimizer: adamw_8bit
54lr_scheduler: cosine
55learning_rate: 0.0001
56weight_decay: 0.05
57
58train_on_inputs: false
59group_by_length: false
60bf16: auto
61fp16:
62tf32: true
63
64gradient_checkpointing: true
65gradient_checkpointing_kwargs:
66 use_reentrant: true
67remove_unused_columns: false
68early_stopping_patience:
69resume_from_checkpoint:
70local_rank:
71logging_steps: 1
72xformers_attention:
73flash_attention: true
74
75warmup_steps: 10
76evals_per_epoch: 2
77eval_table_size:
78eval_max_new_tokens:
79saves_per_epoch: 1
80
81debug:
82deepspeed:
83fsdp:
84fsdp_config:
85fsdp:
86fsdp_config:
87
88special_tokens:
89 pad_token: <|finetune_right_pad_id|>
90 eos_token: <|eot_id|>