4 Downloads Updated yesterday
ollama run MichelRosselli/apertus-v1.1
Updated yesterday
yesterday
2e99ffc62db2 · 7.7GB ·
I AM NOT THE ORIGINAL AUTHOR – JUST RE-UPLOADING APERTUS FOR OLLAMA 🤓
CREDITS TO THE APERTUS / SWISS AI INITIATIVE TEAM, SEE BELOW.
This is not the original release of Apertus v1.1.
I am not the author of the model and I do not claim ownership of the weights, training, tokenizer, or original chat template.
This Ollama page is simply a community upload intended to make Apertus v1.1 easier to run with Ollama.
The chat template used here is based on the official Hugging Face
chat_template.jinja and was validated against the official tokenizer metadata.
Standard string-based chat prompts match the Hugging Face template byte-for-byte. Some richer Hugging Face-only message shapes are not available through standard Ollama messages, including developer mapping content, user parts, ordered assistant content blocks, and structured parsing of native Apertus tool-call markers.
For the canonical release and the fullest reference behavior, please refer to the official Hugging Face repositories linked below.
The checked Apertus v1.1 instruct variants share the same chat template, tokenizer config, generation config, context size, EOS token, and README sampling recommendation:
swiss-ai/Apertus-v1.1-0.5B-Instructswiss-ai/Apertus-v1.1-1.5B-Instructswiss-ai/Apertus-v1.1-4B-InstructRecommended sampling settings from the official model cards:
temperature 0.8top_p 0.9num_ctx 4096No top_k, min_p, or repeat penalty value is documented in the fetched
official metadata.
Original Model / Official Releases
Apertus by the Swiss AI Initiative, developed as a collaborative effort between
EPFL, ETH Zurich, and CSCS.
Website: https://APERTVS.ai
Hugging Face: https://huggingface.co/swiss-ai
Official model repositories:
Ollama Packaging
This is an unofficial Ollama packaging of Apertus v1.1. The template and
parameters were checked against the official Hugging Face metadata. The model
weights or GGUF quantization used by a specific Ollama tag should be documented
by that tag or uploader.
The official Apertus v1.1 instruct releases are published under the Apache 2.0 license.
Please refer to the original model cards and license metadata in the official Hugging Face repositories.
PARSER passthrough preserves native Apertus markers as raw content; it does not invent structured thinking or tool_calls.