Update README.md
Browse files
README.md
CHANGED
@@ -8,9 +8,9 @@ tags:
|
|
8 |
- biology
|
9 |
- education
|
10 |
---
|
11 |
-
This model is
|
12 |
|
13 |
-
If you use this work, please cite:
|
14 |
```
|
15 |
@misc{sonkar2024pedagogical,
|
16 |
title={Pedagogical Alignment of Large Language Models},
|
@@ -18,6 +18,7 @@ If you use this work, please cite: Pedagogical Alignment of Large Language Model
|
|
18 |
year={2024},
|
19 |
eprint={2402.05000},
|
20 |
archivePrefix={arXiv},
|
21 |
-
primaryClass={cs.CL}
|
|
|
22 |
}
|
23 |
```
|
|
|
8 |
- biology
|
9 |
- education
|
10 |
---
|
11 |
+
This model is fine-tuned on Mistral-7B-Instruct-v0.2 with SFT. The purpose is to develop a more capable educational chatbot that helps students study biology.
|
12 |
|
13 |
+
If you use this work, please cite:
|
14 |
```
|
15 |
@misc{sonkar2024pedagogical,
|
16 |
title={Pedagogical Alignment of Large Language Models},
|
|
|
18 |
year={2024},
|
19 |
eprint={2402.05000},
|
20 |
archivePrefix={arXiv},
|
21 |
+
primaryClass={cs.CL},
|
22 |
+
url={https://arxiv.org/abs/2402.05000}
|
23 |
}
|
24 |
```
|