Update README.md
Browse files
README.md
CHANGED
|
@@ -1,95 +1,59 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
intended_use:
|
| 61 |
-
- digital employees (HR, support, onboarding)
|
| 62 |
-
- real-time voice agents (WebRTC)
|
| 63 |
-
- embedded enterprise copilots
|
| 64 |
-
- internal NULLXES infrastructure components
|
| 65 |
-
|
| 66 |
-
files:
|
| 67 |
-
weights: "model.safetensors"
|
| 68 |
-
tokenizer: "tokenizer.json"
|
| 69 |
-
configs: "configs/"
|
| 70 |
-
|
| 71 |
-
deployment:
|
| 72 |
-
format: "safetensors"
|
| 73 |
-
device: "GPU (H100/H200/A100 recommended)"
|
| 74 |
-
inference_mode: "low-latency / streaming-ready")
|
| 75 |
-
|
| 76 |
-
security:
|
| 77 |
-
notes: >
|
| 78 |
-
Model is distributed without training data.
|
| 79 |
-
Access is controlled via API endpoints only in production environments.
|
| 80 |
-
No raw weights exposure in enterprise deployments.
|
| 81 |
-
|
| 82 |
-
contact:
|
| 83 |
-
organization: "NULLXES"
|
| 84 |
-
ceo_email: "ceo@nullxes.com"
|
| 85 |
-
alias: "MagistrTheOne"
|
| 86 |
-
|
| 87 |
-
meta:
|
| 88 |
-
created: "2026-04"
|
| 89 |
-
status: "beta"
|
| 90 |
-
internal_codename: "VERIDIAN-BETA-4750-SFT"
|
| 91 |
-
tagline: "Digital cognition. Deployed."
|
| 92 |
-
|
| 93 |
-
# =========================================
|
| 94 |
-
# END OF FILE
|
| 95 |
-
# =========================================
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- ru
|
| 5 |
+
|
| 6 |
+
license: other
|
| 7 |
+
|
| 8 |
+
tags:
|
| 9 |
+
- nullxes
|
| 10 |
+
- veridian
|
| 11 |
+
- llm
|
| 12 |
+
- transformer
|
| 13 |
+
- conversational-ai
|
| 14 |
+
- real-time
|
| 15 |
+
- digital-employees
|
| 16 |
+
|
| 17 |
+
pipeline_tag: text-generation
|
| 18 |
+
|
| 19 |
+
library_name: pytorch
|
| 20 |
+
|
| 21 |
+
base_model: veridian-2b
|
| 22 |
+
|
| 23 |
+
model-index:
|
| 24 |
+
- name: veridian-beta
|
| 25 |
+
results: []
|
| 26 |
+
|
| 27 |
+
datasets:
|
| 28 |
+
- nullxes-internal
|
| 29 |
+
|
| 30 |
+
metrics: []
|
| 31 |
+
|
| 32 |
+
widget:
|
| 33 |
+
- text: "Hello. You are VERIDIAN. Respond clearly and precisely."
|
| 34 |
+
|
| 35 |
+
co2_eq_emissions:
|
| 36 |
+
emissions: 0.0
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
# VERIDIAN-BETA
|
| 40 |
+
|
| 41 |
+
VERIDIAN-BETA is a lightweight language model developed by NULLXES
|
| 42 |
+
for real-time AI workforce infrastructure.
|
| 43 |
+
|
| 44 |
+
## 🔥 Highlights
|
| 45 |
+
- Low latency inference
|
| 46 |
+
- Designed for WebRTC pipelines
|
| 47 |
+
- Optimized for digital employees
|
| 48 |
+
|
| 49 |
+
## 📦 Files
|
| 50 |
+
- model.safetensors
|
| 51 |
+
- tokenizer.json
|
| 52 |
+
- configs/
|
| 53 |
+
|
| 54 |
+
## 🧠 Base Model
|
| 55 |
+
VERIDIAN 2B (step_0004750.pt)
|
| 56 |
+
|
| 57 |
+
## 📬 Contact
|
| 58 |
+
ceo@nullxes.com
|
| 59 |
+
MagistrTheOne
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|