GGUF
English
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="QuantFactory/Evil-Alpaca-3B-L3.2-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

QuantFactory Banner

QuantFactory/Evil-Alpaca-3B-L3.2-GGUF

This is quantized version of SaisExperiments/Evil-Alpaca-3B-L3.2 created using llama.cpp

Original Model Card

This is an experimental? model I have trained over Llama-3.2-3B-Instruct.

It is compatible with both Llama3 & Alpaca prompt format.

So far it seems to be quite uncensored, it also has a tendency to call the user derogatory terms (whoops >:3)

Downloads last month
199
GGUF
Model size
3B params
Architecture
llama
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

Model tree for QuantFactory/Evil-Alpaca-3B-L3.2-GGUF

Quantized
(490)
this model

Dataset used to train QuantFactory/Evil-Alpaca-3B-L3.2-GGUF