Chinese-Mistral
Chinese-Mistral copied to clipboard
Chinese-Mistral: An Efficient and Effective Chinese Large Language Model
用示例代码测试,将max_new_tokens设置为4096,输出结果远小于这个数值,只有 565 个token
Hi authors, I want to test the performance of the Mistral7B on the test dataset. Is it only possible to do single sample inference (with model. generate(...))? Are there any...
数据集相关
请问能告知所有使用的中文推理数据集吗?在预训练国臣中,推理部分的数据占比大吗?
第二段示例代码中的"model_path"为"itpossible/C/Chinese-Mistral-7B-Instruct-v0.1"似乎是一个错误的路径,我到huggingface上找到目录"itpossible/",并没有名为"C/"的文件夹,我猜示例代码中想说的"model_path"应该是"itpossible/Chinese-Mistral-7B-Instruct-v0.1"