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/Selene-1-Mini-Llama-3.1-8B-IQ3_XS-GGUF")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("roleplaiapp/Selene-1-Mini-Llama-3.1-8B-IQ3_XS-GGUF", dtype="auto")
Quick Links

roleplaiapp/Selene-1-Mini-Llama-3.1-8B-IQ3_XS-GGUF

Repo: roleplaiapp/Selene-1-Mini-Llama-3.1-8B-IQ3_XS-GGUF Original Model: Selene-1-Mini-Llama-3.1-8B Quantized File: Selene-1-Mini-Llama-3.1-8B-IQ3_XS.gguf Quantization: GGUF Quantization Method: IQ3_XS

Overview

This is a GGUF IQ3_XS quantized version of Selene-1-Mini-Llama-3.1-8B

Quantization By

I often have idle GPUs while building/testing for 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
3
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

3-bit

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