PingVortex commited on
Commit
ae7bf3b
·
verified ·
1 Parent(s): 0371fca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -13,21 +13,20 @@ size_categories:
13
 
14
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
15
 
16
- A large-scale dataset containing 1,000,000 math problems and solutions for basic arithmetic operations and word problems.
17
 
18
  ## Dataset Details
19
 
20
  - **License:** MIT
21
  - **Task Category:** Question Answering
22
  - **Tags:** Math, 1st grade
23
- - **Size:** 100K < n < 1M 1,000,000 rows)
24
- - **Split:** Train only (1M rows)
25
 
26
  ## Dataset Structure
27
 
28
  Each example contains two fields:
29
- - `input`: Math problem in natural language or numerical form
30
- - `response`: Numerical answer (may include negative numbers and decimals)
31
 
32
 
33
  ## Usage
 
13
 
14
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
15
 
16
+ A large-scale dataset containing 2,000,000 math problems and solutions for basic arithmetic operations and word problems.
17
 
18
  ## Dataset Details
19
 
20
  - **License:** MIT
21
  - **Task Category:** Question Answering
22
  - **Tags:** Math, 1st grade
23
+ - **Split:** Train only
 
24
 
25
  ## Dataset Structure
26
 
27
  Each example contains two fields:
28
+ - `question`: Math problem in natural language or numerical form
29
+ - `answer`: Numerical answer (may include negative numbers and decimals)
30
 
31
 
32
  ## Usage