lukedennison/chess-compressed
收藏资源简介:
该数据集是一个棋类谜题数据集,可能基于国际象棋或其他类似游戏。它包含多个特征:puzzle_id(谜题标识符)、bitboard(一个8x8x18的三维数组,表示棋盘状态,使用int8数据类型)、mask(一个1x4096的二维数组,表示掩码信息,使用int8数据类型)、label(标签,使用int64数据类型)、rating(评分,使用int64数据类型)和themes(主题列表,字符串类型)。数据集分为训练集、验证集和测试集,分别包含4,663,652、582,956和582,957个示例,总大小约为34.9 GB,下载大小约为124.5 GB。这些数据可用于机器学习任务,如棋类谜题解决或AI模型训练。
This dataset is a chess puzzle dataset, likely based on chess or similar games. It includes multiple features: puzzle_id (puzzle identifier), bitboard (a 3D array of shape 8x8x18 representing board state with int8 data type), mask (a 2D array of shape 1x4096 representing mask information with int8 data type), label (label with int64 data type), rating (rating with int64 data type), and themes (a list of strings for themes). The dataset is split into train, validation, and test sets, containing 4,663,652, 582,956, and 582,957 examples respectively, with a total size of approximately 34.9 GB and a download size of approximately 124.5 GB. This data can be used for machine learning tasks such as chess puzzle solving or AI model training.




