polejowska commited on
Commit
c02fd24
1 Parent(s): d5189a6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
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 dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.6392
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: 10
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
@@ -58,6 +58,16 @@ The following hyperparameters were used during training:
58
  | 2.1111 | 8.0 | 36848 | 1.6622 |
59
  | 2.0959 | 9.0 | 41454 | 1.6467 |
60
  | 2.0826 | 10.0 | 46060 | 1.6392 |
 
 
 
 
 
 
 
 
 
 
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 dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.5992
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
  | 2.1111 | 8.0 | 36848 | 1.6622 |
59
  | 2.0959 | 9.0 | 41454 | 1.6467 |
60
  | 2.0826 | 10.0 | 46060 | 1.6392 |
61
+ | 2.1132 | 11.0 | 50666 | 1.6875 |
62
+ | 2.1145 | 12.0 | 55272 | 1.6863 |
63
+ | 2.0947 | 13.0 | 59878 | 1.6528 |
64
+ | 2.0777 | 14.0 | 64484 | 1.6669 |
65
+ | 2.0551 | 15.0 | 69090 | 1.6241 |
66
+ | 2.0567 | 16.0 | 73696 | 1.6241 |
67
+ | 2.042 | 17.0 | 78302 | 1.6171 |
68
+ | 2.0306 | 18.0 | 82908 | 1.6062 |
69
+ | 2.015 | 19.0 | 87514 | 1.5989 |
70
+ | 2.0084 | 20.0 | 92120 | 1.5992 |
71
 
72
 
73
  ### Framework versions