Text Generation
GGUF
Polish
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="acon96/tinyhome-polish-experimental",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Fine-tuned version of eryk-mazus/polka-1.1b-chat using a Polish translation of the acon96/Home-Assistant-Requests dataset.

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

3-bit

4-bit

5-bit

8-bit

16-bit

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

Dataset used to train acon96/tinyhome-polish-experimental