# nomic_bert_gguf | | | |---|---| | **Model type** | `nomic_bert_gguf` | | **Class** | `NomicBertGGUFModel` | | **Task** | `feature-extraction` | | **Source** | `models/gguf_encoders.py` | ## Description Dense NomicBERT with embedding/post LayerNorm, RoPE, and gated FFNs. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```