upload trashify object detection model with data augmentation
Browse files- README.md +27 -26
- 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 |
|
@@ -41,6 +41,7 @@ The following hyperparameters were used during training:
|
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
|
|
44 |
- num_epochs: 25
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
@@ -48,31 +49,31 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
| 2.
|
54 |
-
| 2.
|
55 |
-
| 1.
|
56 |
-
| 1.
|
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 |
|
77 |
|
78 |
### 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.0325
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
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
|
47 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 88.5164 | 1.0 | 50 | 7.1501 |
|
53 |
+
| 3.8056 | 2.0 | 100 | 2.5905 |
|
54 |
+
| 2.4603 | 3.0 | 150 | 2.1159 |
|
55 |
+
| 2.1947 | 4.0 | 200 | 1.9162 |
|
56 |
+
| 1.9644 | 5.0 | 250 | 1.6812 |
|
57 |
+
| 1.7886 | 6.0 | 300 | 1.5471 |
|
58 |
+
| 1.6914 | 7.0 | 350 | 1.4803 |
|
59 |
+
| 1.5788 | 8.0 | 400 | 1.3945 |
|
60 |
+
| 1.53 | 9.0 | 450 | 1.2992 |
|
61 |
+
| 1.4044 | 10.0 | 500 | 1.2839 |
|
62 |
+
| 1.4037 | 11.0 | 550 | 1.2180 |
|
63 |
+
| 1.3311 | 12.0 | 600 | 1.1833 |
|
64 |
+
| 1.3008 | 13.0 | 650 | 1.1693 |
|
65 |
+
| 1.2501 | 14.0 | 700 | 1.1408 |
|
66 |
+
| 1.2194 | 15.0 | 750 | 1.1292 |
|
67 |
+
| 1.2088 | 16.0 | 800 | 1.1160 |
|
68 |
+
| 1.1337 | 17.0 | 850 | 1.1234 |
|
69 |
+
| 1.1451 | 18.0 | 900 | 1.0815 |
|
70 |
+
| 1.0759 | 19.0 | 950 | 1.0609 |
|
71 |
+
| 1.0866 | 20.0 | 1000 | 1.0670 |
|
72 |
+
| 1.0732 | 21.0 | 1050 | 1.0553 |
|
73 |
+
| 1.0442 | 22.0 | 1100 | 1.0460 |
|
74 |
+
| 1.0339 | 23.0 | 1150 | 1.0389 |
|
75 |
+
| 1.0185 | 24.0 | 1200 | 1.0337 |
|
76 |
+
| 1.0179 | 25.0 | 1250 | 1.0325 |
|
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:6a53c6d697ecca739eae45e43cf03e270a43ed5c36e2e6ef2068d1ebc7df90be
|
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:3ca1a18b7409cd78f599b23cbe3dd7b331101da59eb65760719249d490dfc6d4
|
3 |
size 5240
|