How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for JallyAI/Nomi-2-Mini to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for JallyAI/Nomi-2-Mini to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for JallyAI/Nomi-2-Mini to start chatting
Load model with FastModel
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
    model_name="JallyAI/Nomi-2-Mini",
    max_seq_length=2048,
)
Quick Links

Nomi 2.0 Mini

Introduction

Introducing Nomi 2 Mini, it was fine tuned on the same data as Nomi 2 and has a very short and efficient reasoning thanks to the RASV reasoning style. Nomi 2 Mini has only 2B parameters, half the parameters of the normal Nomi 2.

If you want to know more about Nomi 2 or RASV, checkout the Nomi 2 model card https://huggingface.com/JallyAI/Nomi-2

🌟 Key Features & Improvements

  • Architecture: Qwen-3.5-2B (requires just ~1.5 GB VRAM).
  • Multilingual Support: Can understand and generate text English and many other languages.
  • Efficiency: Get 100+ tokens/s on consumer hardware, like an RTX 4060. You can use Nomi 2 Mini with an context window of almost 200k tokens

🧠 Training Details

  • Base Model: Qwen/Qwen3.5-2B
  • Fine-tuning: SFT (Supervised Fine-Tuning).
  • Training Tool: Unsloth (for 4-bit optimized training).

😎 Cool License

Feel free to use or improve Nomi! Benchmark results are always welcome.


Downloads last month
39
Safetensors
Model size
2B params
Tensor type
F32
·
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for JallyAI/Nomi-2-Mini

Finetuned
Qwen/Qwen3.5-2B
Finetuned
(322)
this model
Quantizations
2 models

Collection including JallyAI/Nomi-2-Mini