Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,24 +1,26 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- BelleGroup/train_1M_CN
|
4 |
-
- BelleGroup/multiturn_chat_0.8M
|
5 |
-
- jeffwan/sharegpt_vicuna
|
6 |
language:
|
7 |
- zh
|
8 |
- en
|
9 |
library_name: transformers
|
10 |
-
pipeline_tag: text-generation
|
11 |
tags:
|
12 |
- chat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
widget:
|
14 |
-
- text:
|
15 |
-
example_title:
|
16 |
-
- text:
|
17 |
-
example_title:
|
18 |
-
- text:
|
19 |
-
example_title:
|
20 |
-
- text:
|
21 |
-
example_title:
|
22 |
inference:
|
23 |
parameters:
|
24 |
temperature: 0.8
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- zh
|
4 |
- en
|
5 |
library_name: transformers
|
|
|
6 |
tags:
|
7 |
- chat
|
8 |
+
- ggml
|
9 |
+
- bloom
|
10 |
+
datasets:
|
11 |
+
- BelleGroup/train_1M_CN
|
12 |
+
- BelleGroup/multiturn_chat_0.8M
|
13 |
+
- jeffwan/sharegpt_vicuna
|
14 |
+
pipeline_tag: text-generation
|
15 |
widget:
|
16 |
+
- text: '<Human>:Hello<Assistant>:'
|
17 |
+
example_title: Hello
|
18 |
+
- text: '<Human>:你好<Assistant>:'
|
19 |
+
example_title: 你好
|
20 |
+
- text: '<Human>:What should I do if I can''t sleep at night?<Assistant>:'
|
21 |
+
example_title: insomnia
|
22 |
+
- text: '<Human>:晚上睡不着应该怎么办?<Assistant>:'
|
23 |
+
example_title: 失眠
|
24 |
inference:
|
25 |
parameters:
|
26 |
temperature: 0.8
|