polejowska
commited on
Commit
·
0abfd12
1
Parent(s):
c692c7e
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 |
|
@@ -65,6 +65,11 @@ The following hyperparameters were used during training:
|
|
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
|
|
|
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.7065
|
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: 25
|
43 |
|
44 |
### Training results
|
45 |
|
|
|
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 |
+
| 2.2906 | 21.0 | 1974 | 1.7343 |
|
69 |
+
| 2.2492 | 22.0 | 2068 | 1.7080 |
|
70 |
+
| 2.2516 | 23.0 | 2162 | 1.7180 |
|
71 |
+
| 2.2574 | 24.0 | 2256 | 1.7081 |
|
72 |
+
| 2.2508 | 25.0 | 2350 | 1.7065 |
|
73 |
|
74 |
|
75 |
### Framework versions
|