nazneen commited on
Commit
222c42f
1 Parent(s): d21ea8c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,15 +1,21 @@
1
  ---
2
  license: cc-by-3.0
3
  dataset_info:
4
- - config_name: dolly_15k
5
  features:
 
 
6
  - name: instruction
7
  dtype: string
8
  - name: input
9
  dtype: string
10
  - name: output
11
  dtype: string
12
- dataset_size: 15015
 
 
 
 
 
13
  ---
14
 
15
  # Dataset Card for Dolly_15K
 
1
  ---
2
  license: cc-by-3.0
3
  dataset_info:
 
4
  features:
5
+ - name: category
6
+ dtype: string
7
  - name: instruction
8
  dtype: string
9
  - name: input
10
  dtype: string
11
  - name: output
12
  dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 12326332
16
+ num_examples: 15015
17
+ download_size: 0
18
+ dataset_size: 12326332
19
  ---
20
 
21
  # Dataset Card for Dolly_15K