Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,27 @@ language:
|
|
9 |
- zh
|
10 |
size_categories:
|
11 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<div align="center">
|
|
|
9 |
- zh
|
10 |
size_categories:
|
11 |
- 10K<n<100K
|
12 |
+
dataset_info:
|
13 |
+
-config_name: chinese_traditional
|
14 |
+
-features:
|
15 |
+
- name: instruction
|
16 |
+
dtype: string
|
17 |
+
- name: input
|
18 |
+
dtype: string
|
19 |
+
- name: output
|
20 |
+
dtype: string
|
21 |
+
- name: task_type
|
22 |
+
dtype: dict
|
23 |
+
- name: domain
|
24 |
+
dtype: list
|
25 |
+
- name: metadata
|
26 |
+
dtype: string
|
27 |
+
- name: answer_from
|
28 |
+
dtype: string
|
29 |
+
- name: human_verified
|
30 |
+
dtype: bool
|
31 |
+
- name: copyright
|
32 |
+
dtype: string
|
33 |
---
|
34 |
|
35 |
<div align="center">
|