Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,45 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
size_categories:
|
4 |
+
- 10M<n<100M
|
5 |
---
|
6 |
+
|
7 |
+
# Dataset Card: Sudoku Dataset
|
8 |
+
|
9 |
+
## Dataset Overview
|
10 |
+
|
11 |
+
- **Dataset Sources:**
|
12 |
+
|
13 |
+
1. [1 million Sudoku games](https://www.kaggle.com/datasets/bryanpark/sudoku)
|
14 |
+
2. [3 million Sudoku puzzles with ratings](https://www.kaggle.com/datasets/radcliffe/3-million-sudoku-puzzles-with-ratings)
|
15 |
+
3. [4 Million Sudoku Puzzles Easy-to-Hard](https://www.kaggle.com/datasets/informoney/4-million-sudoku-puzzles-easytohard)
|
16 |
+
4. [9 Million Sudoku Puzzles and Solutions](https://www.kaggle.com/datasets/rohanrao/sudoku)
|
17 |
+
5. ~2k miscellaneous scraped puzzles
|
18 |
+
|
19 |
+
- **Dataset Size:** 17M puzzles (16.7M for training, 300K for evaluation)
|
20 |
+
|
21 |
+
## Data Format
|
22 |
+
|
23 |
+
- **File Format:** Parquet files
|
24 |
+
- **Dataset Split:**
|
25 |
+
- `train_data`: 2.7M puzzles
|
26 |
+
- `valid_data`: 0.3M puzzles
|
27 |
+
- `train_aux`: 14M puzzles
|
28 |
+
- `valid_aux`: 2k puzzles
|
29 |
+
|
30 |
+
## Dataset Attributes
|
31 |
+
|
32 |
+
The dataset contains the following attributes:
|
33 |
+
|
34 |
+
- `puzzle`: Represents the Sudoku puzzle configuration.
|
35 |
+
- `solution`: Corresponding solutions to the puzzles.
|
36 |
+
- `difficulty`: Indicates the difficulty level of the puzzles.
|
37 |
+
- `source`: Source identifier for the puzzle (e.g., dataset name or origin).
|
38 |
+
|
39 |
+
## Data Preprocessing
|
40 |
+
|
41 |
+
- **Handling Blanks:** Blanks in the puzzles are represented as '0'.
|
42 |
+
|
43 |
+
## Licensing and Legal Considerations
|
44 |
+
|
45 |
+
- The dataset is sourced from various Kaggle datasets, and each source may have its own licensing terms. Please refer to the respective Kaggle pages for licensing information.
|