JeanCGuerrero commited on
Commit
e6f14e3
·
verified ·
1 Parent(s): 52c8ac5

Training in progress, step 200

Browse files
config.json CHANGED
@@ -1,40 +1,61 @@
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": "raccoon"
19
  },
20
- "image_size": [
21
- 800,
22
- 1333
23
- ],
24
- "initializer_range": 0.02,
25
- "intermediate_size": 768,
26
  "label2id": {
27
  "raccoon": 0
28
  },
29
- "layer_norm_eps": 1e-12,
30
- "model_type": "yolos",
31
- "num_attention_heads": 3,
32
  "num_channels": 3,
33
- "num_detection_tokens": 100,
34
- "num_hidden_layers": 12,
35
- "patch_size": 16,
36
- "qkv_bias": true,
37
  "torch_dtype": "float32",
38
  "transformers_version": "4.48.3",
39
- "use_mid_position_embeddings": false
 
40
  }
 
1
  {
2
+ "_name_or_path": "facebook/detr-resnet-101",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
  "architectures": [
6
+ "DetrForObjectDetection"
7
  ],
8
+ "attention_dropout": 0.0,
9
  "auxiliary_loss": false,
10
+ "backbone": "resnet101",
11
+ "backbone_config": null,
12
+ "backbone_kwargs": {
13
+ "in_chans": 3,
14
+ "out_indices": [
15
+ 1,
16
+ 2,
17
+ 3,
18
+ 4
19
+ ]
20
+ },
21
  "bbox_cost": 5,
22
  "bbox_loss_coefficient": 5,
23
  "class_cost": 1,
24
+ "classifier_dropout": 0.0,
25
+ "d_model": 256,
26
+ "decoder_attention_heads": 8,
27
+ "decoder_ffn_dim": 2048,
28
+ "decoder_layerdrop": 0.0,
29
+ "decoder_layers": 6,
30
+ "dice_loss_coefficient": 1,
31
+ "dilation": false,
32
+ "dropout": 0.1,
33
+ "encoder_attention_heads": 8,
34
+ "encoder_ffn_dim": 2048,
35
+ "encoder_layerdrop": 0.0,
36
+ "encoder_layers": 6,
37
  "eos_coefficient": 0.1,
38
  "giou_cost": 2,
39
  "giou_loss_coefficient": 2,
 
 
 
40
  "id2label": {
41
  "0": "raccoon"
42
  },
43
+ "init_std": 0.02,
44
+ "init_xavier_std": 1.0,
45
+ "is_encoder_decoder": true,
 
 
 
46
  "label2id": {
47
  "raccoon": 0
48
  },
49
+ "mask_loss_coefficient": 1,
50
+ "max_position_embeddings": 1024,
51
+ "model_type": "detr",
52
  "num_channels": 3,
53
+ "num_hidden_layers": 6,
54
+ "num_queries": 100,
55
+ "position_embedding_type": "sine",
56
+ "scale_embedding": false,
57
  "torch_dtype": "float32",
58
  "transformers_version": "4.48.3",
59
+ "use_pretrained_backbone": true,
60
+ "use_timm_backbone": true
61
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f17bb476f54678e164f5757b05c2c2007c7412a24e573b94c45efc76dba0a1c6
3
- size 25909400
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:679f5739fcc8008060eb5a004f1b3c502b5626842178b544df3e20c08fffedba
3
+ size 242704552
preprocessor_config.json CHANGED
@@ -10,7 +10,7 @@
10
  0.456,
11
  0.406
12
  ],
13
- "image_processor_type": "YolosImageProcessor",
14
  "image_std": [
15
  0.229,
16
  0.224,
@@ -21,6 +21,6 @@
21
  "rescale_factor": 0.00392156862745098,
22
  "size": {
23
  "longest_edge": 1333,
24
- "shortest_edge": 512
25
  }
26
  }
 
10
  0.456,
11
  0.406
12
  ],
13
+ "image_processor_type": "DetrImageProcessor",
14
  "image_std": [
15
  0.229,
16
  0.224,
 
21
  "rescale_factor": 0.00392156862745098,
22
  "size": {
23
  "longest_edge": 1333,
24
+ "shortest_edge": 800
25
  }
26
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4da47d8a90c8411f14878b11eb337a4730bc046c583db4795fb5df8feeab27a6
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86933fdba3076a9f888cb245c029a92232bd9dd05fc078c6eea5fdc191b66146
3
  size 5304