Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
# TinyGauss 1.1B
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
datasets:
|
5 |
- TIGER-Lab/MathInstruct
|
|
|
1 |
# TinyGauss 1.1B
|
2 |
|
3 |
+
|
4 |
+
|
5 |
+
Adding math capabilities to models in the 1B parameter count regime, with the main objective of providing Math and logic reasoning capabilities to LLMs meant for robotics.
|
6 |
+
|
7 |
+
MathInstruct Finetune over TinyLlama/TinyLlama-1.1B-Chat-v1.0. The model is capable of following corrections from the user when it makes mistakes; opening the door to
|
8 |
+
models that can correct mistakes following user feedback in a multi-turn interaction.
|
9 |
+
|
10 |
+
Finetuned using LLaMAFactory.
|
11 |
+
|
12 |
---
|
13 |
datasets:
|
14 |
- TIGER-Lab/MathInstruct
|