Instructions to use RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20") model = AutoModelForCausalLM.from_pretrained("RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20
- SGLang
How to use RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20 with Docker Model Runner:
docker model run hf.co/RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20
OLMo 3 7B — 20% GermanWeb
Annealing-only run from the pretrained Stage 1 weights. The HF optimizer is not imported; a fresh optimizer and scheduler are used.
Base model
allenai/Olmo-3-1025-7B at revision stage1-step1413814. These checkpoints are base models, not instruction-tuned or chat-tuned models.
Training data
- annealing data: 20% GermanWeb — Exactly 12B tokens: 80% ClimbMix and 20% GermanWeb.
Training configuration
| Context length | 8,192 tokens | | Global batch | 256 sequences | | Micro batch | 2 sequences per rank | | Steps / target | 5,723 steps / 12,002,000,896 processed tokens | | Optimizer | Distributed Adam, weight decay 0.1 | | Learning rate | 1e-5 peak; linear warmup and linear decay to zero | | Precision | BF16 | | GPUs | 8, data parallelism 8 | | Seed | 42 | | Evaluation during training | Disabled |
The repository contains checkpoint revisions named step-XXXXXXX; main is the
final checkpoint. Optimizer states are not part of these HF exports. The exact
source paths, revision mapping, and publication code are maintained in the
private KletterMix_Ablations
repository.
- Downloads last month
- -
Model tree for RuHae/KletterMix-Ablations-OLMo3-7B-GermanWeb-20
Base model
allenai/Olmo-3-1025-7B