luffycodes
commited on
Commit
•
5788266
1
Parent(s):
686539e
Update README.md
Browse files
README.md
CHANGED
@@ -20,13 +20,16 @@ Please checkout the repo: https://github.com/luffycodes/Tutorbot-Spock-Phys.
|
|
20 |
## Model details
|
21 |
|
22 |
**Model type:**
|
23 |
-
Higgs is an open-source educational tutoring chatbot trained by fine-tuning LLaMA-2-70B-chat model on synthetic student-tutorbot conversations generated using
|
|
|
|
|
|
|
24 |
|
25 |
**Model date:**
|
26 |
Higgs was trained between May 2023 and Sept 2023.
|
27 |
|
28 |
**Organizations developing the model:**
|
29 |
-
The Spock team with members from Rice University and OpenStax.
|
30 |
|
31 |
**Where to send questions or comments about the model:**
|
32 |
Shashank Sonkar ([email protected])
|
|
|
20 |
## Model details
|
21 |
|
22 |
**Model type:**
|
23 |
+
Higgs is an open-source educational tutoring chatbot trained by fine-tuning LLaMA-2-70B-chat model on synthetic student-tutorbot conversations generated using [specialized prompts](https://github.com/luffycodes/Tutorbot-Spock-Phys/tree/main/prompts/conversation_gen).
|
24 |
+
Higgs performs a code soliloquy (an inner monologue) in which Higgs prompts itself through a series of prompts to decide if it's next response to the student would need any math calculations.
|
25 |
+
If Higgs determines that the response might require such a calculation, such as in cases to verify student calculation, it outputs python code.
|
26 |
+
Then, it uses the output of the python code to frame a mathematically accurate reply to the student.
|
27 |
|
28 |
**Model date:**
|
29 |
Higgs was trained between May 2023 and Sept 2023.
|
30 |
|
31 |
**Organizations developing the model:**
|
32 |
+
The Higgs (Spock) team with members from Rice University and OpenStax.
|
33 |
|
34 |
**Where to send questions or comments about the model:**
|
35 |
Shashank Sonkar ([email protected])
|