llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)
Vanila
Vanilla is a fine-tune of unsloth/Llama-3.2-3B-Instruct, this model has been trained using 4K Q&A datasets which are expected to build tsundere characters in the model.
This model has several variants such as 8bit GGUF and 16bit GGUF.
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="nanakura/vanila", filename="", )