Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- dpo
|
7 |
+
- biology
|
8 |
+
- education
|
9 |
+
- zephyr
|
10 |
+
---
|
11 |
+
|
12 |
+
This model is trained on zephyr-7b-beta with SFT and KTO. The purpose is to develop a more capable educational chatbot that helps students study biology.
|
13 |
+
|
14 |
+
If you use this work, please cite:
|
15 |
+
```
|
16 |
+
@misc{sonkar2024pedagogical,
|
17 |
+
title={Pedagogical Alignment of Large Language Models},
|
18 |
+
author={Shashank Sonkar and Kangqi Ni and Sapana Chaudhary and Richard G. Baraniuk},
|
19 |
+
year={2024},
|
20 |
+
eprint={2402.05000},
|
21 |
+
archivePrefix={arXiv},
|
22 |
+
primaryClass={cs.CL},
|
23 |
+
url={https://arxiv.org/abs/2402.05000}
|
24 |
+
}
|
25 |
+
```
|