Question Answering
Transformers
Chinese
chat
llm
llama2
chatgpt
Inference Endpoints
Baicai003 commited on
Commit
25d1679
1 Parent(s): e8f725f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -12,7 +12,9 @@ tags:
12
  - llama2
13
  - chatgpt
14
  ---
15
- 广告:优秀对话llm的训练离不开高质量的多轮对话数据集,如果你也想成为志愿者欢迎加入QQ群:130920969,共同进行优质数据集的交流、收集和建设工作
 
 
16
  项目在中文sharegpt数据集上训练得到的llama2 Chinese chat 13b,为减轻文件大小负担这里只放出了adapter的权重
17
  请拉取https://huggingface.co/TheBloke/Llama-2-13B-fp16 作为基础权重,使用如下脚步执行合并得到可工作的总权重:
18
 
@@ -103,7 +105,7 @@ if __name__ == '__main__':
103
  main()
104
 
105
  ```
106
- 推荐使用firefly项目继续进行训练。
107
  ## Training procedure
108
 
109
 
 
12
  - llama2
13
  - chatgpt
14
  ---
15
+ tip: 优秀对话llm的训练离不开高质量的多轮对话数据集,如果你也想成为志愿者
16
+ 欢迎加入QQ群:130920969,共同进行优质数据集的交流、收集和建设工作
17
+
18
  项目在中文sharegpt数据集上训练得到的llama2 Chinese chat 13b,为减轻文件大小负担这里只放出了adapter的权重
19
  请拉取https://huggingface.co/TheBloke/Llama-2-13B-fp16 作为基础权重,使用如下脚步执行合并得到可工作的总权重:
20
 
 
105
  main()
106
 
107
  ```
108
+ 推荐继续二次训练以针对性调优对话效果~
109
  ## Training procedure
110
 
111