cfli commited on
Commit
9c485f2
1 Parent(s): 2fb1fa4

Upload dataset (part 00004-of-00005)

Browse files
README.md ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: query
5
+ dtype: string
6
+ - name: pos
7
+ sequence: string
8
+ - name: neg
9
+ sequence: string
10
+ - name: category
11
+ dtype: string
12
+ - name: type
13
+ dtype: string
14
+ - name: prompt
15
+ dtype: string
16
+ - name: pos_scores
17
+ sequence: float32
18
+ - name: neg_scores
19
+ sequence: float32
20
+ splits:
21
+ - name: twenty_news_groups
22
+ num_bytes: 10644197
23
+ num_examples: 11854
24
+ - name: biorxiv_abstract
25
+ num_bytes: 182788819
26
+ num_examples: 4070
27
+ - name: medrxiv_abstract
28
+ num_bytes: 58248376
29
+ num_examples: 1157
30
+ - name: arxiv_title
31
+ num_bytes: 35663445
32
+ num_examples: 20000
33
+ - name: biorxiv_title
34
+ num_bytes: 12121283
35
+ num_examples: 4070
36
+ - name: medrxiv_title
37
+ num_bytes: 3803783
38
+ num_examples: 1157
39
+ - name: toxic_conversations_classification
40
+ num_bytes: 11499650
41
+ num_examples: 25000
42
+ - name: amazon_counterfactual_classification
43
+ num_bytes: 1557984
44
+ num_examples: 3907
45
+ - name: emotion_classification
46
+ num_bytes: 8286968
47
+ num_examples: 14341
48
+ - name: banking_classification
49
+ num_bytes: 13922645
50
+ num_examples: 10003
51
+ - name: amazon_reviews_classification
52
+ num_bytes: 14374654
53
+ num_examples: 20000
54
+ - name: mtop_intent_classification
55
+ num_bytes: 15275262
56
+ num_examples: 15667
57
+ - name: tweet_sentiment_extraction_classification
58
+ num_bytes: 15024620
59
+ num_examples: 27481
60
+ - name: imdb_classification
61
+ num_bytes: 39517198
62
+ num_examples: 25000
63
+ - name: msmarco_passage
64
+ num_bytes: 4895731956
65
+ num_examples: 485823
66
+ - name: hotpotqa
67
+ num_bytes: 767453695
68
+ num_examples: 84516
69
+ - name: msmarco_document
70
+ num_bytes: 81313699404
71
+ num_examples: 367013
72
+ - name: eli5
73
+ num_bytes: 3355861720
74
+ num_examples: 325475
75
+ - name: squad
76
+ num_bytes: 669246050
77
+ num_examples: 87599
78
+ - name: fiqa
79
+ num_bytes: 100997705
80
+ num_examples: 5500
81
+ - name: nq
82
+ num_bytes: 3722757937
83
+ num_examples: 58568
84
+ - name: arguana
85
+ num_bytes: 71238399
86
+ num_examples: 4065
87
+ - name: trivial
88
+ num_bytes: 3872346604
89
+ num_examples: 60315
90
+ - name: fever
91
+ num_bytes: 763259063
92
+ num_examples: 29096
93
+ - name: quora
94
+ num_bytes: 125998058
95
+ num_examples: 60202
96
+ - name: stack_overflow_dup_questions
97
+ num_bytes: 31569385
98
+ num_examples: 19847
99
+ - name: stack_exchange_clusteringP2P
100
+ num_bytes: 396904176
101
+ num_examples: 20000
102
+ - name: reddit_clustering
103
+ num_bytes: 33503316
104
+ num_examples: 20000
105
+ - name: reddit_clusteringP2P
106
+ num_bytes: 356250663
107
+ num_examples: 20000
108
+ - name: stack_exchange_clustering
109
+ num_bytes: 31565041
110
+ num_examples: 20000
111
+ - name: scidocsrr
112
+ num_bytes: 323459083
113
+ num_examples: 12655
114
+ download_size: 56413952528
115
+ dataset_size: 101254571139
116
+ configs:
117
+ - config_name: default
118
+ data_files:
119
+ - split: twenty_news_groups
120
+ path: data/twenty_news_groups-*
121
+ - split: biorxiv_abstract
122
+ path: data/biorxiv_abstract-*
123
+ - split: medrxiv_abstract
124
+ path: data/medrxiv_abstract-*
125
+ - split: arxiv_title
126
+ path: data/arxiv_title-*
127
+ - split: biorxiv_title
128
+ path: data/biorxiv_title-*
129
+ - split: medrxiv_title
130
+ path: data/medrxiv_title-*
131
+ - split: toxic_conversations_classification
132
+ path: data/toxic_conversations_classification-*
133
+ - split: amazon_counterfactual_classification
134
+ path: data/amazon_counterfactual_classification-*
135
+ - split: emotion_classification
136
+ path: data/emotion_classification-*
137
+ - split: banking_classification
138
+ path: data/banking_classification-*
139
+ - split: amazon_reviews_classification
140
+ path: data/amazon_reviews_classification-*
141
+ - split: mtop_intent_classification
142
+ path: data/mtop_intent_classification-*
143
+ - split: tweet_sentiment_extraction_classification
144
+ path: data/tweet_sentiment_extraction_classification-*
145
+ - split: imdb_classification
146
+ path: data/imdb_classification-*
147
+ - split: msmarco_passage
148
+ path: data/msmarco_passage-*
149
+ - split: hotpotqa
150
+ path: data/hotpotqa-*
151
+ - split: msmarco_document
152
+ path: data/msmarco_document-*
153
+ - split: eli5
154
+ path: data/eli5-*
155
+ - split: squad
156
+ path: data/squad-*
157
+ - split: fiqa
158
+ path: data/fiqa-*
159
+ - split: nq
160
+ path: data/nq-*
161
+ - split: arguana
162
+ path: data/arguana-*
163
+ - split: trivial
164
+ path: data/trivial-*
165
+ - split: fever
166
+ path: data/fever-*
167
+ - split: quora
168
+ path: data/quora-*
169
+ - split: stack_overflow_dup_questions
170
+ path: data/stack_overflow_dup_questions-*
171
+ - split: stack_exchange_clusteringP2P
172
+ path: data/stack_exchange_clusteringP2P-*
173
+ - split: reddit_clustering
174
+ path: data/reddit_clustering-*
175
+ - split: reddit_clusteringP2P
176
+ path: data/reddit_clusteringP2P-*
177
+ - split: stack_exchange_clustering
178
+ path: data/stack_exchange_clustering-*
179
+ - split: scidocsrr
180
+ path: data/scidocsrr-*
181
+ ---
data/arguana-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19bda081bc935a7104ebb463a015dc6342c3bf1a23646643aeb33d77b2d295fc
3
+ size 16453949
data/fever-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee418cdb25ab0c1ed54be44e717182ef99f7fb8bd11dbae7c7e712cef7cedc2e
3
+ size 222589587
data/fever-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef59f2c9d17874f7ca0197637ee4d9510262eda48447ec5b6ea68c58b160bdc4
3
+ size 224084277
data/nq-00001-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aaebaf01898c87b55b584ac7166054a8909a7b29ae2ed1fc10283b72ec091ea
3
+ size 262333167
data/nq-00002-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61ec9c6fa8eab5295ddde96e814a1e10a9fa84e56a7f94bb84f9ca576bee22de
3
+ size 262517008
data/nq-00003-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47d873986d82284a6526e440e05b9e89f50a050e5d76b6bdceae36fcce8f6526
3
+ size 262800901
data/nq-00004-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84b5940c8b7e9a579bdd136ea4d05d1736c48ff9f9ce40de5889cbf0bfe17114
3
+ size 262850784
data/nq-00005-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b7e7b9a553851d3191269a3a14f08eb769956b719c433842d89a2c655a3cb43
3
+ size 262572126
data/nq-00006-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64ceff11048096d81e9451f1a64501b42a28d3a72e29b4b09450d17dcc86bdc5
3
+ size 262646914
data/nq-00007-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a00228021386eec5033ed84321b2e9b167417347a92fd06897aad742616ab7ca
3
+ size 262567711
data/quora-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3004e2c54cfe2d8304474420b2e8ba7803af2a849fc8d1fda69a47a54955b88
3
+ size 61164380
data/reddit_clustering-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36ac0f95d9710ca8467232c4e3c58a699947c7d5db1a4a3ad8b73c5e79e05be8
3
+ size 23169919
data/reddit_clusteringP2P-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cc5be6c8c8cf47b38266df32dbf16e01b6b3d56cbddf524aea55a41bb630dd2
3
+ size 223216448
data/scidocsrr-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce57d456ec79098c1ac3d241a0567561550b8498b841ef13c0a9601ce62d1c9
3
+ size 183790618
data/stack_exchange_clustering-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbe69e041781ea23e47c5b199d49095c5558b3e6c780cbfe2ca3be9092270132
3
+ size 21029534
data/stack_exchange_clusteringP2P-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41e6b07ca7d04a4ed3455069bd2730fb5e17225e3af19505a910517904d32755
3
+ size 234455675
data/stack_overflow_dup_questions-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70d48e6cb50b0c38fd597f4246dd163e6ef506efa3dd360b38f31ee74789591c
3
+ size 15203148
data/trivial-00000-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e6515133d7252390450c650351127b23d78d3ac1cc5e2b884331ff9b6551922
3
+ size 258101305
data/trivial-00001-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f09b7bbf250f8bd0190be9f91ee2e730ca467834a560c889e6b195b2adfa1a8
3
+ size 258540107
data/trivial-00002-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc0c4084e3fb7a4a5dde3f7914693fd5d05e93e8f9029c4e8bf5517011e8e59f
3
+ size 260965022
data/trivial-00003-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2548a2792c33c06d7d8483a5fc1fce51dcd5c97663dde6d8171be3dbc5c391ee
3
+ size 260237376
data/trivial-00004-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b4f3cf06af7d6fe72f9b065baefbb36cdb5f9ef9cd9781685b0aa5f0288c54
3
+ size 257980209
data/trivial-00005-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:080ae200eaf46b74ac47a407ebef98e49535fe5dc47da59ad5b2f131f7cfee83
3
+ size 257226476
data/trivial-00006-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00ee4dd33283c3bb433c3943ec3c2249e3340577ca1d2c40ee8c67c93a97f502
3
+ size 257873282
data/trivial-00007-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48baf6fa03b1255cdf30236a232aff535cd41459497cae62e0411a74d4cc4d0f
3
+ size 258554954