shenzhi-wang commited on
Commit
3af3b61
1 Parent(s): 6622a23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1047,4 +1047,18 @@ 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
+ @misc {shenzhi_wang_2024,
1058
+ author = {Wang, Shenzhi and Zheng, Yaowei},
1059
+ title = { Llama3-8B-Chinese-Chat (Revision 6622a23) },
1060
+ year = 2024,
1061
+ url = { https://huggingface.co/shenzhi-wang/Llama3-8B-Chinese-Chat },
1062
+ doi = { 10.57967/hf/2316 },
1063
+ publisher = { Hugging Face }
1064
+ }