kangqi-ni commited on
Commit
610d7b6
·
verified ·
1 Parent(s): ed247d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - mistral
7
+ - dpo
8
+ - biology
9
+ - education
10
+ ---
11
+ This model is fine-tuned on Mistral-7B-Instruct-v0.2 with SFT and KTO 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},
17
+ author={Shashank Sonkar and Kangqi Ni and Sapana Chaudhary and Richard G. Baraniuk},
18
+ year={2024},
19
+ eprint={2402.05000},
20
+ archivePrefix={arXiv},
21
+ primaryClass={cs.CL},
22
+ url={https://arxiv.org/abs/2402.05000}
23
+ }
24
+ ```