0xDing commited on
Commit
ec0c84c
1 Parent(s): 15e403a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -129,4 +129,15 @@ tokenizer.batch_decode(generate_ids, skip_special_tokens=True, clean_up_tokeniza
129
 
130
  本模型仅供学术研究之用,根据 LLaMA 的license 您不应该将本模型用于商业用途。
131
 
132
- This model is intended for academic research purposes only. According to the license of LLaMA, you should not use this model for commercial purposes.
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
  本模型仅供学术研究之用,根据 LLaMA 的license 您不应该将本模型用于商业用途。
131
 
132
+ This model is intended for academic research purposes only. According to the license of LLaMA, you should not use this model for commercial purposes.
133
+
134
+ ### Citation
135
+
136
+ ```bibtex
137
+ @misc{tianpeng,
138
+ author = {Li, Ding and Xian, Zhang},
139
+ title = {TianPeng: A Chinese chat model that is fine-tuned using LoRA on top of the LLaMA-30B model},
140
+ howpublished = {\url{https://huggingface.co/pleisto/tianpeng-lora-30B}},
141
+ year = {2023},
142
+ doi = { 10.57967/hf/0528 }
143
+ }