Mahmoud7 commited on
Commit
44eb9e8
1 Parent(s): ea9814a

Upload YolosForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +66 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hustvl/yolos-tiny",
3
+ "architectures": [
4
+ "YolosForObjectDetection"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_loss": false,
8
+ "bbox_cost": 5,
9
+ "bbox_loss_coefficient": 5,
10
+ "class_cost": 1,
11
+ "eos_coefficient": 0.1,
12
+ "giou_cost": 2,
13
+ "giou_loss_coefficient": 2,
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
+ "3": "LABEL_3",
22
+ "4": "LABEL_4",
23
+ "5": "LABEL_5",
24
+ "6": "LABEL_6",
25
+ "7": "LABEL_7",
26
+ "8": "LABEL_8",
27
+ "9": "LABEL_9",
28
+ "10": "LABEL_10",
29
+ "11": "LABEL_11",
30
+ "12": "LABEL_12",
31
+ "13": "LABEL_13"
32
+ },
33
+ "image_size": [
34
+ 800,
35
+ 1333
36
+ ],
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": 768,
39
+ "label2id": {
40
+ "LABEL_0": 0,
41
+ "LABEL_1": 1,
42
+ "LABEL_10": 10,
43
+ "LABEL_11": 11,
44
+ "LABEL_12": 12,
45
+ "LABEL_13": 13,
46
+ "LABEL_2": 2,
47
+ "LABEL_3": 3,
48
+ "LABEL_4": 4,
49
+ "LABEL_5": 5,
50
+ "LABEL_6": 6,
51
+ "LABEL_7": 7,
52
+ "LABEL_8": 8,
53
+ "LABEL_9": 9
54
+ },
55
+ "layer_norm_eps": 1e-12,
56
+ "model_type": "yolos",
57
+ "num_attention_heads": 3,
58
+ "num_channels": 3,
59
+ "num_detection_tokens": 100,
60
+ "num_hidden_layers": 12,
61
+ "patch_size": 16,
62
+ "qkv_bias": true,
63
+ "torch_dtype": "float32",
64
+ "transformers_version": "4.26.0",
65
+ "use_mid_position_embeddings": false
66
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:838ece955f53d8c29ffdef23b2b19def3562fffad110b9229e00bae77a2c5119
3
+ size 25961691