KingTechnician commited on
Commit
b0e5df5
·
verified ·
1 Parent(s): 532be86

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MemoryTransformerDetector"
4
+ ],
5
+ "rgb_dim": 384,
6
+ "flow_dim": 1024,
7
+ "audio_dim": 768,
8
+ "d_model": 256,
9
+ "nhead": 4,
10
+ "num_layers": 2,
11
+ "num_memory_slots": 50
12
+ }