Commit
·
810d958
1
Parent(s):
5e222eb
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 |
|
@@ -80,6 +80,11 @@ The following hyperparameters were used during training:
|
|
80 |
| 2.1537 | 33.0 | 3993 | 1.7281 |
|
81 |
| 2.1347 | 34.0 | 4114 | 1.7205 |
|
82 |
| 2.129 | 35.0 | 4235 | 1.7109 |
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
|
85 |
### 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.6961
|
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: 40
|
43 |
|
44 |
### Training results
|
45 |
|
|
|
80 |
| 2.1537 | 33.0 | 3993 | 1.7281 |
|
81 |
| 2.1347 | 34.0 | 4114 | 1.7205 |
|
82 |
| 2.129 | 35.0 | 4235 | 1.7109 |
|
83 |
+
| 2.1215 | 36.0 | 4356 | 1.7227 |
|
84 |
+
| 2.1425 | 37.0 | 4477 | 1.7109 |
|
85 |
+
| 2.1106 | 38.0 | 4598 | 1.6993 |
|
86 |
+
| 2.0987 | 39.0 | 4719 | 1.6982 |
|
87 |
+
| 2.1259 | 40.0 | 4840 | 1.6961 |
|
88 |
|
89 |
|
90 |
### Framework versions
|