SADASDASDSASADSADSADSAD/goon-cave-7b-instruct-bnb-4bit

A compact Llama-architecture model in GGUF format, exported as I8 tensors for straightforward inspection and inference.

Model details

Property Value
Architecture Llama
Tensor precision I8
Format GGUF v3

Architecture parameters (context length, embedding length, block count, etc.) are declared in the GGUF metadata and rendered by the HF viewer.

Usage

llama.cpp

llama-cli -m goon-cave-7b-instruct-v1.0.gguf -p "Your prompt here" -n 256

Python (llama-cpp-python)

from llama_cpp import Llama

llm = Llama.from_pretrained(
    repo_id="SADASDASDSASADSADSADSAD/goon-cave-7b-instruct-bnb-4bit",
    filename="goon-cave-7b-instruct-v1.0.gguf",
)
output = llm("Q: What is the meaning of life? A:", max_tokens=64)
print(output["choices"][0]["text"])

Download

hf download SADASDASDSASADSADSADSAD/goon-cave-7b-instruct-bnb-4bit \
  --include "*.gguf" --local-dir ./
Downloads last month
130
Safetensors
Model size
0.1B params
Tensor type
U8
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support