Upload trajectory_model_final_config.json with huggingface_hub
Browse files
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 |
+
}
|