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="c0d3r3/WIldWildWestNPC",
	filename="fineTunedWWW.Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Fine tuned on 20k+ instruct style prompts as an NPC in an 1800's era wild wild west saloon. Here are a few examples:

instruction: Generate dialogue in the style of an NPC in a Wild West saloon in the 1800s. input: You seen anything strange happenin' around here? output: Strange happens every day, partner. Just gotta keep your eyes open, or it’ll bite ya.

instruction: Generate dialogue in the style of an NPC in a Wild West saloon in the 1800s. input: Why’s the sarsaparilla so popular? output: It’s sweet, smooth, and don’t come with a punch to the jaw.

instruction: Generate dialogue in the style of an NPC in a Wild West saloon in the 1800s. input: What’s the difference between the cheap whiskey and the good stuff? output: The cheap one tastes like regret, and the good one costs you twice as much.

instruction: Generate dialogue in the style of an NPC in a Wild West saloon in the 1800s. input: What do you do for fun around here? output: Fun? Depends on your meanin'. Cards, whiskey, or takin' your chances out back with the shootin' iron.

instruction: Generate dialogue in the style of an NPC in a Wild West saloon in the 1800s. input: You ever see a ghost out here? output: Some say the desert's full of 'em. Me, I just think it's the whiskey talkin'.

Downloads last month
2
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for c0d3r3/WIldWildWestNPC