chess-positions-dataset / dataset_info.json
AGundawar's picture
Upload folder using huggingface_hub
7fc11a6 verified
raw
history blame contribute delete
No virus
538 Bytes
{
"citation": "",
"description": "",
"features": {
"fen": {
"dtype": "string",
"_type": "Value"
},
"best_move": {
"dtype": "string",
"_type": "Value"
},
"score": {
"dtype": "int64",
"_type": "Value"
},
"win_percentage": {
"dtype": "int64",
"_type": "Value"
},
"fen_after_move": {
"dtype": "string",
"_type": "Value"
},
"player_turn": {
"dtype": "bool",
"_type": "Value"
}
},
"homepage": "",
"license": ""
}