morancium commited on
Commit
11606e1
·
verified ·
1 Parent(s): 7f9c247

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -51,5 +51,13 @@
51
  "torch_dtype": "float32",
52
  "transformers_version": "4.46.3",
53
  "use_pretrained_backbone": true,
54
- "use_timm_backbone": true
 
 
 
 
 
 
 
 
55
  }
 
51
  "torch_dtype": "float32",
52
  "transformers_version": "4.46.3",
53
  "use_pretrained_backbone": true,
54
+ "use_timm_backbone": true,
55
+ "id2label": {
56
+ "1": "roof",
57
+ "0": "N/A"
58
+ },
59
+ "label2id": {
60
+ "roof": 1,
61
+ "N/A": 0
62
+ }
63
  }