luffycodes
commited on
Commit
·
686539e
1
Parent(s):
01800b6
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,36 @@ tags:
|
|
11 |
- math
|
12 |
- mathematics
|
13 |
- llama
|
14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
- math
|
12 |
- mathematics
|
13 |
- llama
|
14 |
+
---
|
15 |
+
# Higgs Model Card
|
16 |
+
|
17 |
+
## Github details
|
18 |
+
Please checkout the repo: https://github.com/luffycodes/Tutorbot-Spock-Phys.
|
19 |
+
|
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 a specialized prompt.
|
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])
|
33 |
+
|
34 |
+
If you use this work, please cite:
|
35 |
+
Code Soliloquies for Accurate Calculations in Large Language Models
|
36 |
+
https://arxiv.org/abs/xxxx.yyyyy
|
37 |
+
```
|
38 |
+
@misc{sonkar2023code,
|
39 |
+
title={Code Soliloquies for Accurate Calculations in Large Language Models},
|
40 |
+
author={Shashank Sonkar and MyCo Le and Xinghe Chen and Lucy Liu and Debshila Basu Mallick and Richard G. Baraniuk},
|
41 |
+
year={2023},
|
42 |
+
eprint={xxxx.yyyyy},
|
43 |
+
archivePrefix={arXiv},
|
44 |
+
primaryClass={cs.CL}
|
45 |
+
}
|
46 |
+
```
|