Views
No views yet
Falcon-E-1.2-10B-Exp, an experimental ternary (1.58bits) language model trained on SFT agentic, and STEM data using axolotl framework combined with onebitllm library.tiiuae/Falcon3-10B-1.58bits-Base-prequantized checkpoint using full-finetuning for 3 epochs. That model has been 'hacked' by simply injecting quantization scales inside ternary model weights, and saved in bf16 format to enable training, thus the performance of the model is very limited.
Below are the hyper-parameters used for fine-tuning:1micro_batch_size: 1
2num_epochs: 3
3optimizer: adamw_torch
4lr_scheduler: cosine
5learning_rate: 8.0e-4
6# adamw hyperparams
7adam_beta1: 0.9
8adam_beta2: 0.95
9warmup_steps: 1288.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-10B-Exp1# thinking mode
2llama-cli -m axolotl-ai-co/Falcon-E-1.2-10B-Exp-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-10B-Exp-GGUF:TQ2_0 --reasoning-format auto --temp 0.2 -cnv --reasoning-budget 0.0mlx_lm.chat axolotl-ai-co/Falcon-E-1.2-10B-Exp --temperature 0.2axolotl config to get started on fine-tuning these models: