albertvillanova HF staff commited on
Commit
d14e435
1 Parent(s): 1383163

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -86
dataset_infos.json DELETED
@@ -1,86 +0,0 @@
1
- {
2
- "main": {
3
- "description": "GSM8K (Grade School Math 8K) is a dataset of 8.5K high quality\nlinguistically diverse grade school math word problems. The\ndataset was created to support the task of question answering\non basic mathematical problems that require multi-step reasoning.\n",
4
- "citation": "@misc{cobbe2021training,\n title={Training Verifiers to Solve Math Word Problems},\n author={Karl Cobbe and Vineet Kosaraju and Mohammad Bavarian and Jacob Hilton and Reiichiro Nakano and Christopher Hesse and John Schulman},\n year={2021},\n eprint={2110.14168},\n archivePrefix={arXiv},\n primaryClass={cs.LG}\n}\n",
5
- "homepage": "https://openai.com/blog/grade-school-math",
6
- "license": "MIT",
7
- "features": {
8
- "question": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "answer": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- }
16
- },
17
- "builder_name": "gsm8k",
18
- "dataset_name": "gsm8k",
19
- "config_name": "main",
20
- "version": {
21
- "version_str": "1.1.0",
22
- "major": 1,
23
- "minor": 1,
24
- "patch": 0
25
- },
26
- "splits": {
27
- "train": {
28
- "name": "train",
29
- "num_bytes": 3963202,
30
- "num_examples": 7473,
31
- "dataset_name": null
32
- },
33
- "test": {
34
- "name": "test",
35
- "num_bytes": 713732,
36
- "num_examples": 1319,
37
- "dataset_name": null
38
- }
39
- },
40
- "download_size": 2725633,
41
- "dataset_size": 4676934,
42
- "size_in_bytes": 7402567
43
- },
44
- "socratic": {
45
- "description": "GSM8K (Grade School Math 8K) is a dataset of 8.5K high quality\nlinguistically diverse grade school math word problems. The\ndataset was created to support the task of question answering\non basic mathematical problems that require multi-step reasoning.\n",
46
- "citation": "@misc{cobbe2021training,\n title={Training Verifiers to Solve Math Word Problems},\n author={Karl Cobbe and Vineet Kosaraju and Mohammad Bavarian and Jacob Hilton and Reiichiro Nakano and Christopher Hesse and John Schulman},\n year={2021},\n eprint={2110.14168},\n archivePrefix={arXiv},\n primaryClass={cs.LG}\n}\n",
47
- "homepage": "https://openai.com/blog/grade-school-math",
48
- "license": "MIT",
49
- "features": {
50
- "question": {
51
- "dtype": "string",
52
- "_type": "Value"
53
- },
54
- "answer": {
55
- "dtype": "string",
56
- "_type": "Value"
57
- }
58
- },
59
- "builder_name": "gsm8k",
60
- "dataset_name": "gsm8k",
61
- "config_name": "socratic",
62
- "version": {
63
- "version_str": "1.1.0",
64
- "major": 1,
65
- "minor": 1,
66
- "patch": 0
67
- },
68
- "splits": {
69
- "train": {
70
- "name": "train",
71
- "num_bytes": 5198108,
72
- "num_examples": 7473,
73
- "dataset_name": null
74
- },
75
- "test": {
76
- "name": "test",
77
- "num_bytes": 936859,
78
- "num_examples": 1319,
79
- "dataset_name": null
80
- }
81
- },
82
- "download_size": 3164254,
83
- "dataset_size": 6134967,
84
- "size_in_bytes": 9299221
85
- }
86
- }