snapkitty-merged — Nemotron 4.2B Merged Q4_K_M

Merged and fine-tuned Nemotron Mini 4.2B, quantized to Q4_K_M GGUF.

Model Details

Property Value
Architecture Nemotron
Parameters 4.2B
Quantization Q4_K_M
Context Length 4096
Embedding Dim 3072
Layers 32
Attention Heads 24 (8 KV)
Vocab Size 256,000
File Size ~2.6 GB

Usage

Ollama

ollama run hf.co/Snapkitty/snapkitty-merged:Q4_K_M

llama.cpp

llama-cli -m snapkitty-merged.Q4_K_M.gguf -p "Your prompt here"

Python (llama-cpp-python)

from llama_cpp import Llama
llm = Llama.from_pretrained(
    repo_id="Snapkitty/snapkitty-merged",
    filename="snapkitty-merged.Q4_K_M.gguf",
)
output = llm("Your prompt here", max_tokens=512)
print(output["choices"][0]["text"])

Links

Downloads last month
13
GGUF
Model size
4B params
Architecture
nemotron
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

Model tree for Snapkitty/snapkitty-merged

Quantized
(12)
this model

Space using Snapkitty/snapkitty-merged 1

Collection including Snapkitty/snapkitty-merged