Training in progress, step 200
Browse files- README.md +54 -0
- config.json +68 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/Apr30_08-07-51_16b96ce9a52e/events.out.tfevents.1746000472.16b96ce9a52e.1476.1 +3 -0
- runs/Apr30_09-04-21_16b96ce9a52e/events.out.tfevents.1746003862.16b96ce9a52e.1476.2 +3 -0
- runs/Apr30_23-49-25_28370d9a05ed/events.out.tfevents.1746056966.28370d9a05ed.447.0 +3 -0
- runs/Apr30_23-51-55_28370d9a05ed/events.out.tfevents.1746057115.28370d9a05ed.447.1 +3 -0
- runs/Apr30_23-53-20_28370d9a05ed/events.out.tfevents.1746057200.28370d9a05ed.447.2 +3 -0
- runs/May01_04-04-04_b9f26ec9fc9b/events.out.tfevents.1746072246.b9f26ec9fc9b.2159.0 +3 -0
- runs/May01_04-53-23_b9f26ec9fc9b/events.out.tfevents.1746075204.b9f26ec9fc9b.2159.1 +3 -0
- runs/May01_05-14-11_b9f26ec9fc9b/events.out.tfevents.1746076452.b9f26ec9fc9b.2159.2 +3 -0
- runs/May01_06-19-05_b9f26ec9fc9b/events.out.tfevents.1746080370.b9f26ec9fc9b.2159.3 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: facebook/detr-resnet-50
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: detr-resnet-50_finetuned_cppe5
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# detr-resnet-50_finetuned_cppe5
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on an unknown dataset.
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 1e-05
|
37 |
+
- train_batch_size: 8
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 10
|
43 |
+
- mixed_precision_training: Native AMP
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
|
48 |
+
|
49 |
+
### Framework versions
|
50 |
+
|
51 |
+
- Transformers 4.51.3
|
52 |
+
- Pytorch 2.6.0+cu124
|
53 |
+
- Datasets 3.5.1
|
54 |
+
- Tokenizers 0.21.1
|
config.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.0,
|
3 |
+
"activation_function": "relu",
|
4 |
+
"architectures": [
|
5 |
+
"DetrForObjectDetection"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"auxiliary_loss": false,
|
9 |
+
"backbone": "resnet50",
|
10 |
+
"backbone_config": null,
|
11 |
+
"backbone_kwargs": {
|
12 |
+
"in_chans": 3,
|
13 |
+
"out_indices": [
|
14 |
+
1,
|
15 |
+
2,
|
16 |
+
3,
|
17 |
+
4
|
18 |
+
]
|
19 |
+
},
|
20 |
+
"bbox_cost": 5,
|
21 |
+
"bbox_loss_coefficient": 5,
|
22 |
+
"class_cost": 1,
|
23 |
+
"classifier_dropout": 0.0,
|
24 |
+
"d_model": 256,
|
25 |
+
"decoder_attention_heads": 8,
|
26 |
+
"decoder_ffn_dim": 2048,
|
27 |
+
"decoder_layerdrop": 0.0,
|
28 |
+
"decoder_layers": 6,
|
29 |
+
"dice_loss_coefficient": 1,
|
30 |
+
"dilation": false,
|
31 |
+
"dropout": 0.1,
|
32 |
+
"encoder_attention_heads": 8,
|
33 |
+
"encoder_ffn_dim": 2048,
|
34 |
+
"encoder_layerdrop": 0.0,
|
35 |
+
"encoder_layers": 6,
|
36 |
+
"eos_coefficient": 0.1,
|
37 |
+
"giou_cost": 2,
|
38 |
+
"giou_loss_coefficient": 2,
|
39 |
+
"id2label": {
|
40 |
+
"0": "Coverall",
|
41 |
+
"1": "Face_Shield",
|
42 |
+
"2": "Gloves",
|
43 |
+
"3": "Goggles",
|
44 |
+
"4": "Mask"
|
45 |
+
},
|
46 |
+
"init_std": 0.02,
|
47 |
+
"init_xavier_std": 1.0,
|
48 |
+
"is_encoder_decoder": true,
|
49 |
+
"label2id": {
|
50 |
+
"Coverall": 0,
|
51 |
+
"Face_Shield": 1,
|
52 |
+
"Gloves": 2,
|
53 |
+
"Goggles": 3,
|
54 |
+
"Mask": 4
|
55 |
+
},
|
56 |
+
"mask_loss_coefficient": 1,
|
57 |
+
"max_position_embeddings": 1024,
|
58 |
+
"model_type": "detr",
|
59 |
+
"num_channels": 3,
|
60 |
+
"num_hidden_layers": 6,
|
61 |
+
"num_queries": 100,
|
62 |
+
"position_embedding_type": "sine",
|
63 |
+
"scale_embedding": false,
|
64 |
+
"torch_dtype": "float32",
|
65 |
+
"transformers_version": "4.51.3",
|
66 |
+
"use_pretrained_backbone": true,
|
67 |
+
"use_timm_backbone": true
|
68 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90af278cc50d39ae3c625989abe77e35211f3e5d16e256b41fb37e9c47607f76
|
3 |
+
size 166498936
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_annotations": true,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_pad": true,
|
5 |
+
"do_rescale": true,
|
6 |
+
"do_resize": true,
|
7 |
+
"format": "coco_detection",
|
8 |
+
"image_mean": [
|
9 |
+
0.485,
|
10 |
+
0.456,
|
11 |
+
0.406
|
12 |
+
],
|
13 |
+
"image_processor_type": "DetrImageProcessor",
|
14 |
+
"image_std": [
|
15 |
+
0.229,
|
16 |
+
0.224,
|
17 |
+
0.225
|
18 |
+
],
|
19 |
+
"pad_size": null,
|
20 |
+
"resample": 2,
|
21 |
+
"rescale_factor": 0.00392156862745098,
|
22 |
+
"size": {
|
23 |
+
"longest_edge": 1333,
|
24 |
+
"shortest_edge": 800
|
25 |
+
}
|
26 |
+
}
|
runs/Apr30_08-07-51_16b96ce9a52e/events.out.tfevents.1746000472.16b96ce9a52e.1476.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74cb51171903612d149f3d591444397fcd55bae76692caffe03747cf087121f9
|
3 |
+
size 11263
|
runs/Apr30_09-04-21_16b96ce9a52e/events.out.tfevents.1746003862.16b96ce9a52e.1476.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb56ebe4c4598174e7391f5da2ef1ba400324e91128d736250c0ae78a6b64299
|
3 |
+
size 11474
|
runs/Apr30_23-49-25_28370d9a05ed/events.out.tfevents.1746056966.28370d9a05ed.447.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e8fb123b20dd9703b31b18c6691c3c1d4182152be057dd54873c06d06edab91
|
3 |
+
size 5852
|
runs/Apr30_23-51-55_28370d9a05ed/events.out.tfevents.1746057115.28370d9a05ed.447.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3113b738578ac70c3fbab9aaeb9a2b9a5137c4734925c81a7a3c1af6dd3e78b
|
3 |
+
size 5852
|
runs/Apr30_23-53-20_28370d9a05ed/events.out.tfevents.1746057200.28370d9a05ed.447.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96203ae5d0aef6f98a5d6e2f7071280d7ee4cd73c2391c90b3b17cf4400ee38b
|
3 |
+
size 5852
|
runs/May01_04-04-04_b9f26ec9fc9b/events.out.tfevents.1746072246.b9f26ec9fc9b.2159.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6231eec3c9b9cff19f37f389a03d5c0bdbed10d5a8a1541c02a9bb547f373cd1
|
3 |
+
size 8730
|
runs/May01_04-53-23_b9f26ec9fc9b/events.out.tfevents.1746075204.b9f26ec9fc9b.2159.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f67876886d20e920375d4248bfbf9d33516554f54fb1dd06ae31b503c6992c42
|
3 |
+
size 8690
|
runs/May01_05-14-11_b9f26ec9fc9b/events.out.tfevents.1746076452.b9f26ec9fc9b.2159.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3398a1775af760652aa78f0001897b164400b000f9dfcdb59302d19f4c94ebb2
|
3 |
+
size 11473
|
runs/May01_06-19-05_b9f26ec9fc9b/events.out.tfevents.1746080370.b9f26ec9fc9b.2159.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4ef402e287f09aaaacdf8f5e7cacf468a80d99945a2249011c609a43c942a1b
|
3 |
+
size 6688
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00942b6810ae336dc7d71bb64ef1fcb94f65d8a2cf00fd311ec825e9200f0691
|
3 |
+
size 5368
|