kangqi-ni commited on
Commit
b65c739
1 Parent(s): 365bedf

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
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 FastChat (for SFT). The purpose is to develop a more capable educational chatbot that helps students learn biology.
13
+
14
+ If you use this work, please cite: Pedagogical Alignment of Large Language Models https://arxiv.org/abs/2402.05000
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
+ }
24
+ ```