nicholascao commited on
Commit
bb017b7
1 Parent(s): e1c16ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - BelleGroup/train_1M_CN
5
+ - BelleGroup/multiturn_chat_0.8M
6
+ language:
7
+ - zh
8
+ - en
9
+ library_name: transformers
10
+ pipeline_tag: text-generation
11
  ---
12
+
13
+ ChatBLOOM是基于[BLOOM](https://huggingface.co/bigscience/bloom-1b7)(17亿参数)训练的对话语言模型,训练数据大部分为中文以及小部分英文,此模型为SFT版本。
14
+ 详见[Github](https://github.com/NicholasCao/ChatBloom)。
15
+
16
+ ChatBLOOM is a conversational language model based on [BLOOM](https://huggingface.co/bigscience/bloom-1b7) (1.7 billion parameters) training, most of the training data is Chinese and a small part of English, this model is the SFT version.
17
+ See [Github](https://github.com/NicholasCao/ChatBloom) for details.