Sudoku-Dataset / README.md
Ritvik19's picture
Update README.md
65eb3d4
|
raw
history blame
1.5 kB
metadata
license: apache-2.0
size_categories:
  - 10M<n<100M

Dataset Card: Sudoku Dataset

Dataset Overview

Data Format

  • File Format: Parquet files
  • Dataset Split:
    • train_data: 2.7M puzzles
    • valid_data: 0.3M puzzles
    • train_aux: 14M puzzles
    • valid_aux: 2k puzzles

Dataset Attributes

The dataset contains the following attributes:

  • puzzle: Represents the Sudoku puzzle configuration.
  • solution: Corresponding solutions to the puzzles.
  • difficulty: Indicates the difficulty level of the puzzles.
  • source: Source identifier for the puzzle (e.g., dataset name or origin).

Data Preprocessing

  • Handling Blanks: Blanks in the puzzles are represented as '0'.

Licensing and Legal Considerations

  • 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.