lucasphilippe14 commited on
Commit
ba384f2
1 Parent(s): a6abbc9

Training in progress, step 200

Browse files
config.json CHANGED
@@ -1,71 +1,48 @@
1
  {
2
- "_name_or_path": "mserrasa/detr-resnet-50_finetuned_cppe5",
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": "resnet50",
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": "Aortic enlargement",
42
  "1": "Cardiomegaly",
43
  "2": "Nodule/Mass",
44
  "3": "Pleural thickening",
45
- "4": "Pulmonary fibrosis",
46
- "5": "No finding"
47
  },
48
- "init_std": 0.02,
49
- "init_xavier_std": 1.0,
50
- "is_encoder_decoder": true,
 
 
 
51
  "label2id": {
52
  "Aortic enlargement": 0,
53
  "Cardiomegaly": 1,
54
- "No finding": 5,
55
  "Nodule/Mass": 2,
56
  "Pleural thickening": 3,
57
  "Pulmonary fibrosis": 4
58
  },
59
- "mask_loss_coefficient": 1,
60
- "max_position_embeddings": 1024,
61
- "model_type": "detr",
62
  "num_channels": 3,
63
- "num_hidden_layers": 6,
64
- "num_queries": 100,
65
- "position_embedding_type": "sine",
66
- "scale_embedding": false,
67
  "torch_dtype": "float32",
68
- "transformers_version": "4.42.4",
69
- "use_pretrained_backbone": true,
70
- "use_timm_backbone": true
71
  }
 
1
  {
2
+ "_name_or_path": "mserrasa/yolos_finetuned_VinBigData",
 
 
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": 768,
17
  "id2label": {
18
  "0": "Aortic enlargement",
19
  "1": "Cardiomegaly",
20
  "2": "Nodule/Mass",
21
  "3": "Pleural thickening",
22
+ "4": "Pulmonary fibrosis"
 
23
  },
24
+ "image_size": [
25
+ 800,
26
+ 1344
27
+ ],
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
  "label2id": {
31
  "Aortic enlargement": 0,
32
  "Cardiomegaly": 1,
 
33
  "Nodule/Mass": 2,
34
  "Pleural thickening": 3,
35
  "Pulmonary fibrosis": 4
36
  },
37
+ "layer_norm_eps": 1e-12,
38
+ "model_type": "yolos",
39
+ "num_attention_heads": 12,
40
  "num_channels": 3,
41
+ "num_detection_tokens": 100,
42
+ "num_hidden_layers": 12,
43
+ "patch_size": 16,
44
+ "qkv_bias": true,
45
  "torch_dtype": "float32",
46
+ "transformers_version": "4.43.1",
47
+ "use_mid_position_embeddings": true
 
48
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c76679ce1a84a8e51be43e8be3efff0cdb6b5864fa8ad154017f5b8e9ea9759
3
- size 166499964
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90e32831e9343545e5251e73f922104e20d9bb77c9418506ef74a0a24d22f799
3
+ size 510953464
preprocessor_config.json CHANGED
@@ -10,7 +10,7 @@
10
  0.456,
11
  0.406
12
  ],
13
- "image_processor_type": "DetrImageProcessor",
14
  "image_std": [
15
  0.229,
16
  0.224,
 
10
  0.456,
11
  0.406
12
  ],
13
+ "image_processor_type": "YolosImageProcessor",
14
  "image_std": [
15
  0.229,
16
  0.224,
runs/Jul24_14-11-03_ae16a8937d18/events.out.tfevents.1721830289.ae16a8937d18.161.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c5edb89a04a87fbc5a01bed04b1ec2bff58e23b2654bc3376b85277321d294d
3
+ size 6235
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72f36e5a6f6f214716ce8d142d54bbda01be39b7bd0a696f8049b33d1ff64f9b
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4aac4a6519f12ce50e6cdf31b273abd984cc246e2acc567feaa5384a0466784
3
+ size 5176