shenzhi-wang
commited on
Commit
•
7a1d03b
1
Parent(s):
3c13c6a
Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,8 @@ tags:
|
|
13 |
|
14 |
❗️❗️❗️NOTICE: For optimal performance, we refrain from fine-tuning the model's identity. Thus, inquiries such as "Who are you" or "Who developed you" may yield random responses that are not necessarily accurate.
|
15 |
|
|
|
|
|
16 |
|
17 |
# Updates
|
18 |
|
@@ -1156,4 +1158,19 @@ print(max_value)
|
|
1156 |
这个代码首先读取输入,然后调用 `knapsack` 函数来计算最大价值,最后输出结果。
|
1157 |
|
1158 |
</details>
|
1159 |
-
<br />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
❗️❗️❗️NOTICE: For optimal performance, we refrain from fine-tuning the model's identity. Thus, inquiries such as "Who are you" or "Who developed you" may yield random responses that are not necessarily accurate.
|
15 |
|
16 |
+
🌟 If you enjoy our model, please give it a star on our Hugging Face repo and kindly [cite our model](https://huggingface.co/shenzhi-wang/Gemma-2-27B-Chinese-Chat#citation). Your support means a lot to us. Thank you!
|
17 |
+
|
18 |
|
19 |
# Updates
|
20 |
|
|
|
1158 |
这个代码首先读取输入,然后调用 `knapsack` 函数来计算最大价值,最后输出结果。
|
1159 |
|
1160 |
</details>
|
1161 |
+
<br />
|
1162 |
+
|
1163 |
+
# 4. Citation
|
1164 |
+
|
1165 |
+
If our Gemma-2-27B-Chinese-Chat is helpful, please kindly cite as:
|
1166 |
+
|
1167 |
+
```
|
1168 |
+
@misc {shenzhi_wang_2024,
|
1169 |
+
author = {Wang, Shenzhi and Zheng, Yaowei},
|
1170 |
+
title = { Gemma-2-27B-Chinese-Chat },
|
1171 |
+
year = 2024,
|
1172 |
+
url = { https://huggingface.co/shenzhi-wang/Gemma-2-27B-Chinese-Chat },
|
1173 |
+
doi = { 10.57967/hf/2673 },
|
1174 |
+
publisher = { Hugging Face }
|
1175 |
+
}
|
1176 |
+
```
|