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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -3,6 +3,7 @@ license: apache-2.0
3
  datasets:
4
  - BelleGroup/train_1M_CN
5
  - BelleGroup/multiturn_chat_0.8M
 
6
  language:
7
  - zh
8
  - en
@@ -10,8 +11,8 @@ 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.
 
3
  datasets:
4
  - BelleGroup/train_1M_CN
5
  - BelleGroup/multiturn_chat_0.8M
6
+ - jeffwan/sharegpt_vicuna
7
  language:
8
  - zh
9
  - en
 
11
  pipeline_tag: text-generation
12
  ---
13
 
14
+ ChatBLOOM是基于[BLOOM](https://huggingface.co/bigscience/bloom-1b7)(17亿参数)训练的中英双语对话语言模型,此模型为SFT版本。
15
  详见[Github](https://github.com/NicholasCao/ChatBloom)。
16
 
17
+ ChatBLOOM is a Chinese-English bilingual dialogue language model trained based on [BLOOM](https://huggingface.co/bigscience/bloom-1b7) (1.7 billion parameters). This model is the SFT version.
18
+ See [Github](https://github.com/NicholasCao/ChatBloom) for details.