nomic_bert_gguf¶
Model type |
|
Class |
|
Task |
|
Source |
|
Description¶
Dense NomicBERT with embedding/post LayerNorm, RoPE, and gated FFNs.
Usage¶
mobius build --model <MODEL_ID> output_dir/
from mobius import build
model = build("<MODEL_ID>")
Model type |
|
Class |
|
Task |
|
Source |
|
Dense NomicBERT with embedding/post LayerNorm, RoPE, and gated FFNs.
mobius build --model <MODEL_ID> output_dir/
from mobius import build
model = build("<MODEL_ID>")