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-pilot:F16
# Run inference directly in the terminal:
llama cli -hf rappidai-research/quantum-1-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-pilot:F16
# Run inference directly in the terminal:
llama cli -hf rappidai-research/quantum-1-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-pilot:F16
# Run inference directly in the terminal:
./llama-cli -hf rappidai-research/quantum-1-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-pilot:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf rappidai-research/quantum-1-pilot:F16
Use Docker
docker model run hf.co/rappidai-research/quantum-1-pilot:F16
Quick Links

quantum 1 Pilot – GGUF

Kurzbeschreibung

quantum 1 Pilot ist die erste Base-Modell-Version des Lumen-Projekts von rappidAI.

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

Wichtiger Hinweis

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

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

Verwendung mit llama.cpp

Beispiel-Prompt:

Nutzer: Erkläre kurz, was ein Computer ist.
Lumen:

Training

Das Modell wurde von Grund auf trainiert.

  • Trainingsdaten: deutscher FineWeb2-HQ-/FineWeb2-Teilbestand, Sprachsubset deu_Latn
  • Trainingsumfang: etwa 100 Millionen Tokens
  • Training: Continued pretraining / Next-token prediction
  • Kein vortrainiertes Modell wurde als Ausgangsgewicht verwendet.

FineWeb2 wird unter ODC-By 1.0 bereitgestellt und verweist zusätzlich auf die Nutzungsbedingungen von Common Crawl.

Evaluation

Die projektspezifische Evaluation wurde vor diesem Release erfolgreich ausgeführt. Dieses Modell besitzt derzeit keine standardisierten Benchmark-Ergebnisse und sollte als frühes Forschungs- und Lernmodell betrachtet werden.

Dateien

Datei Zweck
quantum-1-base-v1.0.0-f16.gguf Inferenzmodell im GGUF-F16-Format
manifest.json Metadaten für die spätere Lumen-Android-App
SHA256SUMS.txt Integritätsprüfung der GGUF-Datei

SHA-256:

aeab97e50a5789772b69cf1554ba74eb915b5621835d80d40785b473b62fd1a5
Downloads last month
29
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