How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "JallyAI/Nomi-2-Mini"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "JallyAI/Nomi-2-Mini",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/JallyAI/Nomi-2-Mini
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
(323)
this model
Quantizations
2 models

Collection including JallyAI/Nomi-2-Mini