developeranveshraman commited on
Commit
fc74c6a
·
verified ·
1 Parent(s): 5cd2bdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -10
README.md CHANGED
@@ -15,16 +15,17 @@ AnveshAI Edge is a terminal-based AI assistant designed to run entirely on-devic
15
  ## Table of Contents
16
 
17
  1. [Architecture Overview](#architecture-overview)
18
- 2. [Components](#components)
19
- 3. [Advanced Math Engine](#advanced-math-engine)
20
- 4. [Reasoning Engine](#reasoning-engine)
21
- 5. [Getting Started](#getting-started)
22
- 6. [Usage Examples](#usage-examples)
23
- 7. [Commands](#commands)
24
- 8. [Design Principles](#design-principles)
25
- 9. [File Structure](#file-structure)
26
- 10. [Technical Details](#technical-details)
27
- 11. [Links](#link)
 
28
 
29
  ---
30
 
@@ -64,6 +65,12 @@ User Input
64
  └► LLM with CoT context → User
65
  ```
66
 
 
 
 
 
 
 
67
  ### Key Design Principle
68
 
69
  > **Correctness-first:** For mathematics, the symbolic engine computes the exact answer *before* the LLM is called. The LLM's only task is to explain the working — it cannot invent a wrong answer.
 
15
  ## Table of Contents
16
 
17
  1. [Architecture Overview](#architecture-overview)
18
+ 2. [Benchmark test & Evaluation experiments](#Benchmark-test-&-Evaluation-experiments)
19
+ 3. [Components](#components)
20
+ 4. [Advanced Math Engine](#advanced-math-engine)
21
+ 5. [Reasoning Engine](#reasoning-engine)
22
+ 6. [Getting Started](#getting-started)
23
+ 7. [Usage Examples](#usage-examples)
24
+ 8. [Commands](#commands)
25
+ 9. [Design Principles](#design-principles)
26
+ 10. [File Structure](#file-structure)
27
+ 11. [Technical Details](#technical-details)
28
+ 12. [Links](#link)
29
 
30
  ---
31
 
 
65
  └► LLM with CoT context → User
66
  ```
67
 
68
+ ## Benchmark test & Evaluation experiments
69
+
70
+ <img src="https://raw.githubusercontent.com/AnveshAI/AnveshAI-Edge/refs/heads/main/diagram/download%20(1).png">
71
+ <img src="https://raw.githubusercontent.com/AnveshAI/AnveshAI-Edge/refs/heads/main/diagram/download.png">
72
+
73
+
74
  ### Key Design Principle
75
 
76
  > **Correctness-first:** For mathematics, the symbolic engine computes the exact answer *before* the LLM is called. The LLM's only task is to explain the working — it cannot invent a wrong answer.