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