shenzhi-wang
commited on
Commit
•
62961a3
1
Parent(s):
3e6ff8d
Update README.md
Browse files
README.md
CHANGED
@@ -1046,4 +1046,20 @@ int main() {
|
|
1046 |
请注意,这段代码假设输入文本和模式字符串只包含小写英文字母和中文字符。如果需要处理其他字符集,可能需要适当调整。
|
1047 |
|
1048 |
</details>
|
1049 |
-
<br />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1046 |
请注意,这段代码假设输入文本和模式字符串只包含小写英文字母和中文字符。如果需要处理其他字符集,可能需要适当调整。
|
1047 |
|
1048 |
</details>
|
1049 |
+
<br />
|
1050 |
+
|
1051 |
+
|
1052 |
+
# Citation
|
1053 |
+
|
1054 |
+
If our Llama3-8B-Chinese-Chat is helpful, please kindly cite as:
|
1055 |
+
|
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 |
+
}
|
1065 |
+
```
|