carlosejimenez commited on
Commit
0c70b37
·
1 Parent(s): 1bd94b3

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
+ dataset_info:
3
+ features:
4
+ - name: label
5
+ dtype:
6
+ class_label:
7
+ names:
8
+ '0': unacceptable
9
+ '1': acceptable
10
+ - name: text
11
+ dtype: string
12
+ - name: orig_idx
13
+ dtype: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 647338
17
+ num_examples: 8551
18
+ - name: validation
19
+ num_bytes: 80139
20
+ num_examples: 1043
21
+ - name: test
22
+ num_bytes: 80710
23
+ num_examples: 1063
24
+ download_size: 336335
25
+ dataset_size: 808187
26
+ ---
27
+ # Dataset Card for "seq2seq-cola"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)