Tarunvoff commited on
Commit
4b8ee66
·
verified ·
1 Parent(s): 950cd43

Upload trajectory_model_final_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trajectory_model_final_config.json +8 -0
trajectory_model_final_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_dim": 1024,
3
+ "hidden_dim": 512,
4
+ "num_layers": 4,
5
+ "num_heads": 8,
6
+ "dropout": 0.3,
7
+ "max_seq_len": 6
8
+ }