albertvillanova HF staff commited on
Commit
33cb53c
1 Parent(s): 9d57a64

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -60
dataset_infos.json DELETED
@@ -1,60 +0,0 @@
1
- {
2
- "anli": {
3
- "description": "the Abductive Natural Language Inference Dataset from AI2\n",
4
- "citation": "@InProceedings{anli,\n author = {Chandra, Bhagavatula and Ronan, Le Bras and Chaitanya, Malaviya and Keisuke, Sakaguchi and Ari, Holtzman\n and Hannah, Rashkin and Doug, Downey and Scott, Wen-tau Yih and Yejin, Choi},\n title = {Abductive Commonsense Reasoning},\n year = {2020}\n}",
5
- "homepage": "https://leaderboard.allenai.org/anli/submissions/get-started",
6
- "license": "",
7
- "features": {
8
- "observation_1": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "observation_2": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "hypothesis_1": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "hypothesis_2": {
21
- "dtype": "string",
22
- "_type": "Value"
23
- },
24
- "label": {
25
- "names": [
26
- "0",
27
- "1",
28
- "2"
29
- ],
30
- "_type": "ClassLabel"
31
- }
32
- },
33
- "builder_name": "parquet",
34
- "dataset_name": "art",
35
- "config_name": "anli",
36
- "version": {
37
- "version_str": "0.1.0",
38
- "major": 0,
39
- "minor": 1,
40
- "patch": 0
41
- },
42
- "splits": {
43
- "validation": {
44
- "name": "validation",
45
- "num_bytes": 311146,
46
- "num_examples": 1532,
47
- "dataset_name": null
48
- },
49
- "train": {
50
- "name": "train",
51
- "num_bytes": 33918790,
52
- "num_examples": 169654,
53
- "dataset_name": null
54
- }
55
- },
56
- "download_size": 9191805,
57
- "dataset_size": 34229936,
58
- "size_in_bytes": 43421741
59
- }
60
- }