Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,14 +1,18 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
|
|
|
|
|
|
|
|
5 |
dtype: string
|
6 |
splits:
|
7 |
- name: train
|
8 |
-
num_bytes:
|
9 |
-
num_examples:
|
10 |
-
download_size:
|
11 |
-
dataset_size:
|
12 |
---
|
13 |
# Dataset Card for "alpaca-cleaned-chinese"
|
14 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: input
|
5 |
+
dtype: string
|
6 |
+
- name: instruction
|
7 |
+
dtype: string
|
8 |
+
- name: output
|
9 |
dtype: string
|
10 |
splits:
|
11 |
- name: train
|
12 |
+
num_bytes: 30767077
|
13 |
+
num_examples: 51760
|
14 |
+
download_size: 17886135
|
15 |
+
dataset_size: 30767077
|
16 |
---
|
17 |
# Dataset Card for "alpaca-cleaned-chinese"
|
18 |
|