Upload model
Browse files- config.json +1 -6
config.json
CHANGED
|
@@ -1,14 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
-
"auto_map": {
|
| 6 |
-
"AutoConfig": "timesformer_config.TimesformerConfig",
|
| 7 |
-
"AutoModel": "timesformer_model.TimesformerModel"
|
| 8 |
-
},
|
| 9 |
"depth": 8,
|
| 10 |
"dim": 512,
|
| 11 |
-
"model_type": "timesformerscrollprize",
|
| 12 |
"n_heads": 6,
|
| 13 |
"num_classes": 16,
|
| 14 |
"num_frames": 26,
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"TimesformerScrollprizeModel"
|
| 4 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"depth": 8,
|
| 6 |
"dim": 512,
|
|
|
|
| 7 |
"n_heads": 6,
|
| 8 |
"num_classes": 16,
|
| 9 |
"num_frames": 26,
|