test_hf_data / dataset_info.json
ZebangCheng's picture
datset info json
88ea5d7
raw
history blame contribute delete
302 Bytes
{
"features": {
"video_id": {"_type": "Value", "dtype": "string"},
"label": {"_type": "ClassLabel", "names": ["neutral", "surprise", "anger", "fear", "happy"]},
"description": {"_type": "Value", "dtype": "string"},
"video_path": {"_type": "Value", "dtype": "string"}
}
}