# jina_bert_v2_gguf | | | |---|---| | **Model type** | `jina_bert_v2_gguf` | | **Class** | `JinaBertV2GGUFModel` | | **Task** | `feature-extraction` | | **Source** | `models/gguf_encoders.py` | ## Description JinaBERT-v2 ALiBi encoder for the strictly validated dense tensor variants. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```