Transformers
GGUF
Spanish
English
Generated from Trainer
llama-cpp
koboldcpp
1b
4-bit precision
uncensored
nsfw
Not-For-All-Audiences
imatrix
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="Novaciano/TinyTesticle-DPO-1B-GGUF",
	filename="TinyTesticle-DPO-1B.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Not-For-All-Audiences

This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.

View model card