polejowska
commited on
Commit
·
8f9f21e
1
Parent(s):
2e5b2fc
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.3857 | 13.0 | 1222 | 1.7919 |
|
61 |
| 2.2877 | 14.0 | 1316 | 1.7400 |
|
62 |
| 2.3013 | 15.0 | 1410 | 1.7409 |
|
|
|
|
|
|
|
|
|
|
|
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.7335
|
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.3857 | 13.0 | 1222 | 1.7919 |
|
61 |
| 2.2877 | 14.0 | 1316 | 1.7400 |
|
62 |
| 2.3013 | 15.0 | 1410 | 1.7409 |
|
63 |
+
| 2.3134 | 16.0 | 1504 | 1.7698 |
|
64 |
+
| 2.3423 | 17.0 | 1598 | 1.7581 |
|
65 |
+
| 2.3536 | 18.0 | 1692 | 1.7658 |
|
66 |
+
| 2.2957 | 19.0 | 1786 | 1.7329 |
|
67 |
+
| 2.274 | 20.0 | 1880 | 1.7335 |
|
68 |
|
69 |
|
70 |
### Framework versions
|