--- license: mit size_categories: - 10M ❗❗❗ Updates to the original dataset will be on the [version hosted on kaggle](https://www.kaggle.com/ronakbadhe/chess-evaluations). ## Dataset Structure Each configuration can be loaded separately: - **tactics**: Columns - `FEN`, `Evaluation`, `Move` - **randoms**: Columns - `FEN`, `Evaluation` - **chess_data**: Columns - `FEN`, `Evaluation` ## Usage You can load each configuration using the `datasets` library: ```python from datasets import load_dataset # Load the tactics dataset tactics_dataset = load_dataset("someshsingh22/chess-evaluations", "tactics") # Load the randoms dataset randoms_dataset = load_dataset("someshsingh22/chess-evaluations", "randoms") ``` ## Contributing To get started download a pre-built executable from the releases of [chess contributor](https://github.com/r2dev2bb8/ChessDataContributor/releases) and run it. The evaluation should go in eval folder under same name