pgn-dataset / data /train /dataset_info.json
InterwebAlchemy's picture
Upload folder using huggingface_hub
5d91a63 verified
{
"builder_name": "csv",
"citation": "",
"config_name": "default",
"dataset_name": "csv",
"dataset_size": 1621698348,
"description": "",
"download_checksums": {
"/Users/ericallen/Development/_scratchpad/pgn-tokenizer/.data/datasets/milesh1/35-million-chess-games/all_with_filtered_anotations_since1998-cleaned.csv": {
"num_bytes": 1567281994,
"checksum": null
}
},
"download_size": 1567281994,
"features": {
"Date": {
"dtype": "string",
"_type": "Value"
},
"Result": {
"dtype": "string",
"_type": "Value"
},
"WhiteElo": {
"dtype": "int64",
"_type": "Value"
},
"BlackElo": {
"dtype": "float64",
"_type": "Value"
},
"PGN": {
"dtype": "string",
"_type": "Value"
}
},
"homepage": "",
"license": "",
"size_in_bytes": 3188980342,
"splits": {
"train": {
"name": "train",
"num_bytes": 1621698348,
"num_examples": 3561470,
"shard_lengths": [
1090000,
1090000,
1090000,
291470
],
"dataset_name": "csv"
}
},
"version": {
"version_str": "0.0.0",
"major": 0,
"minor": 0,
"patch": 0
}
}