jtatman commited on
Commit
849a3c3
1 Parent(s): 8df2183

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: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: instruction
6
+ dtype: string
7
+ - name: context
8
+ dtype: string
9
+ - name: response
10
+ dtype: string
11
+ - name: category
12
+ dtype: string
13
+ - name: __index_level_0__
14
+ dtype: int64
15
+ splits:
16
+ - name: train
17
+ num_bytes: 5358120
18
+ num_examples: 7706
19
+ download_size: 3362599
20
+ dataset_size: 5358120
21
  ---