polejowska commited on
Commit
9ef9184
1 Parent(s): 1f6685a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
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.6680
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: 45
43
 
44
  ### Training results
45
 
@@ -90,6 +90,11 @@ The following hyperparameters were used during training:
90
  | 2.1419 | 43.0 | 4042 | 1.6829 |
91
  | 2.1695 | 44.0 | 4136 | 1.6625 |
92
  | 2.1478 | 45.0 | 4230 | 1.6680 |
 
 
 
 
 
93
 
94
 
95
  ### 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.6658
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: 50
43
 
44
  ### Training results
45
 
90
  | 2.1419 | 43.0 | 4042 | 1.6829 |
91
  | 2.1695 | 44.0 | 4136 | 1.6625 |
92
  | 2.1478 | 45.0 | 4230 | 1.6680 |
93
+ | 2.1464 | 46.0 | 4324 | 1.6795 |
94
+ | 2.1809 | 47.0 | 4418 | 1.6775 |
95
+ | 2.174 | 48.0 | 4512 | 1.6668 |
96
+ | 2.1391 | 49.0 | 4606 | 1.6559 |
97
+ | 2.1466 | 50.0 | 4700 | 1.6658 |
98
 
99
 
100
  ### Framework versions