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

Fine tuning of stablelm-zephyr-3b using a multi-lingual translation of the Home Assistant Requests dataset.

Supports English, German, French, and Spanish.

eval script results:

  • en: 0.9961183891314895
  • de: 0.9571984435797666
  • fr: 0.9484686436558094
  • es: 0.9685838569357177
Downloads last month
70
GGUF
Model size
3B params
Architecture
stablelm
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support