polejowska
commited on
Commit
·
20a6919
1
Parent(s):
c1fed51
update model card README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 1.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -39,7 +39,7 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
43 |
|
44 |
### Training results
|
45 |
|
@@ -60,6 +60,11 @@ The following hyperparameters were used during training:
|
|
60 |
| 2.3727 | 13.0 | 1222 | 1.8001 |
|
61 |
| 2.317 | 14.0 | 1316 | 1.7492 |
|
62 |
| 2.3292 | 15.0 | 1410 | 1.7531 |
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.7225
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 20
|
43 |
|
44 |
### Training results
|
45 |
|
|
|
60 |
| 2.3727 | 13.0 | 1222 | 1.8001 |
|
61 |
| 2.317 | 14.0 | 1316 | 1.7492 |
|
62 |
| 2.3292 | 15.0 | 1410 | 1.7531 |
|
63 |
+
| 2.3086 | 16.0 | 1504 | 1.7637 |
|
64 |
+
| 2.3175 | 17.0 | 1598 | 1.7302 |
|
65 |
+
| 2.3002 | 18.0 | 1692 | 1.7216 |
|
66 |
+
| 2.2756 | 19.0 | 1786 | 1.7345 |
|
67 |
+
| 2.2656 | 20.0 | 1880 | 1.7225 |
|
68 |
|
69 |
|
70 |
### Framework versions
|