How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf rappidai-research/quantum-1.6-pilot:F16
# Run inference directly in the terminal:
llama cli -hf rappidai-research/quantum-1.6-pilot:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf rappidai-research/quantum-1.6-pilot:F16
# Run inference directly in the terminal:
llama cli -hf rappidai-research/quantum-1.6-pilot:F16
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 rappidai-research/quantum-1.6-pilot:F16
# Run inference directly in the terminal:
./llama-cli -hf rappidai-research/quantum-1.6-pilot:F16
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 rappidai-research/quantum-1.6-pilot:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf rappidai-research/quantum-1.6-pilot:F16
Use Docker
docker model run hf.co/rappidai-research/quantum-1.6-pilot:F16
Quick Links

Quantum 1.6 Pilot – GGUF

Quantum 1.6 Pilot ist ein experimentelles deutsches Base-Modell aus dem Lumen-Projekt.

Modell

  • Architektur: LlamaForCausalLM
  • Parameter: 49.295.872
  • Kontextlänge: 512 Tokens
  • Sprache: überwiegend Deutsch
  • Format: GGUF
  • Quantisierung: F16
  • Inferenz: llama.cpp-kompatibel
  • Status: Experimental Base Model

Training

Quantum 1.6 Pilot wurde als Continued-Pretraining aus Quantum 1 Base erzeugt.

  • Ausgangsmodell: Quantum 1 Base
  • Bestehendes Training: etwa 100 Mio. Tokens
  • Zusätzliches Training: 500 Mio. neue deutsche Tokens
  • Gesamtumfang: etwa 600 Mio. Tokens
  • Tokenizer: eingefrorener quantum-1 Tokenizer
  • Kein vortrainiertes Fremdmodell als Ausgangsgewicht verwendet

Evaluation

  • Validation Loss: 3.348852
  • Perplexity: 28.4700
  • Validation Tokens: rund 1.996.093

Wichtiger Hinweis

Dies ist weiterhin ein Base-Completion-Modell, kein Chat- oder Instruction-Modell.

Es kann Text fortsetzen, ist aber nicht zuverlässig für Faktenfragen, Gespräche, Anweisungen oder sicherheitskritische Inhalte. Antworten können falsch, unvollständig oder zusammenhanglos sein.

Dateien

Datei Zweck
quantum-1.6-pilot-v1.6.0-f16.gguf Lauffähiges GGUF-F16-Modell
manifest.json Metadaten für die Lumen-Android-App
SHA256SUMS.txt Integritätsprüfung

SHA-256:

6bda15fcd51286e55174d5876fe44aa9518fb18b75fb5aa4f7402ebd039bd994
Downloads last month
13
GGUF
Model size
49.3M params
Architecture
llama
Hardware compatibility
Log In to add your hardware

16-bit

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