The_Stack_Processed-v2 / dataset_info.json
vinsblack's picture
Update dataset_info.json
81dc927 verified
raw
history blame
823 Bytes
{
"default": {
"description": "The Stack Processed V2: Balanced sample from The Stack v2",
"features": {
"content": {"dtype": "string"},
"path": {"dtype": "string"},
"filename": {"dtype": "string"},
"language": {"dtype": "string"},
"size_bytes": {"dtype": "int64"},
"quality_score": {"dtype": "float64"},
"complexity": {"dtype": "float64"},
"documentation_ratio": {"dtype": "float64"},
"repository": {"dtype": "string"},
"stars": {"dtype": "int64"},
"created_date": {"dtype": "string"},
"license": {"dtype": "string"},
"is_test": {"dtype": "bool"},
"file_hash": {"dtype": "string"}
},
"splits": {
"train": {
"name": "train",
"num_bytes": 923700000,
"num_examples": 104885
}
}
}
}