kangqi-ni commited on
Commit
9704bde
1 Parent(s): 61d344a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - sft
7
+ - biology
8
+ - education
9
+ - llama
10
+ ---
11
+
12
+ This model is fine-tuned on Llama-3.1-8B-Instruct with SFT. 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
+ ```