Upload DetrForObjectDetection
Browse files- config.json +40 -42
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -30,53 +30,51 @@
|
|
| 30 |
"giou_cost": 2,
|
| 31 |
"giou_loss_coefficient": 2,
|
| 32 |
"id2label": {
|
| 33 |
-
"0": "
|
| 34 |
-
"1": "
|
| 35 |
-
"2": "
|
| 36 |
-
"3": "
|
| 37 |
-
"4": "
|
| 38 |
-
"5": "
|
| 39 |
-
"6": "
|
| 40 |
-
"7": "
|
| 41 |
-
"8": "
|
| 42 |
-
"9": "
|
| 43 |
-
"10": "
|
| 44 |
-
"11": "
|
| 45 |
-
"12": "
|
| 46 |
-
"13": "
|
| 47 |
-
"14": "
|
| 48 |
-
"15": "
|
| 49 |
-
"16": "
|
| 50 |
-
"17": "
|
| 51 |
-
"18": "
|
| 52 |
-
"19": "
|
| 53 |
-
"20": "LABEL_20"
|
| 54 |
},
|
| 55 |
"init_std": 0.02,
|
| 56 |
"init_xavier_std": 1.0,
|
| 57 |
"is_encoder_decoder": true,
|
| 58 |
"label2id": {
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"
|
| 64 |
-
"
|
| 65 |
-
"
|
| 66 |
-
"
|
| 67 |
-
"
|
| 68 |
-
"
|
| 69 |
-
"
|
| 70 |
-
"
|
| 71 |
-
"
|
| 72 |
-
"
|
| 73 |
-
"
|
| 74 |
-
"
|
| 75 |
-
"
|
| 76 |
-
"
|
| 77 |
-
"
|
| 78 |
-
"
|
| 79 |
-
"LABEL_9": 9
|
| 80 |
},
|
| 81 |
"mask_loss_coefficient": 1,
|
| 82 |
"max_position_embeddings": 1024,
|
|
|
|
| 30 |
"giou_cost": 2,
|
| 31 |
"giou_loss_coefficient": 2,
|
| 32 |
"id2label": {
|
| 33 |
+
"0": "buckwheat",
|
| 34 |
+
"1": "clover",
|
| 35 |
+
"2": "angelica",
|
| 36 |
+
"3": "angelica_garden",
|
| 37 |
+
"4": "willow",
|
| 38 |
+
"5": "hill_mustard",
|
| 39 |
+
"6": "linden",
|
| 40 |
+
"7": "meadow_pink",
|
| 41 |
+
"8": "alder",
|
| 42 |
+
"9": "birch",
|
| 43 |
+
"10": "fireweed",
|
| 44 |
+
"11": "nettle",
|
| 45 |
+
"12": "pigweed",
|
| 46 |
+
"13": "plantain",
|
| 47 |
+
"14": "sorrel",
|
| 48 |
+
"15": "grass",
|
| 49 |
+
"16": "pine",
|
| 50 |
+
"17": "maple",
|
| 51 |
+
"18": "hazel",
|
| 52 |
+
"19": "mugwort"
|
|
|
|
| 53 |
},
|
| 54 |
"init_std": 0.02,
|
| 55 |
"init_xavier_std": 1.0,
|
| 56 |
"is_encoder_decoder": true,
|
| 57 |
"label2id": {
|
| 58 |
+
"alder": 8,
|
| 59 |
+
"angelica": 2,
|
| 60 |
+
"angelica_garden": 3,
|
| 61 |
+
"birch": 9,
|
| 62 |
+
"buckwheat": 0,
|
| 63 |
+
"clover": 1,
|
| 64 |
+
"fireweed": 10,
|
| 65 |
+
"grass": 15,
|
| 66 |
+
"hazel": 18,
|
| 67 |
+
"hill_mustard": 5,
|
| 68 |
+
"linden": 6,
|
| 69 |
+
"maple": 17,
|
| 70 |
+
"meadow_pink": 7,
|
| 71 |
+
"mugwort": 19,
|
| 72 |
+
"nettle": 11,
|
| 73 |
+
"pigweed": 12,
|
| 74 |
+
"pine": 16,
|
| 75 |
+
"plantain": 13,
|
| 76 |
+
"sorrel": 14,
|
| 77 |
+
"willow": 4
|
|
|
|
| 78 |
},
|
| 79 |
"mask_loss_coefficient": 1,
|
| 80 |
"max_position_embeddings": 1024,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c225303d2f250a2edee0808243a13b330b081619256042c8898f80008fda1895
|
| 3 |
+
size 166514364
|