jianzhnie commited on
Commit
beb591d
·
1 Parent(s): 96917c1

First model version

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -40,4 +40,19 @@ python train_alpaca_lora.py \
40
  --fp16 True
41
  ```
42
 
43
- Instructions for running it can be found at https://github.com/jianzhnie/open-chatgpt.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  --fp16 True
41
  ```
42
 
43
+ Instructions for running it can be found at https://github.com/jianzhnie/open-chatgpt.
44
+
45
+
46
+ ### Citation
47
+
48
+ Please cite the repo if you use the data or code in this repo.
49
+ ```
50
+ @misc{alpaca,
51
+ author = {Rohan Taori and Ishaan Gulrajani and Tianyi Zhang and Yann Dubois and Xuechen Li and Carlos Guestrin and Percy Liang and Tatsunori B. Hashimoto },
52
+ title = {Stanford Alpaca: An Instruction-following LLaMA model},
53
+ year = {2023},
54
+ publisher = {GitHub},
55
+ journal = {GitHub repository},
56
+ howpublished = {\url{https://github.com/tatsu-lab/stanford_alpaca}},
57
+ }
58
+ ```