Views
No views yet
| Name | Quant method | Size |
|---|---|---|
| magnum-v2-4b.Q2_K.gguf | Q2_K | 1.71GB |
| magnum-v2-4b.IQ3_XS.gguf | IQ3_XS | 1.89GB |
| magnum-v2-4b.IQ3_S.gguf | IQ3_S | 1.97GB |
| magnum-v2-4b.Q3_K_S.gguf | Q3_K_S | 1.96GB |
| magnum-v2-4b.IQ3_M.gguf | IQ3_M | 2.03GB |
| magnum-v2-4b.Q3_K.gguf | Q3_K | 2.14GB |
| magnum-v2-4b.Q3_K_M.gguf | Q3_K_M | 2.14GB |
| magnum-v2-4b.Q3_K_L.gguf | Q3_K_L | 2.3GB |
| magnum-v2-4b.IQ4_XS.gguf | IQ4_XS | 2.38GB |
| magnum-v2-4b.Q4_0.gguf | Q4_0 | 2.47GB |
| magnum-v2-4b.IQ4_NL.gguf | IQ4_NL | 2.49GB |
| magnum-v2-4b.Q4_K_S.gguf | Q4_K_S | 2.48GB |
| magnum-v2-4b.Q4_K.gguf | Q4_K | 2.59GB |
| magnum-v2-4b.Q4_K_M.gguf | Q4_K_M | 2.59GB |
| magnum-v2-4b.Q4_1.gguf | Q4_1 | 2.71GB |
| magnum-v2-4b.Q5_0.gguf | Q5_0 | 2.95GB |
| magnum-v2-4b.Q5_K_S.gguf | Q5_K_S | 2.95GB |
| magnum-v2-4b.Q5_K.gguf | Q5_K | 3.01GB |
| magnum-v2-4b.Q5_K_M.gguf | Q5_K_M | 3.01GB |
| magnum-v2-4b.Q5_1.gguf | Q5_1 | 3.19GB |
| magnum-v2-4b.Q6_K.gguf | Q6_K | 3.46GB |
| magnum-v2-4b.Q8_0.gguf | Q8_0 | 4.47GB |

1"""<|im_start|>system
2system prompt<|im_end|>
3<|im_start|>user
4Hi there!<|im_end|>
5<|im_start|>assistant
6Nice to meet you!<|im_end|>
7<|im_start|>user
8Can I ask a question?<|im_end|>
9<|im_start|>assistant
10"""0.4.11base_model: IntervitensInc/Llama-3.1-Minitron-4B-Width-Base-chatml
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: anthracite-org/Gryphe-3.5-16k-Subset
11 type: sharegpt
12 conversation: chatml
13 - path: Epiculous/Synthstruct-Gens-v1-Filtered-n-Cleaned
14 type: sharegpt
15 conversation: chatml
16 - path: anthracite-org/Stheno-Data-Filtered
17 type: sharegpt
18 conversation: chatml
19 - path: Epiculous/SynthRP-Gens-v1-Filtered-n-Cleaned
20 type: sharegpt
21 conversation: chatml
22 - path: lodrick-the-lafted/NopmWritingStruct
23 type: sharegpt
24 conversation: chatml
25 - path: anthracite-org/kalo-opus-instruct-22k-no-refusal
26 type: sharegpt
27 conversation: chatml
28
29chat_template: chatml
30
31val_set_size: 0.01
32output_dir: ./outputs/out
33
34adapter:
35lora_r:
36lora_alpha:
37lora_dropout:
38lora_target_linear:
39
40sequence_len: 16384
41# sequence_len: 32768
42sample_packing: true
43eval_sample_packing: false
44pad_to_sequence_len: true
45
46wandb_project:
47wandb_entity:
48wandb_watch:
49wandb_name:
50wandb_log_model:
51
52gradient_accumulation_steps: 32
53micro_batch_size: 1
54num_epochs: 2
55optimizer: adamw_bnb_8bit
56lr_scheduler: cosine
57learning_rate: 0.00002
58weight_decay: 0.05
59
60train_on_inputs: false
61group_by_length: false
62bf16: auto
63fp16:
64tf32: true
65
66gradient_checkpointing: true
67early_stopping_patience:
68resume_from_checkpoint:
69local_rank:
70logging_steps: 1
71xformers_attention:
72flash_attention: true
73
74warmup_ratio: 0.1
75evals_per_epoch: 4
76eval_table_size:
77eval_max_new_tokens: 128
78saves_per_epoch: 1
79
80debug:
81deepspeed:
82fsdp:
83fsdp_config:
84
85special_tokens:
86 pad_token: <|finetune_right_pad_id|>
87