MagistrTheOne commited on
Commit
844325a
·
verified ·
1 Parent(s): 6563500

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -95
README.md CHANGED
@@ -1,95 +1,59 @@
1
- # =========================================
2
- # VERIDIAN-BETA | NULLXES AI MODEL CARD
3
- # =========================================
4
-
5
- model:
6
- name: "VERIDIAN-BETA"
7
- family: "VERIDIAN"
8
- version: "2B-beta"
9
- organization: "NULLXES"
10
- license: "proprietary"
11
-
12
- identity:
13
- description: >
14
- VERIDIAN-BETA is a lightweight but capable language model
15
- developed as part of the NULLXES Digital Workforce Infrastructure.
16
- Designed for real-time reasoning, conversational agents, and
17
- embedded AI employees operating under constrained latency.
18
-
19
- philosophy: >
20
- Not a chatbot. A node in a distributed cognitive system.
21
- Built to integrate, not to entertain.
22
-
23
- base_model:
24
- name: "VERIDIAN 2B"
25
- checkpoint: "step_0004750.pt"
26
- architecture: "Transformer (causal LM)"
27
- tokenizer: "BPE (131k vocab, Qwen-style)"
28
-
29
- training:
30
- pipeline:
31
- - stage: "continued_pretraining"
32
- source: "step_0004750.pt"
33
- notes: >
34
- Domain adaptation and stabilization on curated corpora.
35
-
36
- - stage: "quick_clean_sft"
37
- source: "pretrain_stage2_5 step_0001000.pt"
38
- notes: >
39
- Lightweight supervised fine-tuning on cleaned instruction data
40
- for improved dialogue alignment and response clarity.
41
-
42
- techniques:
43
- - mixed_precision: "bf16"
44
- - optimizer: "AdamW"
45
- - gradient_checkpointing: true
46
- - streaming_dataset: true
47
-
48
- capabilities:
49
- - real-time conversational inference
50
- - instruction following
51
- - structured response generation
52
- - integration with digital avatars
53
- - low-latency reasoning for WebRTC pipelines
54
-
55
- limitations:
56
- - reduced depth vs larger frontier models
57
- - sensitive to prompt structure
58
- - not designed for long-horizon reasoning (>8k context without extension)
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