Instructions to use VextLabsinc/gem-ruby with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VextLabsinc/gem-ruby with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("VextLabsinc/juwel-beryl") model = PeftModel.from_pretrained(base_model, "VextLabsinc/gem-ruby") - Notebooks
- Google Colab
- Kaggle
NOTICE
Browse files
NOTICE
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
NOTICE — Vext Labs open-weight adapter (code)
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Vext Labs, Inc.
|
| 4 |
+
|
| 5 |
+
This package includes or depends on third-party model technology.
|
| 6 |
+
Base model lineage: Theron / Qwen-family derivatives where applicable.
|
| 7 |
+
Preserve Apache-2.0 (or base) license notices when redistributing.
|
| 8 |
+
|
| 9 |
+
If the base model requires additional attribution (e.g. Qwen), add the
|
| 10 |
+
upstream NOTICE text here before public release.
|