model downloads are tracked correctly on the Hugging Face Hub
Browse files- config.json +16 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"HierarchicalTwoStreamTransformer"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "custom_transformer",
|
| 6 |
+
"cnn_backbone": "mobilenetv3_large_100",
|
| 7 |
+
"visual_feature_dim": 256,
|
| 8 |
+
"pose_feature_dim": 256,
|
| 9 |
+
"fusion_type": "gated",
|
| 10 |
+
"num_transformer_layers": 1,
|
| 11 |
+
"num_attention_heads": 4,
|
| 12 |
+
"embedding_dim": 256,
|
| 13 |
+
"num_classes": 8,
|
| 14 |
+
"image_size": [128, 128],
|
| 15 |
+
"num_frames": 30
|
| 16 |
+
}
|