Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
dccd52e
1 Parent(s): bc14321

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -70
dataset_infos.json DELETED
@@ -1,70 +0,0 @@
1
- {
2
- "squad_v2": {
3
- "description": "combines the 100,000 questions in SQuAD1.1 with over 50,000 unanswerable questions written adversarially by crowdworkers\n to look similar to answerable ones. To do well on SQuAD2.0, systems must not only answer questions when possible, but\n also determine when no answer is supported by the paragraph and abstain from answering.\n",
4
- "citation": "@article{2016arXiv160605250R,\n author = {{Rajpurkar}, Pranav and {Zhang}, Jian and {Lopyrev},\n Konstantin and {Liang}, Percy},\n title = \"{SQuAD: 100,000+ Questions for Machine Comprehension of Text}\",\n journal = {arXiv e-prints},\n year = 2016,\n eid = {arXiv:1606.05250},\n pages = {arXiv:1606.05250},\narchivePrefix = {arXiv},\n eprint = {1606.05250},\n}\n",
5
- "homepage": "https://rajpurkar.github.io/SQuAD-explorer/",
6
- "license": "",
7
- "features": {
8
- "id": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "title": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "context": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "question": {
21
- "dtype": "string",
22
- "_type": "Value"
23
- },
24
- "answers": {
25
- "feature": {
26
- "text": {
27
- "dtype": "string",
28
- "_type": "Value"
29
- },
30
- "answer_start": {
31
- "dtype": "int32",
32
- "_type": "Value"
33
- }
34
- },
35
- "_type": "Sequence"
36
- }
37
- },
38
- "task_templates": [
39
- {
40
- "task": "question-answering-extractive"
41
- }
42
- ],
43
- "builder_name": "squad_v2",
44
- "dataset_name": "squad_v2",
45
- "config_name": "squad_v2",
46
- "version": {
47
- "version_str": "2.0.0",
48
- "major": 2,
49
- "minor": 0,
50
- "patch": 0
51
- },
52
- "splits": {
53
- "train": {
54
- "name": "train",
55
- "num_bytes": 116732025,
56
- "num_examples": 130319,
57
- "dataset_name": null
58
- },
59
- "validation": {
60
- "name": "validation",
61
- "num_bytes": 11661091,
62
- "num_examples": 11873,
63
- "dataset_name": null
64
- }
65
- },
66
- "download_size": 17720493,
67
- "dataset_size": 128393116,
68
- "size_in_bytes": 146113609
69
- }
70
- }