keishihara commited on
Commit
48987e9
·
verified ·
1 Parent(s): ecaafec

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -2,6 +2,10 @@
2
  "architectures": [
3
  "ActEstimator"
4
  ],
 
 
 
 
5
  "d_model": 512,
6
  "dropout": 0.1,
7
  "feature_map_size": 4,
@@ -11,10 +15,6 @@
11
  224,
12
  224
13
  ],
14
- "auto_map": {
15
- "AutoModel": "modeling_act_estimator.ActEstimator",
16
- "AutoConfig": "configuration_act_estimator.ActEstimatorConfig"
17
- },
18
  "max_seq_len": 44,
19
  "model_type": "ACT-Estimator",
20
  "num_classes": 9,
 
2
  "architectures": [
3
  "ActEstimator"
4
  ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_act_estimator.ActEstimatorConfig",
7
+ "AutoModel": "modeling_act_estimator.ActEstimator"
8
+ },
9
  "d_model": 512,
10
  "dropout": 0.1,
11
  "feature_map_size": 4,
 
15
  224,
16
  224
17
  ],
 
 
 
 
18
  "max_seq_len": 44,
19
  "model_type": "ACT-Estimator",
20
  "num_classes": 9,