fujiki commited on
Commit
5ccac73
·
1 Parent(s): b49485a

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: input
8
+ dtype: string
9
+ - name: output
10
+ dtype: string
11
+ - name: index
12
+ dtype: string
13
+ - name: __index_level_0__
14
+ dtype: int64
15
+ splits:
16
+ - name: train
17
+ num_bytes: 34563634
18
+ num_examples: 49332
19
+ download_size: 18704215
20
+ dataset_size: 34563634
21
  ---