Spaetzle
Collection
German-English models, mostly merged, some sft/dpo • 117 items • Updated • 1
How to use cstr/Spaetzle-v60-7b-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="cstr/Spaetzle-v60-7b-GGUF", filename="Spaetzle-v60-7b-q4-k-m.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
How to use cstr/Spaetzle-v60-7b-GGUF with llama.cpp:
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf cstr/Spaetzle-v60-7b-GGUF # Run inference directly in the terminal: llama-cli -hf cstr/Spaetzle-v60-7b-GGUF
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf cstr/Spaetzle-v60-7b-GGUF # Run inference directly in the terminal: llama-cli -hf cstr/Spaetzle-v60-7b-GGUF
# 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 cstr/Spaetzle-v60-7b-GGUF # Run inference directly in the terminal: ./llama-cli -hf cstr/Spaetzle-v60-7b-GGUF
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 cstr/Spaetzle-v60-7b-GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf cstr/Spaetzle-v60-7b-GGUF
docker model run hf.co/cstr/Spaetzle-v60-7b-GGUF
How to use cstr/Spaetzle-v60-7b-GGUF with Ollama:
ollama run hf.co/cstr/Spaetzle-v60-7b-GGUF
How to use cstr/Spaetzle-v60-7b-GGUF with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for cstr/Spaetzle-v60-7b-GGUF to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for cstr/Spaetzle-v60-7b-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for cstr/Spaetzle-v60-7b-GGUF to start chatting
How to use cstr/Spaetzle-v60-7b-GGUF with Docker Model Runner:
docker model run hf.co/cstr/Spaetzle-v60-7b-GGUF
How to use cstr/Spaetzle-v60-7b-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull cstr/Spaetzle-v60-7b-GGUF
lemonade run user.Spaetzle-v60-7b-GGUF-{{QUANT_TAG}}lemonade list
This is progressive (mostly dare-ties, but also slerp) merge with the intention of suitable compromise for English and German local tasks. The performance looks ok so far: e.g. we get in EQ-Bench: Score (v2_de): 65.08 (Parseable: 171.0).
Spaetzle-v60-7b is a merge of the following models
We're not able to determine the quantization variants.
Base model
mlabonne/Monarch-7B