Views
No views yet
Falcon-E-1.2-3B-Exp, a ternary (1.58bits) language model trained on SFT agentic, and STEM data using axolotl framework combined with onebitllm library.axolotl-ai-co/Falcon-E-1.2-3B-Exp-prequantized checkpoint using a DPO stage for 3 epochs.think mode by default, this can be disabled and switched to non-thiking mode. You can use the model with different frameworks such as HF transformers, llama.cpp or mlx-lmtransformers chat axolotl-ai-co/Falcon-E-1.2-3B-Exp-dpo1# thinking mode
2llama-cli -m axolotl-ai-co/Falcon-E-1.2-3B-Exp-dpo-gguf:TQ2_0 --reasoning-format auto --temp 0.2 -cnv
3
4# non thinking mode
5llama-cli -m axolotl-ai-co/Falcon-E-1.2-3B-Exp-dpo-gguf:TQ2_0 --reasoning-format auto --temp 0.2 -cnv --reasoning-budget 0.0mlx_lm.chat axolotl-ai-co/Falcon-E-1.2-3B-Exp-dpo --temperature 0.2axolotl config to get started on fine-tuning these models: