Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
yslim0726 commited on
Commit
0a1a7f9
1 Parent(s): 8b07ab1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: cola
4
+ features:
5
+ - name: data_index_by_user
6
+ dtype: int32
7
+ - name: label
8
+ dtype: int32
9
+ - name: sentence
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 569511
14
+ num_examples: 8551
15
+ - name: validation
16
+ num_bytes: 72661
17
+ num_examples: 1043
18
+ - name: test
19
+ num_bytes: 72979
20
+ num_examples: 1063
21
+ download_size: 381894
22
+ dataset_size: 715151
23
+ configs:
24
+ - config_name: cola
25
+ data_files:
26
+ - split: train
27
+ path: cola/train-*
28
+ - split: validation
29
+ path: cola/validation-*
30
+ - split: test
31
+ path: cola/test-*
32
+ ---
33
+ # Dataset Card for "kor_glue"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)