Views
No views yet
| Name | Quant method | Size |
|---|---|---|
| l3t_actually_agi_frfr.Q2_K.gguf | Q2_K | 1.27GB |
| l3t_actually_agi_frfr.IQ3_XS.gguf | IQ3_XS | 1.38GB |
| l3t_actually_agi_frfr.IQ3_S.gguf | IQ3_S | 1.44GB |
| l3t_actually_agi_frfr.Q3_K_S.gguf | Q3_K_S | 1.44GB |
| l3t_actually_agi_frfr.IQ3_M.gguf | IQ3_M | 1.49GB |
| l3t_actually_agi_frfr.Q3_K.gguf | Q3_K | 1.57GB |
| l3t_actually_agi_frfr.Q3_K_M.gguf | Q3_K_M | 1.57GB |
| l3t_actually_agi_frfr.Q3_K_L.gguf | Q3_K_L | 1.69GB |
| l3t_actually_agi_frfr.IQ4_XS.gguf | IQ4_XS | 1.71GB |
| l3t_actually_agi_frfr.Q4_0.gguf | Q4_0 | 1.79GB |
| l3t_actually_agi_frfr.IQ4_NL.gguf | IQ4_NL | 1.79GB |
| l3t_actually_agi_frfr.Q4_K_S.gguf | Q4_K_S | 1.8GB |
| l3t_actually_agi_frfr.Q4_K.gguf | Q4_K | 1.88GB |
| l3t_actually_agi_frfr.Q4_K_M.gguf | Q4_K_M | 1.88GB |
| l3t_actually_agi_frfr.Q4_1.gguf | Q4_1 | 1.95GB |
| l3t_actually_agi_frfr.Q5_0.gguf | Q5_0 | 2.11GB |
| l3t_actually_agi_frfr.Q5_K_S.gguf | Q5_K_S | 2.11GB |
| l3t_actually_agi_frfr.Q5_K.gguf | Q5_K | 2.16GB |
| l3t_actually_agi_frfr.Q5_K_M.gguf | Q5_K_M | 2.16GB |
| l3t_actually_agi_frfr.Q5_1.gguf | Q5_1 | 2.28GB |
| l3t_actually_agi_frfr.Q6_K.gguf | Q6_K | 2.46GB |
| l3t_actually_agi_frfr.Q8_0.gguf | Q8_0 | 3.19GB |
0.5.3.dev44+g5bef19061base_model: meta-llama/Llama-3.2-3B-Instruct
2
3plugins:
4 - axolotl.integrations.liger.LigerPlugin
5liger_rope: true
6liger_rms_norm: true
7liger_glu_activation: true
8liger_layer_norm: true
9liger_fused_linear_cross_entropy: true
10
11datasets:
12 - path: shuffled_output_2.json
13 type: input_output
14dataset_prepared_path: last_run_prepared
15dataset_exact_deduplication: false
16
17# sequence_length: 131072
18# pad_to_sequence_len: true
19
20output_dir: ./models/llama_wm_v3_3
21
22wandb_project: agent-v0
23wandb_name: llama-3b_wm_v3_3
24
25train_on_inputs: false
26gradient_checkpointing: true
27gradient_checkpointing_kwargs:
28 use_reentrant: false
29gradient_accumulation_steps: 1
30micro_batch_size: 4
31num_epochs: 1
32optimizer: adamw_torch
33learning_rate: 2e-5
34xformers_attention:
35flash_attention: true
36
37logging_steps: 5
38
39warmup_steps: 10
40saves_per_epoch: 1
41weight_decay: 0.0
42
43deepspeed: axolotl/deepspeed_configs/zero3_bf16_cpuoffload_all.json
44
45special_tokens:
46 pad_token: <|end_of_text|>