Datasets:

Tasks:
Other
Languages:
English
Multilinguality:
monolingual
Size Categories:
100M<n<1B
ArXiv:
Tags:
License:
This view is limited to 50 files because it contains too many changes.  See the raw diff here.
Files changed (50) hide show
  1. P3.py +0 -202
  2. README.md +0 -0
  3. _tfrecord_example_pb2.py +0 -3
  4. adversarial_qa_dbert_answer_the_following_q/train-00000-of-00001.parquet +3 -0
  5. adversarial_qa_dbert_answer_the_following_q/validation-00000-of-00001.parquet +3 -0
  6. adversarial_qa_dbert_based_on/train-00000-of-00001.parquet +3 -0
  7. adversarial_qa_dbert_based_on/validation-00000-of-00001.parquet +3 -0
  8. adversarial_qa_dbert_generate_question/test-00000-of-00001.parquet +3 -0
  9. adversarial_qa_dbert_generate_question/train-00000-of-00001.parquet +3 -0
  10. adversarial_qa_dbert_generate_question/validation-00000-of-00001.parquet +3 -0
  11. adversarial_qa_dbert_question_context_answer/train-00000-of-00001.parquet +3 -0
  12. adversarial_qa_dbert_question_context_answer/validation-00000-of-00001.parquet +3 -0
  13. adversarial_qa_dbert_tell_what_it_is/train-00000-of-00001.parquet +3 -0
  14. adversarial_qa_dbert_tell_what_it_is/validation-00000-of-00001.parquet +3 -0
  15. adversarial_qa_dbidaf_answer_the_following_q/train-00000-of-00001.parquet +3 -0
  16. adversarial_qa_dbidaf_answer_the_following_q/validation-00000-of-00001.parquet +3 -0
  17. adversarial_qa_dbidaf_based_on/train-00000-of-00001.parquet +3 -0
  18. adversarial_qa_dbidaf_based_on/validation-00000-of-00001.parquet +3 -0
  19. adversarial_qa_dbidaf_generate_question/test-00000-of-00001.parquet +3 -0
  20. adversarial_qa_dbidaf_generate_question/train-00000-of-00001.parquet +3 -0
  21. adversarial_qa_dbidaf_generate_question/validation-00000-of-00001.parquet +3 -0
  22. adversarial_qa_dbidaf_question_context_answer/train-00000-of-00001.parquet +3 -0
  23. adversarial_qa_dbidaf_question_context_answer/validation-00000-of-00001.parquet +3 -0
  24. adversarial_qa_dbidaf_tell_what_it_is/train-00000-of-00001.parquet +3 -0
  25. adversarial_qa_dbidaf_tell_what_it_is/validation-00000-of-00001.parquet +3 -0
  26. adversarial_qa_droberta_answer_the_following_q/train-00000-of-00001.parquet +3 -0
  27. adversarial_qa_droberta_answer_the_following_q/validation-00000-of-00001.parquet +3 -0
  28. adversarial_qa_droberta_based_on/train-00000-of-00001.parquet +3 -0
  29. adversarial_qa_droberta_based_on/validation-00000-of-00001.parquet +3 -0
  30. adversarial_qa_droberta_generate_question/test-00000-of-00001.parquet +3 -0
  31. adversarial_qa_droberta_generate_question/train-00000-of-00001.parquet +3 -0
  32. adversarial_qa_droberta_generate_question/validation-00000-of-00001.parquet +3 -0
  33. adversarial_qa_droberta_question_context_answer/train-00000-of-00001.parquet +3 -0
  34. adversarial_qa_droberta_question_context_answer/validation-00000-of-00001.parquet +3 -0
  35. adversarial_qa_droberta_tell_what_it_is/train-00000-of-00001.parquet +3 -0
  36. adversarial_qa_droberta_tell_what_it_is/validation-00000-of-00001.parquet +3 -0
  37. ag_news_classify/test-00000-of-00001.parquet +3 -0
  38. ag_news_classify/train-00000-of-00001.parquet +3 -0
  39. ag_news_classify_question_first/test-00000-of-00001.parquet +3 -0
  40. ag_news_classify_question_first/train-00000-of-00001.parquet +3 -0
  41. ag_news_classify_with_choices/test-00000-of-00001.parquet +3 -0
  42. ag_news_classify_with_choices/train-00000-of-00001.parquet +3 -0
  43. ag_news_classify_with_choices_question_first/test-00000-of-00001.parquet +3 -0
  44. ag_news_classify_with_choices_question_first/train-00000-of-00001.parquet +3 -0
  45. ag_news_recommend/test-00000-of-00001.parquet +3 -0
  46. ag_news_recommend/train-00000-of-00001.parquet +3 -0
  47. ag_news_which_section/test-00000-of-00001.parquet +3 -0
  48. ag_news_which_section/train-00000-of-00001.parquet +3 -0
  49. ag_news_which_section_choices/test-00000-of-00001.parquet +3 -0
  50. ag_news_which_section_choices/train-00000-of-00001.parquet +3 -0
P3.py DELETED
@@ -1,202 +0,0 @@
1
- # coding=utf-8
2
- # Copyright 2020 BigScience Contributors.
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
- """P3 (Public Pool of Prompts)"""
16
-
17
- import os
18
-
19
- import google.protobuf as _protobuf # From: protobuf
20
-
21
- import datasets
22
-
23
- from ._tfrecord_example_pb2 import SequenceExample
24
- from .io_utils import iterate_tfrecord_file, parse_tfrecord_sequence_example
25
- from .tasks_splits_and_features import _TASK_SPLITS_AND_FEATURES_DICT
26
-
27
-
28
- _CITATION = """@misc{sanh2021multitask,
29
- title={Multitask Prompted Training Enables Zero-Shot Task Generalization},
30
- author={Victor Sanh and Albert Webson and Colin Raffel and Stephen H. Bach and Lintang Sutawika and Zaid Alyafeai and Antoine Chaffin and Arnaud Stiegler and Teven Le Scao and Arun Raja and Manan Dey and M Saiful Bari and Canwen Xu and Urmish Thakker and Shanya Sharma Sharma and Eliza Szczechla and Taewoon Kim and Gunjan Chhablani and Nihal Nayak and Debajyoti Datta and Jonathan Chang and Mike Tian-Jian Jiang and Han Wang and Matteo Manica and Sheng Shen and Zheng Xin Yong and Harshit Pandey and Rachel Bawden and Thomas Wang and Trishala Neeraj and Jos Rozen and Abheesht Sharma and Andrea Santilli and Thibault Fevry and Jason Alan Fries and Ryan Teehan and Stella Biderman and Leo Gao and Tali Bers and Thomas Wolf and Alexander M. Rush},
31
- year={2021},
32
- eprint={2110.08207},
33
- archivePrefix={arXiv},
34
- primaryClass={cs.LG}
35
- }"""
36
-
37
- _DESCRIPTION = """\
38
- P3 (Public Pool of Prompts) is a collection of prompted English datasets covering a diverse set of NLP tasks. A prompt is the combination of an input template and a target template. The templates are functions mapping a data example into natural language for the input and target sequences. For example, in the case of an NLI dataset, the data example would include fields for *Premise, Hypothesis, Label*. An input template would be *If {Premise} is true, is it also true that {Hypothesis}?*, whereas a target template can be defined with the label choices *Choices[label]*. Here *Choices* is prompt-specific metadata that consists of the options *yes, maybe, no* corresponding to *label* being entailment (0), neutral (1) or contradiction (2).
39
-
40
- Prompts are collected using [Promptsource](https://github.com/bigscience-workshop/promptsource), an interface to interactively write prompts on datasets, and collect prompt-specific metadata such as evaluation metrics. As of October 13th, there are 2'000 prompts collected for 270+ data(sub)sets. The collection of prompts of P3 is publicly available on [Promptsource](https://github.com/bigscience-workshop/promptsource).
41
-
42
- To train [T0*](https://huggingface.co/bigscience/T0pp), we used a subset of the prompts available in Promptsource (see details [here](https://huggingface.co/bigscience/T0pp#training-data)). However, some of the prompts use `random.choice`, a method that selects uniformly at random an option in a list of valid possibilities. For reproducibility purposes, we release the collection of prompted examples used to train T0*. **The data available here are the materialized version of the prompted datasets used in [Multitask Prompted Training Enables Zero-Shot Task Generalization](https://arxiv.org/abs/2110.08207) which represent only a subset of the datasets for which there is at least one prompt in Promptsource.**
43
- """
44
-
45
- _LICENSE = "Apache License 2.0"
46
-
47
- _HOMEPAGE = "https://github.com/bigscience-workshop/promptsource"
48
-
49
- _DATA_PATH = "data"
50
-
51
- logger = datasets.logging.get_logger(__name__)
52
-
53
- _URLs = {
54
- task_name: {
55
- split_name: [
56
- os.path.join(
57
- _DATA_PATH, task_name, split_name + ".tfrecord-00000-of-00001"
58
- ), # TODO -> handle multiple shards
59
- ]
60
- for split_name in splits_and_features_dict["splits"]
61
- }
62
- for task_name, splits_and_features_dict in _TASK_SPLITS_AND_FEATURES_DICT.items()
63
- }
64
-
65
-
66
- class P3Config(datasets.BuilderConfig):
67
- """BuilderConfig for P3."""
68
-
69
- def __init__(self, splits, features_dict, score_eval, **kwargs):
70
- """BuilderConfig for P3.
71
-
72
- Args:
73
- splits: `List[str]`, the lists of splits which are available for this task
74
- features_dict: `dict`, the dict of features for this task
75
- score_eval: `bool`, whether this is task formulated as a rank classification problem
76
- **kwargs: keyword arguments forwarded to super.
77
- """
78
- # Version history:
79
- # 0.1 initial commit
80
- super(P3Config, self).__init__(version=datasets.Version("0.1.0"), **kwargs)
81
- self.splits = splits
82
- self.features_dict = features_dict
83
- self.score_eval = score_eval
84
-
85
-
86
- class P3(datasets.GeneratorBasedBuilder):
87
- """Subset of P3 used in `Multitask Prompted Training Enables Zero-Shot Task Generalization`"""
88
-
89
- BUILDER_CONFIGS = [
90
- P3Config(
91
- name=task_name,
92
- splits=splits_and_features_dict["splits"],
93
- features_dict=splits_and_features_dict["features_dict"],
94
- score_eval=task_name.endswith("score_eval"),
95
- )
96
- for task_name, splits_and_features_dict in _TASK_SPLITS_AND_FEATURES_DICT.items()
97
- ]
98
-
99
- def _info(self):
100
- # All features available are: 'inputs', 'inputs_pretokenized', 'targets',
101
- # 'targets_pretokenized', 'idx', 'is_correct', 'weight', and 'answer_choices'
102
- _FEAT_MAPPING = {
103
- "answer_choices": datasets.Sequence(datasets.Value("string")),
104
- "inputs": datasets.Sequence(datasets.Value("int32")),
105
- "inputs_pretokenized": datasets.Value("string"),
106
- "targets": datasets.Sequence(datasets.Value("int32")),
107
- "targets_pretokenized": datasets.Value("string"),
108
- "idx": datasets.Sequence(datasets.Value("int32")),
109
- "weight": datasets.Value("float32"),
110
- "is_correct": datasets.Value("bool"),
111
- }
112
-
113
- features = {feat_name: _FEAT_MAPPING[feat_name] for feat_name in self.config.features_dict.keys()}
114
- return datasets.DatasetInfo(
115
- description=_DESCRIPTION,
116
- features=datasets.Features(features),
117
- supervised_keys=None,
118
- homepage=_HOMEPAGE,
119
- citation=_CITATION,
120
- license=_LICENSE,
121
- )
122
-
123
- def _split_generators(self, dl_manager):
124
- split_generators = []
125
- data_dir = dl_manager.download(_URLs[self.config.name])
126
- if "train" in self.config.splits:
127
- split_name = "train"
128
- split_generators.append(
129
- datasets.SplitGenerator(
130
- name=datasets.Split.TRAIN,
131
- gen_kwargs={
132
- "tfrecord_files": data_dir[split_name],
133
- },
134
- )
135
- )
136
- if "validation" in self.config.splits:
137
- split_name = "validation"
138
- split_generators.append(
139
- datasets.SplitGenerator(
140
- name=datasets.Split.VALIDATION,
141
- gen_kwargs={
142
- "tfrecord_files": data_dir[split_name],
143
- },
144
- )
145
- )
146
- if "test" in self.config.splits:
147
- split_name = "test"
148
- split_generators.append(
149
- datasets.SplitGenerator(
150
- name=datasets.Split.TEST,
151
- gen_kwargs={
152
- "tfrecord_files": data_dir[split_name],
153
- },
154
- )
155
- )
156
- # Handle splits that are not train, validation or test
157
- special_splits = set(self.config.splits) - set(["train", "validation", "test"])
158
- for special_split_name in special_splits:
159
- split_generators.append(
160
- datasets.SplitGenerator(
161
- name=datasets.Split(special_split_name),
162
- gen_kwargs={
163
- "tfrecord_files": data_dir[special_split_name],
164
- },
165
- )
166
- )
167
- return split_generators
168
-
169
- def _generate_examples(self, tfrecord_files):
170
- """This function returns the examples in the raw (text) form."""
171
- _POST_PROC_FUNCTIONS = {
172
- "answer_choices": lambda x: [choice.decode("utf-8") for choice in x],
173
- "inputs": lambda x: x.tolist(),
174
- "inputs_pretokenized": lambda x: x[0].decode("utf-8"),
175
- "targets": lambda x: x.tolist(),
176
- "targets_pretokenized": lambda x: x[0].decode("utf-8"),
177
- "idx": lambda x: x.tolist(),
178
- "weight": lambda x: float(x),
179
- "is_correct": lambda x: x,
180
- }
181
-
182
- def _prepare_col_spec(shape, dtype):
183
- if dtype in ("int32", "bool"):
184
- # int32 and bool are stored as int64 in the tf.train.Example protobuf.
185
- dtype = "int64"
186
- elif dtype == "string":
187
- dtype = "str"
188
- if shape and shape[0] is None:
189
- shape = (-1, *shape[1:])
190
- return (shape, dtype)
191
-
192
- spec = {k: _prepare_col_spec(**v) for k, v in self.config.features_dict.items()}
193
- idx = 0
194
- for tfrecord_file in tfrecord_files:
195
- with open(tfrecord_file, "rb") as f:
196
- for example_bytes in iterate_tfrecord_file(f):
197
- example = SequenceExample()
198
- example.ParseFromString(example_bytes)
199
- example = parse_tfrecord_sequence_example(example, spec)
200
- example = {k: _POST_PROC_FUNCTIONS[k](v) for k, v in example.items()}
201
- yield idx, example
202
- idx += 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md CHANGED
The diff for this file is too large to render. See raw diff
 
_tfrecord_example_pb2.py DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:50e227d1c6e389901c2ec71b36b8d73b0b7711b14c42962a837f01c197056f2c
3
- size 21378
 
 
 
 
adversarial_qa_dbert_answer_the_following_q/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6d997d8fd12081e20b4eb2ccc46b81407eeaca524b1817eca4b77714e1dcd3f
3
+ size 5719540
adversarial_qa_dbert_answer_the_following_q/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa53146cdea45e86e7f4a0f0c44a62b6a9c3adeb0bf02c47397b0f66dbe525c0
3
+ size 569101
adversarial_qa_dbert_based_on/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c04d974a5121921c59942a21a8bd83aa30c4879fb52fa21ef72fadb6eb1c6379
3
+ size 5642584
adversarial_qa_dbert_based_on/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:606d3a6cf005b546426e016db7c4ad1c50d3e2a13d368959fb755be466a0aaef
3
+ size 564160
adversarial_qa_dbert_generate_question/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:454079f0e5dbe88d9bfee8cd917b0d3edd9ff973e905da925d26d0b5dceadbea
3
+ size 539687
adversarial_qa_dbert_generate_question/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc0081ce07137b78183b928db327fc5512e6920ad64c4bad9b3551f3b82e5084
3
+ size 4843021
adversarial_qa_dbert_generate_question/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6932eee328f8c45df4dd49c7abb99ead318a5e062a384f2e046b73c971bb6cb8
3
+ size 499896
adversarial_qa_dbert_question_context_answer/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ef573061ed2e59242a6dbcc2c28d1380182c2fba058a16c7ba9854eec434440
3
+ size 5617573
adversarial_qa_dbert_question_context_answer/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dad11d088cc9dc8e74d0304beebbce110145566c18d42faf4f68b476238c4f47
3
+ size 562790
adversarial_qa_dbert_tell_what_it_is/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56bde5478a9e49b0354a9bc3881665f4d18ef0f77e40b3694224deff5eabdd86
3
+ size 5701291
adversarial_qa_dbert_tell_what_it_is/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78e1c91a7e1967356274a830879191f0fa4970f538f54d15c609e7f37948f786
3
+ size 575429
adversarial_qa_dbidaf_answer_the_following_q/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57c429ad8ac739bfce676e966399adc3639ea6788f4359d0b69af2d6d17ec443
3
+ size 5756215
adversarial_qa_dbidaf_answer_the_following_q/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3b65ef122542f013c480254a9777d9d93d443f6bb13feb26ff6a6740616c987
3
+ size 565455
adversarial_qa_dbidaf_based_on/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9c174c2499fc4dfc7ac388fd009f2ff8e0fcc57bfbdfe41ce6e023923e07c07
3
+ size 5668913
adversarial_qa_dbidaf_based_on/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11d51e8b7de2f079cdc2f437f127e298bcf1e0f76eba851fcb5c706b66d5bc84
3
+ size 578678
adversarial_qa_dbidaf_generate_question/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:487ecba5e2a21b33fd6ac655a264d68a4590f0e047210cdc94ea1e0a14ae1dad
3
+ size 555638
adversarial_qa_dbidaf_generate_question/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2df2aa07d46b7dabd1613f7c60d5d029eb2d8cec7b490187dfab77a9596e416e
3
+ size 4933733
adversarial_qa_dbidaf_generate_question/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81bcbc8400d9d0ef57b709d1228eac6c12d2d1efeec0db43c191caa60ed83555
3
+ size 494486
adversarial_qa_dbidaf_question_context_answer/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c522c9b11648421658d604b9be5e97bbf997c2a3289116ffa25f2b3e2a132e0
3
+ size 5721765
adversarial_qa_dbidaf_question_context_answer/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00dbe0cd03cb30c453030124525b61c1cf056f9f60be8bdece4ea3a2e67b7d36
3
+ size 571041
adversarial_qa_dbidaf_tell_what_it_is/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:529cfcd051c89aef2dbc5d8a4d434da86775de3468871b785decfb63f3166584
3
+ size 5687779
adversarial_qa_dbidaf_tell_what_it_is/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c557ce7943b246c78c0c327bdfe0ba8c67c9aeb15d09e3f13a3bfa53a02c931f
3
+ size 563124
adversarial_qa_droberta_answer_the_following_q/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed3280ea2015a12f2564ca748447ff2ba82e384c7fb6fbdd4aa1a4ba0664dd58
3
+ size 5663284
adversarial_qa_droberta_answer_the_following_q/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39bc5677aa6f311db5affb7d2e57460116d27e9a8c5b5514fc180ae055dd5234
3
+ size 560155
adversarial_qa_droberta_based_on/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be1a98fc3abcc1a894b7bce1eb58499e7b13f5ef69a93d2c75cb2ec827e62326
3
+ size 5654644
adversarial_qa_droberta_based_on/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33e2bbd352947919dd9a23526558d9c4a210f2bf007a04c50ab189617e832d1b
3
+ size 548257
adversarial_qa_droberta_generate_question/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:996e0ab8ad8f80987b96c96963bf1092b43dc784828394a925908b32d5b4790d
3
+ size 527299
adversarial_qa_droberta_generate_question/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3db2e27c993b3089f7fd3f7374f6a0cea885d850d97b5ea7bf13358080b6cd54
3
+ size 4901167
adversarial_qa_droberta_generate_question/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f99ec339dbdf3d13d98aa317137d3c022fd31f1051018e8f0f3b92d2803360b
3
+ size 500167
adversarial_qa_droberta_question_context_answer/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:600de6fd91e7f6673f3dd04fcd9147c89f516ebf5209651676d3f5b9db0cb7e4
3
+ size 5613934
adversarial_qa_droberta_question_context_answer/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8575550bc72b8cb76d11ace0a5ee28b9e389442db06e7cef046bac966f82fa08
3
+ size 579852
adversarial_qa_droberta_tell_what_it_is/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:079072ddfdbb8b7e781d7581b2b5eaf8193ce2240633a947553332f310cd0e1c
3
+ size 5597195
adversarial_qa_droberta_tell_what_it_is/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ee92a0e7657a6bf15f9906b93f8a6767fac30cb0450d039b717b2d453f23fa9
3
+ size 554962
ag_news_classify/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee1413c2e56bf08299f687224ea944a606affc0c99a67406b77453abae3bf2c3
3
+ size 2330963
ag_news_classify/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef38cac3b6f74362f7ba1f167bb7fb9c107c7a952685cea9d0bf6674c9dd07d
3
+ size 35173577
ag_news_classify_question_first/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f7f14830f6422fe7d1420538fa001840b33a6da438e462f7dd3ab81330d04d3
3
+ size 2324682
ag_news_classify_question_first/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3aa084fa81d119ad3c4a817c2f7282e2f7341a28633df0bec30f40aa202e816
3
+ size 34986982
ag_news_classify_with_choices/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a3b5376747f9a8059501b693a0dca38e3be43872b9aecf97d08eb7feac5ebee
3
+ size 2381975
ag_news_classify_with_choices/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dfdc45cd588066eb319c8d68517d46bcf4e0e7c02169e1df53a148ed3742379
3
+ size 35995211
ag_news_classify_with_choices_question_first/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:812f48e4eb5f90bb3cf25a7e625c21e56e123f731b10764ae8d3c3e45ddeb584
3
+ size 2385273
ag_news_classify_with_choices_question_first/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0884bf2762018cbeacbabb1d9a3fabc0ffe1d63223b3d9087df979e59a2922ad
3
+ size 35933365
ag_news_recommend/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f98c236e40e73751ec44edfc3c070cc0b0c12f5bda2ca5af42ba6ea5d4c9e0d7
3
+ size 2388270
ag_news_recommend/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2498be681c8821acfcb9e803ed45f47bf114c764a27e0f7bb9d9ab89a2610233
3
+ size 35979846
ag_news_which_section/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed2f0b785a11044b33add7970ec5c6cf9e3d0472ad21dbc411c05449ad4c00b6
3
+ size 2356333
ag_news_which_section/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee69aa60cde7c0936938d66d0436303b7d752213c14db8ec65017a815445d606
3
+ size 35537631
ag_news_which_section_choices/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e896fe004f9c7385f016adda53ae4ba4d9c7853c603e7d13addf33eeb5b40db4
3
+ size 2426218
ag_news_which_section_choices/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b20baa2078e934fe6de954975a60add3559ecc695b91833421441a98cabecc97
3
+ size 36741707