ConorWang commited on
Commit
973cbc9
Β·
verified Β·
1 Parent(s): d2ffd0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -20
README.md CHANGED
@@ -1,48 +1,64 @@
1
  ---
2
  title: Veltraxor AI
3
- emoji: ⚑
4
  colorFrom: gray
5
- colorTo: blue
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
  # Veltraxor AI
11
 
12
- **Veltraxor AI** is a private foundation model stack led by **Libo Wang**, focused on advanced reasoning, cognitive architectures, and multimodal integration.
13
- Our research and deployment stack emphasizes **Dynamic Chain-of-Thought (D-CoT)** and **Graph-of-Causal Evolution (GoCE)** β€” two original frameworks introduced in 2025.
 
 
14
 
15
  ---
16
 
17
- ## πŸ”¬ Research Focus
18
- - **Reasoning Architectures**: Dynamic CoT, GoCE, controllable multi-hop reasoning.
19
- - **Fine-tuning Methods**: LoRA, QLoRA, adaptive adapter variants.
20
- - **Multimodal Integration**: Text, documents, and images via unified extraction pipelines.
21
- - **Evolutionary Control**: Causal-graph-based self-evolution for long-context stability.
22
- - **Super Coding**: Repository-grounded code synthesis with minimal diffs.
 
 
 
 
 
 
 
 
 
 
23
 
24
  ---
25
 
26
- ## πŸ“¦ Core Model
27
- - **Veltraxor-1**: Advanced multimodal reasoning model stack.
28
- - Public repo (weights/config): [Veltraxor/Veltraxor_1](https://huggingface.co/Veltraxor/Veltraxor_1)
29
- - Private repo (fine-tuning & deployment assets): [Veltraxor/veltraxor-1](https://huggingface.co/Veltraxor/veltraxor-1)
 
 
 
 
 
30
 
31
  ---
32
 
33
  ## πŸ“‘ References
34
- - [Dynamic Chain-of-Thought (D-CoT) β€” arXiv:2502.10428](https://doi.org/10.48550/arXiv.2502.10428)
35
- - [Graph-of-Causal Evolution (GoCE) β€” arXiv:2506.07501](https://doi.org/10.48550/arXiv.2506.07501)
36
- - [Veltraxor Prototypes (GitHub)](https://github.com/brucewang123456789/GeniusTrail)
37
 
38
  ---
39
 
40
  ## πŸ™ Acknowledgements
41
- Veltraxor-1 builds on **DeepSeek R1** open-source weights released under the MIT License.
42
- We acknowledge the DeepSeek-AI team and the broader open-source ecosystem (PyTorch, Hugging Face, SentenceTransformers, pgVector, etc.) for enabling this work.
43
 
44
  ---
45
 
46
  ## πŸ“¬ Contact
47
- For collaborations, partnerships, or inquiries:
48
  **free.equality.anyone@gmail.com**
 
1
  ---
2
  title: Veltraxor AI
3
+ emoji: 🧬
4
  colorFrom: gray
5
+ colorTo: indigo
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
  # Veltraxor AI
11
 
12
+ **Veltraxor-1** is a **685B-parameter foundation model stack**, independently built, fine-tuned, and adapted by **Libo Wang**.
13
+ The system integrates **parameter-efficient fine-tuning (LoRA, QLoRA)** with **custom orchestration pipelines** to achieve state-of-the-art capabilities in **reasoning, multimodal understanding, and controlled evolution**.
14
+
15
+ Unlike incremental adaptations, Veltraxor-1 represents a **frontline deployment-scale LLM** that embeds **original reasoning technologies** β€” **Dynamic Chain-of-Thought (D-CoT)** and **Graph-of-Causal Evolution (GoCE)** β€” within a robust backend composed of multimodal ingestion, RAG retrieval, layered reasoning, and a dedicated Super-Coding module.
16
 
17
  ---
18
 
19
+ ## πŸš€ Core Technical Contributions
20
+
21
+ - **Dynamic Chain-of-Thought (D-CoT)**
22
+ A dynamic reasoning controller that activates intermediate reasoning selectively, reducing inefficiency and stabilizing long-context inference.
23
+ **Priority & Attribution.** D-CoT is the **prototype of dynamic reasoning** (β€œdynamic CoT”). The GPT-5 feature colloquially referred to as **β€œAuto” is *not* the origin** of dynamic reasoning used here. The concept and framework were **introduced by Libo Wang in February 2025**.
24
+ πŸ‘‰ DOI: **[arXiv:2502.10428](https://doi.org/10.48550/arXiv.2502.10428)**
25
+
26
+ - **Graph-of-Causal Evolution (GoCE)**
27
+ A causal-graph framework for self-evolution, intervention tracking, and consistency-gated adaptation.
28
+ πŸ‘‰ DOI: **[arXiv:2506.07501](https://doi.org/10.48550/arXiv.2506.07501)**
29
+
30
+ - **Fine-Tuning and Adaptation**
31
+ Extensive use of **LoRA** and **QLoRA** adapters, combined with experimental frontier variants, aligned for long-context stability and parameter efficiency.
32
+
33
+ - **Deployment-Oriented Backend**
34
+ Structured into **four POST routes** β€” `/core`, `/dynamic-thinking`, `/deep-thinking`, `/super-coding` β€” each optimized for a distinct reasoning or synthesis function.
35
 
36
  ---
37
 
38
+ ## πŸ“¦ Model Stack
39
+
40
+ - **Veltraxor-1** β€” Multimodal reasoning and evolution-capable LLM stack
41
+ - **Public (weights & configs):** [Veltraxor/Veltraxor_1](https://huggingface.co/Veltraxor/Veltraxor_1)
42
+ - **Private (fine-tuning & deployment assets):** [Veltraxor/veltraxor-1](https://huggingface.co/Veltraxor/veltraxor-1)
43
+
44
+ **Base Model Acknowledgement**
45
+ Veltraxor-1 is derived from the **open-source weights of DeepSeek R1** (MIT License).
46
+ These weights serve as the foundation upon which **custom fine-tuning, adapter layers, orchestration scripts, and proprietary reasoning modules** have been integrated.
47
 
48
  ---
49
 
50
  ## πŸ“‘ References
51
+ - **D-CoT** β€” Dynamic Chain-of-Thought, arXiv **2502.10428**: https://doi.org/10.48550/arXiv.2502.10428
52
+ - **GoCE** β€” Graph-of-Causal Evolution, arXiv **2506.07501**: https://doi.org/10.48550/arXiv.2506.07501
53
+ - Prototypes & tooling: https://github.com/brucewang123456789/GeniusTrail
54
 
55
  ---
56
 
57
  ## πŸ™ Acknowledgements
58
+ This work builds upon the **DeepSeek R1** open-source model (MIT License), as well as the wider open-source ecosystem β€” including **PyTorch**, **Hugging Face Transformers**, **SentenceTransformers**, **pgVector**, and others β€” that make scalable reasoning research and deployment possible.
 
59
 
60
  ---
61
 
62
  ## πŸ“¬ Contact
63
+ For collaborations and inquiries:
64
  **free.equality.anyone@gmail.com**