maxwoe commited on
Commit
adb0c5a
·
verified ·
1 Parent(s): 431ed27

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models": {
3
+ "CGD + MambaOut Base (COCO 2017) \u2014 2.84\u00b0 MAE": {
4
+ "filename": "cgd_mambaout_base_coco2017.ckpt",
5
+ "architecture": "mambaout_base.in1k"
6
+ },
7
+ "CGD + MambaOut Base (COCO 2014) \u2014 3.71\u00b0 MAE": {
8
+ "filename": "cgd_mambaout_base_coco2014.ckpt",
9
+ "architecture": "mambaout_base.in1k"
10
+ }
11
+ },
12
+ "default_model": "CGD + MambaOut Base (COCO 2017) \u2014 2.84\u00b0 MAE"
13
+ }