How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="RoroMachine14/nanbeige-4.1-3b-deepseek-distilled",
	filename="nanbeige-4.1-3b-deepseek-distilled-q8_0.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Nanbeige-4.1-3B fine-tuned on sequelbox/Tachibana4-DeepSeek-V4-Pro. Inherits Nanbeige-4.1's built-in reasoning/thinking capability, reinforced with DeepSeek-V4-Pro coding and math traces. Capable of structured reasoning, summation/integration problems, and code generation with step-by-step explanation. 3B parameter model runnable on consumer hardware via transformers or llama.cpp.

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

Model tree for RoroMachine14/nanbeige-4.1-3b-deepseek-distilled

Quantized
(56)
this model

Dataset used to train RoroMachine14/nanbeige-4.1-3b-deepseek-distilled