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
USE_POLICY.md
Browse files- USE_POLICY.md +33 -0
USE_POLICY.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Acceptable Use Policy — Vext Labs open weights
|
| 2 |
+
|
| 3 |
+
**Applies to:** model weights and adapters released by Vext Labs, Inc. under Apache-2.0 (or other license in the model repo).
|
| 4 |
+
**Companion to:** `LICENSE` (legal terms) and the model card (technical + safety).
|
| 5 |
+
|
| 6 |
+
## You may
|
| 7 |
+
|
| 8 |
+
- Use, modify, and redistribute the weights under the applicable open-source license.
|
| 9 |
+
- Conduct research, education, and **authorized** commercial products that comply with law.
|
| 10 |
+
- Publish derivatives **if** you keep license/NOTICE requirements and do not misrepresent Vext Labs as endorsing your product.
|
| 11 |
+
|
| 12 |
+
## You may not
|
| 13 |
+
|
| 14 |
+
- Use the model to violate law or third-party rights.
|
| 15 |
+
- Perform unauthorized security testing, intrusion, or credential theft.
|
| 16 |
+
- Generate or distribute child sexual abuse material, scams, or malware.
|
| 17 |
+
- Claim that Vext Labs warrants fitness, accuracy, or safety of outputs.
|
| 18 |
+
- Remove or obscure license, NOTICE, or prohibited-use notices when redistributing.
|
| 19 |
+
|
| 20 |
+
## Security / dual-use models
|
| 21 |
+
|
| 22 |
+
If the model card labels the release as security, cyber, pentest, sentry, or cipher:
|
| 23 |
+
|
| 24 |
+
- Use **only** on systems you own or have **explicit authorization** to test.
|
| 25 |
+
- Do not ship raw exploit packs derived solely to harm third parties as “Vext official.”
|
| 26 |
+
|
| 27 |
+
## No support for criminal use
|
| 28 |
+
|
| 29 |
+
Vext Labs provides **no support** for illegal use. We may refuse assistance and may report credible threats of imminent harm where required by law.
|
| 30 |
+
|
| 31 |
+
## AS IS
|
| 32 |
+
|
| 33 |
+
Weights are experimental research/engineering artifacts. Use at your own risk.
|