Datasets:

Sub-tasks:
extractive-qa
Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
ArXiv:
Tags:
conversational-qa
License:
albertvillanova HF staff commited on
Commit
06bdab8
1 Parent(s): 9df4273

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -68
dataset_infos.json DELETED
@@ -1,68 +0,0 @@
1
- {
2
- "default": {
3
- "description": "CoQA: A Conversational Question Answering Challenge\n",
4
- "citation": "@article{reddy-etal-2019-coqa,\n title = \"{C}o{QA}: A Conversational Question Answering Challenge\",\n author = \"Reddy, Siva and\n Chen, Danqi and\n Manning, Christopher D.\",\n journal = \"Transactions of the Association for Computational Linguistics\",\n volume = \"7\",\n year = \"2019\",\n address = \"Cambridge, MA\",\n publisher = \"MIT Press\",\n url = \"https://aclanthology.org/Q19-1016\",\n doi = \"10.1162/tacl_a_00266\",\n pages = \"249--266\",\n}\n",
5
- "homepage": "https://stanfordnlp.github.io/coqa/",
6
- "license": "",
7
- "features": {
8
- "source": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "story": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "questions": {
17
- "feature": {
18
- "dtype": "string",
19
- "_type": "Value"
20
- },
21
- "_type": "Sequence"
22
- },
23
- "answers": {
24
- "feature": {
25
- "input_text": {
26
- "dtype": "string",
27
- "_type": "Value"
28
- },
29
- "answer_start": {
30
- "dtype": "int32",
31
- "_type": "Value"
32
- },
33
- "answer_end": {
34
- "dtype": "int32",
35
- "_type": "Value"
36
- }
37
- },
38
- "_type": "Sequence"
39
- }
40
- },
41
- "builder_name": "coqa",
42
- "dataset_name": "coqa",
43
- "config_name": "default",
44
- "version": {
45
- "version_str": "1.0.0",
46
- "major": 1,
47
- "minor": 0,
48
- "patch": 0
49
- },
50
- "splits": {
51
- "train": {
52
- "name": "train",
53
- "num_bytes": 17953365,
54
- "num_examples": 7199,
55
- "dataset_name": null
56
- },
57
- "validation": {
58
- "name": "validation",
59
- "num_bytes": 1223427,
60
- "num_examples": 500,
61
- "dataset_name": null
62
- }
63
- },
64
- "download_size": 12187487,
65
- "dataset_size": 19176792,
66
- "size_in_bytes": 31364279
67
- }
68
- }