PingVortex commited on
Commit
01e9fcc
·
verified ·
1 Parent(s): a63a2f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -10
README.md CHANGED
@@ -6,14 +6,14 @@ tags:
6
  - math
7
  pretty_name: Easy Math Dataset
8
  size_categories:
9
- - 100K<n<1M
10
  ---
11
 
12
  # Begginer Math Dataset
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 424,000 math problems and solutions for basic arithmetic operations and word problems.
17
 
18
  ## Dataset Details
19
 
@@ -21,7 +21,7 @@ A large-scale dataset containing 424,000 math problems and solutions for basic a
21
  - **Task Category:** Question Answering
22
  - **Tags:** Math, Arithmetic, Word Problems
23
  - **Size:** 100K < n < 1M (423,810 rows)
24
- - **Split:** Train only (424k rows)
25
 
26
  ## Dataset Structure
27
 
@@ -66,13 +66,6 @@ dataset = load_dataset("PingVortex/begginer-math-dataset")
66
  Join my Discord for support and updates:
67
  [![Discord](https://img.shields.io/discord/1115340105177006080?label=Discord)](https://discord.gg/At3CcCqcR2) (Server is not invalid)
68
 
69
- ## Dataset Creation
70
-
71
- - **Curated by:** PingVortex
72
- - **Format:** Auto-converted to Parquet
73
- - **Original Size:** 35.2 MB
74
- - **Parquet Size:** 9.35 MB
75
-
76
  ## Example Use Cases
77
  - Math problem solving models
78
  - Arithmetic accuracy benchmarks
 
6
  - math
7
  pretty_name: Easy Math Dataset
8
  size_categories:
9
+ - 1M<n<10M
10
  ---
11
 
12
  # Begginer Math Dataset
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
 
 
21
  - **Task Category:** Question Answering
22
  - **Tags:** Math, Arithmetic, Word Problems
23
  - **Size:** 100K < n < 1M (423,810 rows)
24
+ - **Split:** Train only (1M rows)
25
 
26
  ## Dataset Structure
27
 
 
66
  Join my Discord for support and updates:
67
  [![Discord](https://img.shields.io/discord/1115340105177006080?label=Discord)](https://discord.gg/At3CcCqcR2) (Server is not invalid)
68
 
 
 
 
 
 
 
 
69
  ## Example Use Cases
70
  - Math problem solving models
71
  - Arithmetic accuracy benchmarks