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="neo-saket/vidya-2b",
	filename="vidya-Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

vidya-2b

Recommended settings (GGUF / mobile apps)

This GGUF ships a plain ChatML chat template (Qwen3 thinking mode disabled). If you downloaded an earlier copy, re-download to pick up the fix โ€” the older template could make the model ramble and never stop.

Recommended sampler settings:

  • temperature: 0.3
  • repeat_penalty: 1.1 (do not use 1.0 โ€” small models can loop; avoid > 1.3)
  • repeat_last_n: 64
  • stop token: <|im_end|> (already the model's EOS)
Downloads last month
8
GGUF
Model size
2B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support