File size: 417 Bytes
638a79e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"_comment": "Top-level config file added to enable Hugging Face download tracking for this custom PyTorch model repository.",
"architectures": [
"TSAM"
],
"library_name": "pytorch",
"pipeline_tag": "video-classification",
"num_labels": 7,
"id2label": {
"0": "anger",
"1": "contempt",
"2": "disgust",
"3": "fear",
"4": "happiness",
"5": "sadness",
"6": "surprise"
}
}
|