rocker417 commited on
Commit
d9764f6
·
verified ·
1 Parent(s): 1f93303

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["SACPatchSegmenterModel"],
3
+ "auto_map": {
4
+ "AutoConfig": "configuration_sac.SACPatchSegmenterConfig",
5
+ "AutoModel": "modeling_sac.SACPatchSegmenterModel"
6
+ },
7
+ "model_type": "sac-patch-segmenter",
8
+ "base_filter": 16,
9
+ "input_size": 416,
10
+ "torch_dtype": "float32"
11
+ }