Tommidi commited on
Commit
d8660f5
1 Parent(s): b2b1731

Upload config

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "out_channels": 10,
3
+ "spatial_vit": {
4
+ "model_type": "vit"
5
+ },
6
+ "temporal_vit": {
7
+ "model_type": "vit"
8
+ },
9
+ "transformers_version": "4.37.2"
10
+ }