Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
library_name: gguf
|
| 4 |
-
base_model: Qwen/Qwen2.5-
|
| 5 |
datasets:
|
| 6 |
- AI-MO/NuminaMath-TIR
|
| 7 |
tags:
|
|
@@ -21,21 +21,21 @@ tags:
|
|
| 21 |
|
| 22 |
# ΣMath — Visual Computation Engine v2.0
|
| 23 |
|
| 24 |
-
### **Powered by
|
| 25 |
|
| 26 |
**Developed by: Khurram Pervez, Assistant Professor of Mathematics**
|
| 27 |
|
| 28 |
-
**ΣMath Core** is a high-performance mathematical visualization engine that bridges the gap between deep symbolic reasoning and real-time interactive rendering. By leveraging the **NuminaMath-TIR** dataset, the model excels at **Chain-of-Thought (CoT)** reasoning, allowing it to solve complex geometric problems before translating them into interactive code.
|
| 29 |
|
| 30 |
The engine utilizes a specialized **Resilient Execution Pipeline** to render 3D manifolds, animations, and parametric surfaces directly in the browser, optimized specifically for local deployment on NVIDIA hardware.
|
| 31 |
|
| 32 |
## 🚀 The Multi-Stage Pipeline
|
| 33 |
|
| 34 |
### 1. TIR (Thought-Intermediate-Reasoning)
|
| 35 |
-
By training on the **NuminaMath-TIR** dataset, the model
|
| 36 |
* **Identification:** Analyzes the geometric properties of the requested manifold.
|
| 37 |
* **Calculation:** Determines the necessary vertices, normals, and parametric equations.
|
| 38 |
-
* **Code Synthesis:** Generates high-efficiency Python code (Plotly/Matplotlib).
|
| 39 |
|
| 40 |
### 2. The Resilient Engine (FastAPI Layer)
|
| 41 |
To ensure stability during research, the system includes a proprietary processing layer:
|
|
@@ -50,7 +50,6 @@ Here are examples of advanced parametric surfaces generated in real-time by **Σ
|
|
| 50 |
| 3D Torus Visualization | Full Research Dashboard Interface | Resilient Color Scaling Error Fix |
|
| 51 |
| :---: | :---: | :---: |
|
| 52 |
| <img src="viz.png" alt="ΣMath Interactive Torus" width="100%"/> | <img src="dashboard.png" alt="ΣMath Dashboard" width="100%"/> | <img src="fix.png" alt="Resilient Colorscale Error" width="100%"/> |
|
| 53 |
-
| **A fully interactive 3D torus rendered via Plotly, following a complex parametric prompt.** | **The professional-grade, dark-mode research dashboard showing the synthesis of neural logic.** | **The Resilient Engine silently intercepting a colorscale error and rerendering without user input.** |
|
| 54 |
|
| 55 |
## 💻 System Configuration
|
| 56 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
library_name: gguf
|
| 4 |
+
base_model: Qwen/Qwen2.5-Coder-7B
|
| 5 |
datasets:
|
| 6 |
- AI-MO/NuminaMath-TIR
|
| 7 |
tags:
|
|
|
|
| 21 |
|
| 22 |
# ΣMath — Visual Computation Engine v2.0
|
| 23 |
|
| 24 |
+
### **Powered by Qwen2.5-Coder-7B & NuminaMath-TIR**
|
| 25 |
|
| 26 |
**Developed by: Khurram Pervez, Assistant Professor of Mathematics**
|
| 27 |
|
| 28 |
+
**ΣMath Core** is a high-performance mathematical visualization engine that bridges the gap between deep symbolic reasoning and real-time interactive rendering. By leveraging a fine-tuned **Qwen2.5-Coder-7B** backbone with the **NuminaMath-TIR** dataset, the model excels at **Chain-of-Thought (CoT)** reasoning, allowing it to solve complex geometric problems before translating them into interactive code.
|
| 29 |
|
| 30 |
The engine utilizes a specialized **Resilient Execution Pipeline** to render 3D manifolds, animations, and parametric surfaces directly in the browser, optimized specifically for local deployment on NVIDIA hardware.
|
| 31 |
|
| 32 |
## 🚀 The Multi-Stage Pipeline
|
| 33 |
|
| 34 |
### 1. TIR (Thought-Intermediate-Reasoning)
|
| 35 |
+
By training on the **NuminaMath-TIR** dataset, the model follows a rigorous logical path:
|
| 36 |
* **Identification:** Analyzes the geometric properties of the requested manifold.
|
| 37 |
* **Calculation:** Determines the necessary vertices, normals, and parametric equations.
|
| 38 |
+
* **Code Synthesis:** Generates high-efficiency Python code (Plotly/Matplotlib) using its native **Coder** capabilities.
|
| 39 |
|
| 40 |
### 2. The Resilient Engine (FastAPI Layer)
|
| 41 |
To ensure stability during research, the system includes a proprietary processing layer:
|
|
|
|
| 50 |
| 3D Torus Visualization | Full Research Dashboard Interface | Resilient Color Scaling Error Fix |
|
| 51 |
| :---: | :---: | :---: |
|
| 52 |
| <img src="viz.png" alt="ΣMath Interactive Torus" width="100%"/> | <img src="dashboard.png" alt="ΣMath Dashboard" width="100%"/> | <img src="fix.png" alt="Resilient Colorscale Error" width="100%"/> |
|
|
|
|
| 53 |
|
| 54 |
## 💻 System Configuration
|
| 55 |
|