datastreams commited on
Commit
ee78e9d
1 Parent(s): f191419

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: instruction
6
+ dtype: string
7
+ - name: input
8
+ dtype: string
9
+ - name: output
10
+ dtype: string
11
+ - name: category
12
+ dtype: string
13
+ - name: context
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 127802017
18
+ num_examples: 55879
19
+ download_size: 35599312
20
+ dataset_size: 127802017
21
  ---