upload trashify object detection model with data augmentation
Browse files- README.md +27 -27
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/conditional-detr-resnet-50](https://huggingface.co/microsoft/conditional-detr-resnet-50) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -40,7 +40,7 @@ The following hyperparameters were used during training:
|
|
40 |
- eval_batch_size: 16
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
-
- lr_scheduler_type:
|
44 |
- lr_scheduler_warmup_ratio: 0.05
|
45 |
- num_epochs: 25
|
46 |
- mixed_precision_training: Native AMP
|
@@ -49,31 +49,31 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
|
|
53 |
-
| 4.
|
54 |
-
| 2.
|
55 |
-
| 2.
|
56 |
-
|
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
| 1.
|
63 |
-
| 1.
|
64 |
-
| 1.
|
65 |
-
| 1.
|
66 |
-
| 1.
|
67 |
-
| 1.
|
68 |
-
| 1.
|
69 |
-
| 1.
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
| 1.
|
73 |
-
| 1.
|
74 |
-
| 1.
|
75 |
-
| 1.
|
76 |
-
| 1.
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/conditional-detr-resnet-50](https://huggingface.co/microsoft/conditional-detr-resnet-50) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.0704
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
40 |
- eval_batch_size: 16
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_ratio: 0.05
|
45 |
- num_epochs: 25
|
46 |
- mixed_precision_training: Native AMP
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 100.4735 | 1.0 | 50 | 8.0297 |
|
53 |
+
| 4.369 | 2.0 | 100 | 2.7376 |
|
54 |
+
| 2.5518 | 3.0 | 150 | 2.1839 |
|
55 |
+
| 2.2226 | 4.0 | 200 | 1.9228 |
|
56 |
+
| 1.9906 | 5.0 | 250 | 1.7408 |
|
57 |
+
| 1.8219 | 6.0 | 300 | 1.5573 |
|
58 |
+
| 1.6974 | 7.0 | 350 | 1.4779 |
|
59 |
+
| 1.6027 | 8.0 | 400 | 1.4510 |
|
60 |
+
| 1.5517 | 9.0 | 450 | 1.3711 |
|
61 |
+
| 1.4491 | 10.0 | 500 | 1.3177 |
|
62 |
+
| 1.4335 | 11.0 | 550 | 1.2811 |
|
63 |
+
| 1.3645 | 12.0 | 600 | 1.2475 |
|
64 |
+
| 1.3314 | 13.0 | 650 | 1.2060 |
|
65 |
+
| 1.2973 | 14.0 | 700 | 1.1874 |
|
66 |
+
| 1.2506 | 15.0 | 750 | 1.1794 |
|
67 |
+
| 1.2319 | 16.0 | 800 | 1.1657 |
|
68 |
+
| 1.1479 | 17.0 | 850 | 1.1300 |
|
69 |
+
| 1.1466 | 18.0 | 900 | 1.1179 |
|
70 |
+
| 1.1138 | 19.0 | 950 | 1.1095 |
|
71 |
+
| 1.1153 | 20.0 | 1000 | 1.0961 |
|
72 |
+
| 1.0894 | 21.0 | 1050 | 1.0790 |
|
73 |
+
| 1.0691 | 22.0 | 1100 | 1.0870 |
|
74 |
+
| 1.0619 | 23.0 | 1150 | 1.0804 |
|
75 |
+
| 1.0459 | 24.0 | 1200 | 1.0717 |
|
76 |
+
| 1.0363 | 25.0 | 1250 | 1.0704 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 174081852
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:809090d93d481dfdb71a39b2e875c5db75881eb8ed42c945299a33ae225cae4d
|
3 |
size 174081852
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60ed695b761c770df13cf4e0a2f746953e306d2f29e326067e04a139436efccf
|
3 |
size 5240
|