albertvillanova HF staff commited on
Commit
2c868b8
1 Parent(s): 25fb041

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -34,7 +34,7 @@ dataset_info:
34
  - name: test
35
  num_bytes: 713732
36
  num_examples: 1319
37
- download_size: 4915944
38
  dataset_size: 4676934
39
  - config_name: socratic
40
  features:
@@ -51,6 +51,13 @@ dataset_info:
51
  num_examples: 1319
52
  download_size: 6374717
53
  dataset_size: 6134967
 
 
 
 
 
 
 
54
  ---
55
 
56
  # Dataset Card for GSM8K
 
34
  - name: test
35
  num_bytes: 713732
36
  num_examples: 1319
37
+ download_size: 2725633
38
  dataset_size: 4676934
39
  - config_name: socratic
40
  features:
 
51
  num_examples: 1319
52
  download_size: 6374717
53
  dataset_size: 6134967
54
+ configs:
55
+ - config_name: main
56
+ data_files:
57
+ - split: train
58
+ path: main/train-*
59
+ - split: test
60
+ path: main/test-*
61
  ---
62
 
63
  # Dataset Card for GSM8K
dataset_infos.json CHANGED
@@ -1 +1,102 @@
1
- {"main": {"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", "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", "homepage": "https://openai.com/blog/grade-school-math", "license": "MIT", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "gsm8k", "config_name": "main", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3963202, "num_examples": 7473, "dataset_name": "gsm8k"}, "test": {"name": "test", "num_bytes": 713732, "num_examples": 1319, "dataset_name": "gsm8k"}}, "download_checksums": {"https://raw.githubusercontent.com/openai/grade-school-math/master/grade_school_math/data/train.jsonl": {"num_bytes": 4166206, "checksum": "17f347dc51477c50d4efb83959dbb7c56297aba886e5544ee2aaed3024813465"}, "https://raw.githubusercontent.com/openai/grade-school-math/master/grade_school_math/data/test.jsonl": {"num_bytes": 749738, "checksum": "3730d312f6e3440559ace48831e51066acaca737f6eabec99bccb9e4b3c39d14"}}, "download_size": 4915944, "post_processing_size": null, "dataset_size": 4676934, "size_in_bytes": 9592878}, "socratic": {"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", "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", "homepage": "https://openai.com/blog/grade-school-math", "license": "MIT", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "gsm8k", "config_name": "socratic", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5198108, "num_examples": 7473, "dataset_name": "gsm8k"}, "test": {"name": "test", "num_bytes": 936859, "num_examples": 1319, "dataset_name": "gsm8k"}}, "download_checksums": {"https://raw.githubusercontent.com/openai/grade-school-math/master/grade_school_math/data/train_socratic.jsonl": {"num_bytes": 5401739, "checksum": "153d86551187cfd64ef7afb59bfd0ef75cea3ae9388e7ad31e43920b6dd77872"}, "https://raw.githubusercontent.com/openai/grade-school-math/master/grade_school_math/data/test_socratic.jsonl": {"num_bytes": 972978, "checksum": "c96673362fa7a699f4836a9b6474a067448f95fe58064727501ee63ba4c3fdb6"}}, "download_size": 6374717, "post_processing_size": null, "dataset_size": 6134967, "size_in_bytes": 12509684}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "id": null,
53
+ "_type": "Value"
54
+ },
55
+ "answer": {
56
+ "dtype": "string",
57
+ "id": null,
58
+ "_type": "Value"
59
+ }
60
+ },
61
+ "post_processed": null,
62
+ "supervised_keys": null,
63
+ "task_templates": null,
64
+ "builder_name": "gsm8k",
65
+ "config_name": "socratic",
66
+ "version": {
67
+ "version_str": "1.1.0",
68
+ "description": null,
69
+ "major": 1,
70
+ "minor": 1,
71
+ "patch": 0
72
+ },
73
+ "splits": {
74
+ "train": {
75
+ "name": "train",
76
+ "num_bytes": 5198108,
77
+ "num_examples": 7473,
78
+ "dataset_name": "gsm8k"
79
+ },
80
+ "test": {
81
+ "name": "test",
82
+ "num_bytes": 936859,
83
+ "num_examples": 1319,
84
+ "dataset_name": "gsm8k"
85
+ }
86
+ },
87
+ "download_checksums": {
88
+ "https://raw.githubusercontent.com/openai/grade-school-math/master/grade_school_math/data/train_socratic.jsonl": {
89
+ "num_bytes": 5401739,
90
+ "checksum": "153d86551187cfd64ef7afb59bfd0ef75cea3ae9388e7ad31e43920b6dd77872"
91
+ },
92
+ "https://raw.githubusercontent.com/openai/grade-school-math/master/grade_school_math/data/test_socratic.jsonl": {
93
+ "num_bytes": 972978,
94
+ "checksum": "c96673362fa7a699f4836a9b6474a067448f95fe58064727501ee63ba4c3fdb6"
95
+ }
96
+ },
97
+ "download_size": 6374717,
98
+ "post_processing_size": null,
99
+ "dataset_size": 6134967,
100
+ "size_in_bytes": 12509684
101
+ }
102
+ }
main/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee7b8da9e381df27b9e3f7758a159ab2bdaa4dbaa910546cbbc47e0cb44e4f59
3
+ size 419088
main/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea82612ea9582142387730c793eb67d3b12849002bc0b7fa6f8efafa7351419d
3
+ size 2306545