Text Generation
GGUF
English
conversational
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="GrainWare/tuxsentience-beta2",
	filename="Llama-3.2-1B-Instruct-unsloth-bnb-4bit-tuxsentience-beta2-Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Our first open-weight AI model, based off https://huggingface.co/datasets/GrainWare/tuxsentience-v1 and https://huggingface.co/unsloth/Llama-3.2-1B-Instruct-unsloth-bnb-4bit.

Fine-tuned locally using Unsloth on a RX 7600.

Accuracy at all costs.

Downloads last month
4
GGUF
Model size
1B params
Architecture
llama
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 GrainWare/tuxsentience-beta2

Dataset used to train GrainWare/tuxsentience-beta2

Collection including GrainWare/tuxsentience-beta2