SvNext commited on
Commit
6e98913
1 Parent(s): f8c521a

Upload YolosForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +10 -0
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -14,12 +14,22 @@
14
  "hidden_act": "gelu",
15
  "hidden_dropout_prob": 0.0,
16
  "hidden_size": 192,
 
 
 
 
 
17
  "image_size": [
18
  800,
19
  1333
20
  ],
21
  "initializer_range": 0.02,
22
  "intermediate_size": 768,
 
 
 
 
 
23
  "layer_norm_eps": 1e-12,
24
  "model_type": "yolos",
25
  "num_attention_heads": 3,
 
14
  "hidden_act": "gelu",
15
  "hidden_dropout_prob": 0.0,
16
  "hidden_size": 192,
17
+ "id2label": {
18
+ "0": "LABEL_0",
19
+ "1": "LABEL_1",
20
+ "2": "LABEL_2"
21
+ },
22
  "image_size": [
23
  800,
24
  1333
25
  ],
26
  "initializer_range": 0.02,
27
  "intermediate_size": 768,
28
+ "label2id": {
29
+ "LABEL_0": 0,
30
+ "LABEL_1": 1,
31
+ "LABEL_2": 2
32
+ },
33
  "layer_norm_eps": 1e-12,
34
  "model_type": "yolos",
35
  "num_attention_heads": 3,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1171b409c8ad26cacd076a2ee78c9576f212ee83e42bd28d60ab652a36a103f0
3
- size 25954838
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13fb8329d539441f54f72534b835d5fe2849afa931ab8e2264047521a7640fd7
3
+ size 25955606