fujiki commited on
Commit
d2813b3
1 Parent(s): 241034f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: cc-by-sa-3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-sa-3.0
3
+ dataset_info:
4
+ features:
5
+ - name: index
6
+ dtype: string
7
+ - name: category
8
+ dtype: string
9
+ - name: instructions
10
+ sequence: string
11
+ - name: responses
12
+ sequence: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 15973503
16
+ num_examples: 15015
17
+ download_size: 9056298
18
+ dataset_size: 15973503
19
  ---