jina_bert_v3_gguf

Model type

jina_bert_v3_gguf

Class

JinaBertV3GGUFModel

Task

feature-extraction

Source

models/gguf_encoders.py

Description

JinaBERT-v3 RoPE encoder with the exact dense/routed FFN schedule.

Usage

mobius build --model <MODEL_ID> output_dir/
from mobius import build

model = build("<MODEL_ID>")