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="QuantFactory/DialoGPT-medium-Loki-GGUF")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("QuantFactory/DialoGPT-medium-Loki-GGUF", dtype="auto")
Quick Links

QuantFactory Banner

QuantFactory/DialoGPT-medium-Loki-GGUF

This is quantized version of nopeno600321/DialoGPT-medium-Loki created using llama.cpp

Original Model Card

Loki DialoGPT Model

Downloads last month
34
GGUF
Model size
0.2B params
Architecture
gpt2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

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