How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf NoriAI/NoriFlash:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf NoriAI/NoriFlash:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf NoriAI/NoriFlash:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf NoriAI/NoriFlash:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf NoriAI/NoriFlash:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf NoriAI/NoriFlash:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf NoriAI/NoriFlash:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf NoriAI/NoriFlash:Q4_K_M
Use Docker
docker model run hf.co/NoriAI/NoriFlash:Q4_K_M
Quick Links

✨ Nori 1.5B ✨

Компактный и дружелюбный ИИ-ассистент

Быстрая, лёгкая и отзывчивая языковая модель, дообученная для естественного диалога

License GGUF Params


🌟 О модели

Nori 1.5B — компактная разговорная модель, дообученная (fine-tuned) с использованием Unsloth поверх открытой архитектуры Qwen2.5-1.5B-Instruct от Alibaba Cloud.

📦 Доступные квантования

Файл Квантование Размер Рекомендуется для
qwen2.5-1.5b-instruct.Q4_K_M.gguf Q4_K_M ~1.0 GB CPU / слабое железо
qwen2.5-1.5b-instruct.Q8_0.gguf Q8_0 ~1.6 GB Баланс качества и скорости

🚀 Быстрый старт (llama.cpp)

./llama-cli --model qwen2.5-1.5b-instruct.Q4_K_M.gguf -p "Привет, как тебя зовут?"

🐍 Python (llama-cpp-python)

from llama_cpp import Llama

llm = Llama(model_path="qwen2.5-1.5b-instruct.Q4_K_M.gguf", n_ctx=2048)
output = llm("Привет! Расскажи о себе.", max_tokens=128)
print(output["choices"][0]["text"])

🦙 Ollama

ollama create nori -f Modelfile
ollama run nori

🏗️ База и метод обучения

  • Базовая модель: Qwen2.5-1.5B-Instruct (Alibaba Cloud)
  • Метод: LoRA fine-tuning через Unsloth
  • Формат: GGUF (llama.cpp, LM Studio, Ollama, koboldcpp)

📄 Лицензия

Apache 2.0 — соответствует лицензии базовой модели Qwen2.5.


Made with 💛 using Unsloth
Downloads last month
58
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for NoriAI/NoriFlash

Quantized
(264)
this model