Update README.md
Browse files
README.md
CHANGED
|
@@ -1,48 +1,64 @@
|
|
| 1 |
---
|
| 2 |
title: Veltraxor AI
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: gray
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
# Veltraxor AI
|
| 11 |
|
| 12 |
-
**Veltraxor
|
| 13 |
-
|
|
|
|
|
|
|
| 14 |
|
| 15 |
---
|
| 16 |
|
| 17 |
-
##
|
| 18 |
-
|
| 19 |
-
- **
|
| 20 |
-
|
| 21 |
-
- **
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
---
|
| 25 |
|
| 26 |
-
## π¦
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
---
|
| 32 |
|
| 33 |
## π References
|
| 34 |
-
-
|
| 35 |
-
-
|
| 36 |
-
-
|
| 37 |
|
| 38 |
---
|
| 39 |
|
| 40 |
## π Acknowledgements
|
| 41 |
-
|
| 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
|
| 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**
|