Update README.md
Browse files
README.md
CHANGED
|
@@ -37,4 +37,13 @@ It can be generally used for anything but it is pretty good in reasoning
|
|
| 37 |
|
| 38 |
download the entire repo and run the aitech.py
|
| 39 |
## Training Details
|
| 40 |
-
anyone can train model on their own but the model has been specifically trained on reasoning dataset theStech/trainer_dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
download the entire repo and run the aitech.py
|
| 39 |
## Training Details
|
| 40 |
+
anyone can train model on their own but the model has been specifically trained on reasoning dataset theStech/trainer_dataset
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
test result on ddbench:
|
| 45 |
+
| Agent | Accuracy | Total | Correct |
|
| 46 |
+
| ------------------ | ---------- | ----- | ------- |
|
| 47 |
+
| **AiTech** | **100.0%** | 60 | 60 |
|
| 48 |
+
| **ChatGPT-4** | 96.7% | 60 | 58 |
|
| 49 |
+
| **Claude 3 Opus** | 91.7% | 60 | 55 |
|