Text Generation
GGUF
conversational
How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf acon96/stablehome-multilingual-experimental:
# Run inference directly in the terminal:
llama-cli -hf acon96/stablehome-multilingual-experimental:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf acon96/stablehome-multilingual-experimental:
# Run inference directly in the terminal:
llama-cli -hf acon96/stablehome-multilingual-experimental:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf acon96/stablehome-multilingual-experimental:
# Run inference directly in the terminal:
./llama-cli -hf acon96/stablehome-multilingual-experimental:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf acon96/stablehome-multilingual-experimental:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf acon96/stablehome-multilingual-experimental:
Use Docker
docker model run hf.co/acon96/stablehome-multilingual-experimental:
Quick Links

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
27
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