VextLabs commited on
Commit
9b21971
·
verified ·
1 Parent(s): 12e054f

model card

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GEM Ruby · code specialist
2
+
3
+ <!--
4
+ Template for every public open-weight release.
5
+ Fill on the GPU pod before huggingface-cli upload.
6
+ Never claim first/all weights / AGI / never-forgets / cheapest-ever.
7
+ -->
8
+
9
+ **Model id:** `VextLabsinc/gem-ruby`
10
+ **Org:** Vext Labs, Inc.
11
+ **License:** Apache-2.0 (see `LICENSE`) — **AS IS, no warranty**
12
+ **Library:** `peft` <!-- peft | transformers -->
13
+ **Pipeline:** text-generation
14
+
15
+ ## Base model
16
+
17
+ - **Required base:** `VextLabsinc/juwel-sapphire`
18
+ - **Architecture notes:** Base = JUWEL Sapphire (144-layer base; internal lineage theron-base-v10). This PEFT LoRA is padded from the v9 lineage (80L) to 144L. Not drop-in on stock Qwen2.5-7B.
19
+ - **Base license / attribution:** see `NOTICE`
20
+
21
+ If this is a **LoRA / PEFT adapter**, load base first, then:
22
+
23
+ ```python
24
+ from transformers import AutoModelForCausalLM
25
+ from peft import PeftModel
26
+ base = AutoModelForCausalLM.from_pretrained("VextLabsinc/juwel-sapphire", torch_dtype="auto", device_map="auto")
27
+ model = PeftModel.from_pretrained(base, "VextLabsinc/gem-ruby")
28
+ ```
29
+
30
+ ## Intended use
31
+
32
+ - Research, education, and **authorized** professional workflows in the **code** domain.
33
+ - Integration into systems where a human remains responsible for outcomes.
34
+
35
+ ## Out of scope / prohibited uses
36
+
37
+ You may **not** use this model for:
38
+
39
+ - Unauthorized access to computer systems, networks, or accounts
40
+ - Development or deployment of malware, ransomware, or fraud
41
+ - Child sexual abuse material or any illegal content
42
+ - Weapons development or violent crime
43
+ - Any use that violates applicable law or third-party rights
44
+ - For security-related models: testing only on systems you **own** or have **explicit written permission** to assess
45
+
46
+ Vext Labs does **not** endorse misuse. Publishing weights is **not** permission to break the law.
47
+
48
+ ## Limitations
49
+
50
+ - Outputs can be wrong, biased, or unsafe if misused.
51
+ - Not a substitute for licensed professionals (medical, legal, financial, security).
52
+ - Not guaranteed to refuse harmful requests; apply your own filters and policies.
53
+ - Domain specialist adapter; quality varies by prompt.
54
+
55
+ ## Training data (summary)
56
+
57
+ - Domain specialist continued training / LoRA on Theron lineage; see lab training docs. No customer confidential data intended.
58
+ - **No** customer confidential data is intentionally included in this release package.
59
+ - Downstream fine-tunes by third parties are **not** controlled by Vext Labs.
60
+
61
+ ## Evaluation
62
+
63
+ - **Status:** pending — publish without fabricated scores <!-- e.g. internal rubric 2026-04-02 | pending | public harness -->
64
+ - **Numbers:** N/A until domain eval JSON attached
65
+ - Do **not** treat internal rubrics as standardized public leaderboards (MMLU/HELM/etc.) unless re-run under a named public harness.
66
+
67
+ ## Files / integrity
68
+
69
+ - Weight files: see repository file list
70
+ - Checksums: `SHA256SUMS`
71
+ - R2 source (internal): `s3://vext-theron-fleet/v10_loras_v9_padded/code/` (not a public download URL)
72
+
73
+ ## Liability
74
+
75
+ These weights are provided **AS IS** under the `LICENSE`.
76
+ To the maximum extent permitted by law, Vext Labs, Inc. disclaims all warranties and is **not liable** for damages arising from use or misuse of this model.
77
+ You are solely responsible for compliance with law and for authorized use only.
78
+ See also `USE_POLICY.md`.
79
+
80
+ ## Contact
81
+
82
+ - Product / lab: https://vextlabs.ai · https://juwel.ai
83
+ - Disclosure / questions: info@vextlabs.ai
84
+
85
+
86
+ <!-- legal_tier: T1 -->