Update README.md
Browse files
README.md
CHANGED
@@ -6,14 +6,14 @@ tags:
|
|
6 |
- math
|
7 |
pretty_name: Easy Math Dataset
|
8 |
size_categories:
|
9 |
-
-
|
10 |
---
|
11 |
|
12 |
# Begginer Math Dataset
|
13 |
|
14 |
[](https://opensource.org/licenses/MIT)
|
15 |
|
16 |
-
A large-scale dataset containing
|
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 (
|
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 |
[](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 |
[](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 |
[](https://discord.gg/At3CcCqcR2) (Server is not invalid)
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
## Example Use Cases
|
70 |
- Math problem solving models
|
71 |
- Arithmetic accuracy benchmarks
|