Views
No views yet
| Name | Quant method | Size |
|---|---|---|
| Lama-DPOlphin-8B.Q2_K.gguf | Q2_K | 2.96GB |
| Lama-DPOlphin-8B.IQ3_XS.gguf | IQ3_XS | 3.28GB |
| Lama-DPOlphin-8B.IQ3_S.gguf | IQ3_S | 3.43GB |
| Lama-DPOlphin-8B.Q3_K_S.gguf | Q3_K_S | 3.41GB |
| Lama-DPOlphin-8B.IQ3_M.gguf | IQ3_M | 3.52GB |
| Lama-DPOlphin-8B.Q3_K.gguf | Q3_K | 3.74GB |
| Lama-DPOlphin-8B.Q3_K_M.gguf | Q3_K_M | 3.74GB |
| Lama-DPOlphin-8B.Q3_K_L.gguf | Q3_K_L | 4.03GB |
| Lama-DPOlphin-8B.IQ4_XS.gguf | IQ4_XS | 4.18GB |
| Lama-DPOlphin-8B.Q4_0.gguf | Q4_0 | 4.34GB |
| Lama-DPOlphin-8B.IQ4_NL.gguf | IQ4_NL | 4.38GB |
| Lama-DPOlphin-8B.Q4_K_S.gguf | Q4_K_S | 4.37GB |
| Lama-DPOlphin-8B.Q4_K.gguf | Q4_K | 4.58GB |
| Lama-DPOlphin-8B.Q4_K_M.gguf | Q4_K_M | 4.58GB |
| Lama-DPOlphin-8B.Q4_1.gguf | Q4_1 | 4.78GB |
| Lama-DPOlphin-8B.Q5_0.gguf | Q5_0 | 5.21GB |
| Lama-DPOlphin-8B.Q5_K_S.gguf | Q5_K_S | 5.21GB |
| Lama-DPOlphin-8B.Q5_K.gguf | Q5_K | 5.34GB |
| Lama-DPOlphin-8B.Q5_K_M.gguf | Q5_K_M | 5.34GB |
| Lama-DPOlphin-8B.Q5_1.gguf | Q5_1 | 5.65GB |
| Lama-DPOlphin-8B.Q6_K.gguf | Q6_K | 6.14GB |
| Lama-DPOlphin-8B.Q8_0.gguf | Q8_0 | 7.95GB |
1
2base_model: cognitivecomputations/dolphin-2.9.4-llama3.1-8b
3model_type: LlamaForCausalLM
4tokenizer_type: AutoTokenizer
5tokenizer:
6 name_or_path: "https://huggingface.co/cognitivecomputations/dolphin-2.9.4-llama3.1-8b/resolve/main/tokenizer.json"
7
8
9load_in_8bit: false
10load_in_4bit: true
11strict: false
12save_safetensors: true
13bnb_4bit_quant_type: "nf4"
14bnb_4bit_compute_dtype: "bf16"
15bnb_4bit_use_double_quant: true
16
17rl: dpo
18chat_template: chatml
19datasets:
20 - path: mlabonne/orpo-dpo-mix-40k-flat
21 split: train
22 type: chatml.intel
23
24dataset_prepared_path: /workspace/axolotl/dataset-prepared
25val_set_size: 0.0
26output_dir: ./out
27
28adapter: qlora
29lora_model_dir:
30
31sequence_len: 2048
32sample_packing: false
33pad_to_sequence_len: false
34
35lora_r: 64
36lora_alpha: 32
37lora_dropout: 0.05
38lora_target_linear: true
39lora_fan_in_fan_out:
40lora_target_modules:
41
42wandb_project: axolotl
43wandb_entity:
44wandb_watch:
45wandb_name:
46wandb_log_model:
47
48
49gradient_accumulation_steps: 4 # Reduced from 8 to 4 due to large VRAM
50micro_batch_size: 2 # Increased micro-batch size to 2
51num_epochs: 1
52optimizer: paged_adamw_8bit
53lr_scheduler: cosine
54learning_rate: 5e-6
55train_on_inputs: false
56group_by_length: false
57
58bf16: true # Use bf16 as it is optimal for A40 GPUs
59fp16: false
60tf32: true # TF32 is supported by A40 and improves performance
61
62gradient_checkpointing: true
63early_stopping_patience:
64resume_from_checkpoint:
65local_rank:
66logging_steps: 1
67xformers_attention:
68flash_attention: true
69warmup_steps: 100
70evals_per_epoch: 0
71eval_table_size:
72eval_table_max_new_tokens: 128
73saves_per_epoch: 1
74debug:
75deepspeed: deepspeed_configs/zero2.json # Enable DeepSpeed with ZeRO Stage 2
76weight_decay: 0.0
77special_tokens:
78 pad_token: <|end_of_text|>