Commit
·
7f8bb1c
1
Parent(s):
d2df1d1
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,41 @@
|
|
1 |
---
|
2 |
datasets:
|
3 |
- luffycodes/Tutorbot-Spock-Bio-Dataset
|
4 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
datasets:
|
3 |
- luffycodes/Tutorbot-Spock-Bio-Dataset
|
4 |
+
---
|
5 |
+
|
6 |
+
---
|
7 |
+
license: apache-2.0
|
8 |
+
inference: false
|
9 |
+
---
|
10 |
+
|
11 |
+
**NOTE: This "diff model" cannot be used directly.**
|
12 |
+
Users have to apply it on top of the original LLaMA weights to get actual Spock weights.
|
13 |
+
Please use https://github.com/lm-sys/FastChat/blob/main/fastchat/model/apply_delta.py file from https://github.com/lm-sys/FastChat for instructions.
|
14 |
+
<br>
|
15 |
+
<br>
|
16 |
+
|
17 |
+
# Spock Model Card
|
18 |
+
|
19 |
+
## Model details
|
20 |
+
|
21 |
+
**Model type:**
|
22 |
+
Spock is an open-source educational tutoring chatbot trained by fine-tuning LLaMA and Vicuna model on synthetic student-tutorbot conversation generated using a specialized prompt.
|
23 |
+
It is an auto-regressive language model, based on the transformer architecture.
|
24 |
+
|
25 |
+
**Model date:**
|
26 |
+
Spock was trained between April 2023 and May 2023.
|
27 |
+
|
28 |
+
**Organizations developing the model:**
|
29 |
+
The Spock team with members from Rice University.
|
30 |
+
|
31 |
+
**Paper or resources for more information:**
|
32 |
+
https://arxiv.org/abs/2305.13272
|
33 |
+
|
34 |
+
**License:**
|
35 |
+
Apache License 2.0
|
36 |
+
|
37 |
+
**Where to send questions or comments about the model:**
|
38 |
+
Shashank Sonkar (ss164@rice.edu)
|
39 |
+
|
40 |
+
## Training dataset
|
41 |
+
700 conversations generated using a specialized prompt from GPT-4.
|