polejowska commited on
Commit
4e150d2
1 Parent(s): e360c31

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.6859
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: 30
43
 
44
  ### Training results
45
 
@@ -75,6 +75,11 @@ The following hyperparameters were used during training:
75
  | 2.2019 | 28.0 | 2632 | 1.6977 |
76
  | 2.1804 | 29.0 | 2726 | 1.6867 |
77
  | 2.1939 | 30.0 | 2820 | 1.6859 |
 
 
 
 
 
78
 
79
 
80
  ### 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.6713
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: 35
43
 
44
  ### Training results
45
 
 
75
  | 2.2019 | 28.0 | 2632 | 1.6977 |
76
  | 2.1804 | 29.0 | 2726 | 1.6867 |
77
  | 2.1939 | 30.0 | 2820 | 1.6859 |
78
+ | 2.1863 | 31.0 | 2914 | 1.6802 |
79
+ | 2.2009 | 32.0 | 3008 | 1.6940 |
80
+ | 2.1894 | 33.0 | 3102 | 1.6720 |
81
+ | 2.1759 | 34.0 | 3196 | 1.6700 |
82
+ | 2.1575 | 35.0 | 3290 | 1.6713 |
83
 
84
 
85
  ### Framework versions