CASE / hf-fr0stbit3-laya-typed-decisions-ggufSOURCE / HuggingFace
VARIANT / TYPED-DECISIONS
laya-typed-decisions-gguf
GGUF conversion of convaiinnovations/laya-typed-decisions (Apache-2.0), f16, via llama.cpp converthftogguf.py. laya-typed-decisions-F16.gguf (and the quants) hold the ModernBERT backbone only, and load in llama.cpp as modern-bert (use --embeddings --pooling none). The decision head and config are in the sibling file laya-typed-decisions-head.safetensors (like an mmproj file); read it with layahead.py (loadhead(path) returns config + head weights under the....
中文翻译
中文参考整理中,欢迎补充。
In progress; contributions welcome.0点赞
可运行代码
# 1. serve the backbone (per-token hidden states; -ub must cover your longest input)
llama-server -m laya-typed-decisions-F16.gguf --embeddings --pooling none -c 2048 -ub 2048 -b 2048 --port 8080
# 2. python deps for the decision head + tokenizer
pip install laya requests torch safetensors来源说明
本条为社区整理,仅展示公开来源与链接。代码、文本、头像及商标权利归原作者和原平台所有;Laya 模型归 Convai Innovations 所有。
整理方式:自动采集 · 整理时间:2026年9月22日 14:29