How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="roleplaiapp/SmallThinker-3B-Preview-Q4_K_S-GGUF")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("roleplaiapp/SmallThinker-3B-Preview-Q4_K_S-GGUF", device_map="auto")
Quick Links

roleplaiapp/SmallThinker-3B-Preview-Q4_K_S-GGUF

Repo: roleplaiapp/SmallThinker-3B-Preview-Q4_K_S-GGUF
Original Model: SmallThinker-3B Organization: PowerInfer Quantized File: smallthinker-3b-preview-q4_k_s.gguf Quantization: GGUF Quantization Method: Q4_K_S
Use Imatrix: False
Split Model: False

Overview

This is an GGUF Q4_K_S quantized version of SmallThinker-3B.

Quantization By

I often have idle A100 GPUs while building/testing and training the RP app, so I put them to use quantizing models. I hope the community finds these quantizations useful.

Andrew Webby @ RolePlai

Downloads last month
7
GGUF
Model size
3B params
Architecture
qwen2
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 roleplaiapp/SmallThinker-3B-Preview-Q4_K_S-GGUF

Base model

Qwen/Qwen2.5-3B
Quantized
(276)
this model

Datasets used to train roleplaiapp/SmallThinker-3B-Preview-Q4_K_S-GGUF