3838seungsheon commited on
Commit
1d621e7
1 Parent(s): 9088759

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: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: question
6
+ dtype: string
7
+ - name: answer
8
+ dtype: string
9
+ - name: text
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 7629
14
+ num_examples: 9
15
+ download_size: 10603
16
+ dataset_size: 7629
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
  ---