shenzhi-wang commited on
Commit
a3a0c34
1 Parent(s): bb12691

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1047,4 +1047,20 @@ int main() {
1047
  请注意,这段代码假设输入文本和模式字符串只包含小写英文字母和中文字符。如果需要处理其他字符集,可能需要适当调整。
1048
 
1049
  </details>
1050
- <br />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1047
  请注意,这段代码假设输入文本和模式字符串只包含小写英文字母和中文字符。如果需要处理其他字符集,可能需要适当调整。
1048
 
1049
  </details>
1050
+ <br />
1051
+
1052
+
1053
+ # Citation
1054
+
1055
+ If our Llama3-8B-Chinese-Chat is helpful, please kindly cite as:
1056
+
1057
+ ```
1058
+ @misc {shenzhi_wang_2024,
1059
+ author = {Wang, Shenzhi and Zheng, Yaowei},
1060
+ title = { Llama3-8B-Chinese-Chat (Revision 6622a23) },
1061
+ year = 2024,
1062
+ url = { https://huggingface.co/shenzhi-wang/Llama3-8B-Chinese-Chat },
1063
+ doi = { 10.57967/hf/2316 },
1064
+ publisher = { Hugging Face }
1065
+ }
1066
+ ```