shenzhi-wang commited on
Commit
d2f504b
1 Parent(s): 65cad23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -11,12 +11,15 @@ tags:
11
  - orpo
12
  ---
13
 
14
- 🌟 We included all instructions on how to download, use, and reproduce our various kinds of models at [this GitHub repo](https://github.com/Shenzhi-Wang/Llama3-Chinese-Chat). If you like our models, we would greatly appreciate it if you could star our Github repository. Additionally, please click "like" on our HuggingFace repositories. Thank you!
15
-
16
 
17
  ❗️❗️❗️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.
18
 
19
 
 
 
 
 
 
20
 
21
  # Model Summary
22
 
@@ -1308,4 +1311,8 @@ if __name__ == "__main__":
1308
  请注意,这个解法假设输入数据是正确的,即研究材料的数量、行李空间以及每种物品的大小和价值都符合问题描述中的范围。在实际应用中,你可能需要添加额外的错误检查来处理不合法的输入。
1309
 
1310
  </details>
1311
- <br />
 
 
 
 
 
11
  - orpo
12
  ---
13
 
 
 
14
 
15
  ❗️❗️❗️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.
16
 
17
 
18
+ # Updates:
19
+ - 🚀🚀🚀 [May 9, 2024] We're excited to introduce Llama3-70B-Chinese-Chat! Fine-tuned on a mixed Chinese-English dataset of **~100K preference pairs**, its Chinese proficiency **surpasses ChatGPT and matches GPT-4**, as shown by C-Eval and CMMLU results.
20
+ - 🔥 We provide the official Ollama model for the q4_0 GGUF version of Llama3-70B-Chinese-Chat at [wangshenzhi/llama3-70b-chinese-chat-ollama-q4](https://ollama.com/wangshenzhi/llama3-70b-chinese-chat-ollama-q4)! Run the following command for quick use of this model: `ollama run wangshenzhi/llama3-70b-chinese-chat-ollama-q4:latest`.
21
+ - 🔥 We provide the official Ollama model for the q8_0 GGUF version of Llama3-70B-Chinese-Chat at [wangshenzhi/llama3-70b-chinese-chat-ollama-q8](https://ollama.com/wangshenzhi/llama3-70b-chinese-chat-ollama-q8)! Run the following command for quick use of this model: `ollama run wangshenzhi/llama3-70b-chinese-chat-ollama-q8:latest`.
22
+ - 🔥 If you are in China, you can download our model from our [gitee repo](https://ai.gitee.com/wang-shenzhi/llama3-70b-chinese-chat).
23
 
24
  # Model Summary
25
 
 
1311
  请注意,这个解法假设输入数据是正确的,即研究材料的数量、行李空间以及每种物品的大小和价值都符合问题描述中的范围。在实际应用中,你可能需要添加额外的错误检查来处理不合法的输入。
1312
 
1313
  </details>
1314
+ <br />
1315
+
1316
+ # Acknowledgement
1317
+
1318
+ Thanks very much for Chang Liu's assistance in collecting examples.