# eurobert_gguf | | | |---|---| | **Model type** | `eurobert_gguf` | | **Class** | `EuroBertGGUFModel` | | **Task** | `feature-extraction` | | **Source** | `models/gguf_encoders.py` | ## Description EuroBERT's bias-free split-QKV pre-RMSNorm RoPE encoder. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```