polejowska commited on
Commit
342444e
1 Parent(s): 852b688

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.7225
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: 20
43
 
44
  ### Training results
45
 
@@ -65,6 +65,11 @@ The following hyperparameters were used during training:
65
  | 2.3002 | 18.0 | 1692 | 1.7216 |
66
  | 2.2756 | 19.0 | 1786 | 1.7345 |
67
  | 2.2656 | 20.0 | 1880 | 1.7225 |
 
 
 
 
 
68
 
69
 
70
  ### 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.6933
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: 25
43
 
44
  ### Training results
45
 
 
65
  | 2.3002 | 18.0 | 1692 | 1.7216 |
66
  | 2.2756 | 19.0 | 1786 | 1.7345 |
67
  | 2.2656 | 20.0 | 1880 | 1.7225 |
68
+ | 2.3083 | 21.0 | 1974 | 1.7549 |
69
+ | 2.2542 | 22.0 | 2068 | 1.7175 |
70
+ | 2.2262 | 23.0 | 2162 | 1.6998 |
71
+ | 2.2644 | 24.0 | 2256 | 1.7020 |
72
+ | 2.2392 | 25.0 | 2350 | 1.6933 |
73
 
74
 
75
  ### Framework versions