Views
No views yet
Both halves of this model are on the Hub. The adapter weights live in this repo and the required base isVextLabsinc/juwel-beryl(80-layer, BF16). Load the base withAutoModelForImageTextToText, then apply this adapter.
VextLabsinc/gem-lapisLICENSE) — AS IS, no warrantypeft VextLabsinc/juwel-beryllayers_to_transform 0-79, r=32, alpha=64) — it is not padded and not drop-in on any other JUWEL base. Base architecture is Qwen3VLForConditionalGeneration (image-text-to-text), so load it with AutoModelForImageTextToText, not AutoModelForCausalLM.NOTICE1from transformers import AutoModelForImageTextToText
2from peft import PeftModel
3base = AutoModelForImageTextToText.from_pretrained("VextLabsinc/juwel-beryl", torch_dtype="auto", device_map="auto")
4model = PeftModel.from_pretrained(base, "VextLabsinc/gem-lapis")SHA256SUMSs3://vext-theron-fleet/v10_loras_v9_padded/language/ (not a public download URL)LICENSE.USE_POLICY.md.adapter_model.safetensors + adapter_config.json. Loads with PeftModel.from_pretrained(base, "VextLabsinc/gem-lapis"). (R2 mirror: https://pub-a6ae0476e46849f98f1746a61dc4c106.r2.dev/gem-lapis/)juwel-beryl, 80L, BF16): on the Hub at https://huggingface.co/VextLabsinc/juwel-beryl — loads directly by repo id, no manual download needed.