liuyanchen1015 commited on
Commit
6e69ccf
1 Parent(s): b6e2714

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: sentence-glue
5
+ dtype: string
6
+ - name: sentence-glue-html
7
+ dtype: string
8
+ - name: sentence
9
+ dtype: string
10
+ - name: sentence-ass
11
+ dtype: int64
12
+ - name: sentence-been_done
13
+ dtype: int64
14
+ - name: sentence-dey_it
15
+ dtype: int64
16
+ - name: sentence-drop_aux
17
+ dtype: int64
18
+ - name: sentence-got
19
+ dtype: int64
20
+ - name: sentence-lexical
21
+ dtype: int64
22
+ - name: sentence-negative_concord
23
+ dtype: int64
24
+ - name: sentence-negative_inversion
25
+ dtype: int64
26
+ - name: sentence-null_genetive
27
+ dtype: int64
28
+ - name: sentence-null_relcl
29
+ dtype: int64
30
+ - name: sentence-total
31
+ dtype: int64
32
+ - name: sentence-uninflect
33
+ dtype: int64
34
+ splits:
35
+ - name: test
36
+ num_bytes: 4493287
37
+ num_examples: 2891
38
+ - name: train
39
+ num_bytes: 38101936
40
+ num_examples: 23754
41
+ - name: validation
42
+ num_bytes: 3962066
43
+ num_examples: 2411
44
+ download_size: 24290252
45
+ dataset_size: 46557289
46
+ ---
47
+ # Dataset Card for "wikitext2_VALUE"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)