sampoo00 commited on
Commit
90e8cb6
1 Parent(s): bea22bf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: instruction
6
+ dtype: string
7
+ - name: output
8
+ dtype: string
9
+ - name: input
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 7274
14
+ num_examples: 32
15
+ download_size: 4618
16
+ dataset_size: 7274
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
  ---