Commit
·
9cf99e0
1
Parent(s):
681580b
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 [microsoft/conditional-detr-resnet-50](https://huggingface.co/microsoft/conditional-detr-resnet-50) on the cd45rb 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.8257 | 8.0 | 18424 | 1.8407 |
|
| 59 |
| 1.8101 | 9.0 | 20727 | 1.8453 |
|
| 60 |
| 1.8025 | 10.0 | 23030 | 1.8344 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [microsoft/conditional-detr-resnet-50](https://huggingface.co/microsoft/conditional-detr-resnet-50) on the cd45rb dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 1.7969
|
| 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.8257 | 8.0 | 18424 | 1.8407 |
|
| 59 |
| 1.8101 | 9.0 | 20727 | 1.8453 |
|
| 60 |
| 1.8025 | 10.0 | 23030 | 1.8344 |
|
| 61 |
+
| 1.8177 | 11.0 | 25333 | 1.8496 |
|
| 62 |
+
| 1.8092 | 12.0 | 27636 | 1.8584 |
|
| 63 |
+
| 1.8016 | 13.0 | 29939 | 1.8277 |
|
| 64 |
+
| 1.7961 | 14.0 | 32242 | 1.8230 |
|
| 65 |
+
| 1.7853 | 15.0 | 34545 | 1.8130 |
|
| 66 |
+
| 1.7769 | 16.0 | 36848 | 1.8098 |
|
| 67 |
+
| 1.7708 | 17.0 | 39151 | 1.8030 |
|
| 68 |
+
| 1.7626 | 18.0 | 41454 | 1.7994 |
|
| 69 |
+
| 1.7596 | 19.0 | 43757 | 1.8018 |
|
| 70 |
+
| 1.7547 | 20.0 | 46060 | 1.7969 |
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|