Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
yslim0726 commited on
Commit
2529e73
1 Parent(s): ec6622f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: data_index_by_user
12
+ dtype: int32
13
+ - name: question
14
+ dtype: string
15
+ - name: answer
16
+ sequence: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 8520218
20
+ num_examples: 87925
21
+ - name: validation
22
+ num_bytes: 394518
23
+ num_examples: 3610
24
+ download_size: 5925491
25
+ dataset_size: 8914736
26
+ ---
27
+ # Dataset Card for "kor_nq_open"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)