yunosuke-github commited on
Commit
a680d24
1 Parent(s): 573dad3
Files changed (1) hide show
  1. dataset_info.json +0 -58
dataset_info.json DELETED
@@ -1,58 +0,0 @@
1
- {
2
- "viewer": false,
3
- "description": "Stanford Question Answering Dataset (SQuAD) is a reading comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles, where the answer to every question is a segment of text, or span, from the corresponding reading passage, or the question might be unanswerable.\n",
4
- "citation": "",
5
- "homepage": "",
6
- "license": "",
7
- "features": {
8
- "id": {
9
- "dtype": "int64",
10
- "_type": "Value"
11
- },
12
- "text": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "label": {
17
- "dtype": "int64",
18
- "_type": "Value"
19
- }
20
- },
21
- "splits": {
22
- "train": {
23
- "name": "train",
24
- "num_bytes": 899936,
25
- "num_examples": 8476,
26
- "dataset_name": "parquet"
27
- },
28
- "validation": {
29
- "name": "validation",
30
- "num_bytes": 52931,
31
- "num_examples": 497,
32
- "dataset_name": "parquet"
33
- },
34
- "test": {
35
- "name": "test",
36
- "num_bytes": 110077,
37
- "num_examples": 1002,
38
- "dataset_name": "parquet"
39
- }
40
- },
41
- "download_checksums": {
42
- "https://huggingface.co/datasets/yunosuken/sentiment-train/resolve/6becbc3ef39b467675662a4036d5d3004959d06f/data/train-00000-of-00001-c9a7e166e461a704.parquet": {
43
- "num_bytes": 505435,
44
- "checksum": null
45
- },
46
- "https://huggingface.co/datasets/yunosuken/sentiment-train/resolve/6becbc3ef39b467675662a4036d5d3004959d06f/data/validation-00000-of-00001-a1d309c97d56d752.parquet": {
47
- "num_bytes": 31688,
48
- "checksum": null
49
- },
50
- "https://huggingface.co/datasets/yunosuken/sentiment-train/resolve/6becbc3ef39b467675662a4036d5d3004959d06f/data/test-00000-of-00001-840fbd7ab4ee10ee.parquet": {
51
- "num_bytes": 64116,
52
- "checksum": null
53
- }
54
- },
55
- "download_size": 601239,
56
- "dataset_size": 1062944,
57
- "size_in_bytes": 1664183
58
- }