polejowska
commited on
Commit
•
dd3c236
1
Parent(s):
1d7a19a
update model card README.md
Browse files
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 [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the cd45rb_nan_xywh dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -41,7 +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:
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
@@ -58,6 +58,16 @@ The following hyperparameters were used during training:
|
|
58 |
| 1.4703 | 8.0 | 36848 | 1.1246 |
|
59 |
| 1.4655 | 9.0 | 41454 | 1.1222 |
|
60 |
| 1.4625 | 10.0 | 46060 | 1.1222 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the cd45rb_nan_xywh dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.0859
|
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 |
+
- num_epochs: 20
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
|
|
58 |
| 1.4703 | 8.0 | 36848 | 1.1246 |
|
59 |
| 1.4655 | 9.0 | 41454 | 1.1222 |
|
60 |
| 1.4625 | 10.0 | 46060 | 1.1222 |
|
61 |
+
| 1.4579 | 11.0 | 50666 | 1.1178 |
|
62 |
+
| 1.4529 | 12.0 | 55272 | 1.1086 |
|
63 |
+
| 1.4397 | 13.0 | 59878 | 1.1034 |
|
64 |
+
| 1.4366 | 14.0 | 64484 | 1.0990 |
|
65 |
+
| 1.425 | 15.0 | 69090 | 1.0943 |
|
66 |
+
| 1.4252 | 16.0 | 73696 | 1.0912 |
|
67 |
+
| 1.4215 | 17.0 | 78302 | 1.0881 |
|
68 |
+
| 1.4188 | 18.0 | 82908 | 1.0875 |
|
69 |
+
| 1.4133 | 19.0 | 87514 | 1.0870 |
|
70 |
+
| 1.4152 | 20.0 | 92120 | 1.0859 |
|
71 |
|
72 |
|
73 |
### Framework versions
|