gianma commited on
Commit
8554706
·
verified ·
1 Parent(s): 1bda872

Upload config

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ee_args": {
3
+ "desc_input_feature_size": 512,
4
+ "desc_model_is_bidirectional": true,
5
+ "desc_output_feature_size": 256,
6
+ "scene_input_channel": 512,
7
+ "scene_output_channels": 256,
8
+ "useLSTM": false,
9
+ "video_art_in_channels": 512
10
+ },
11
+ "hyperbolic_args": {
12
+ "curv_init": 1.0,
13
+ "entail_weight": 0.01,
14
+ "learn_curv": true
15
+ },
16
+ "hyperbolic_strategy_name": "meru",
17
+ "strategy_name": "rnn_meanPoolProc_video",
18
+ "transformers_version": "4.34.0",
19
+ "uses_audio_video_features": null,
20
+ "uses_flattened_hierarchy": true
21
+ }