GGUF
English
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="Himitsui/KuroMitsu-11B-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Included in this repo is GGUF quantised models for KuroMitsu-11B

(☯‿├┬┴┬┴┬┴┬┴┤(・_├┬┴┬┴┬┴┬┴┤・ω・)ノ

Hiya! This is my 11B Solar Finetune.

Included in the dataset I used to train are Hateful and Toxic entries. Along with rows of chat, roleplay and instruct entries. (・_・ヾ)

The prompt format Vicuna or Alpaca works well with this model.

I hope this model may be useful to you 💜

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

4-bit

5-bit

6-bit

8-bit

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