polejowska commited on
Commit
55c9346
·
1 Parent(s): e2ae579

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -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: 2.0122
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: 3
43
 
44
  ### Training results
45
 
@@ -48,6 +48,10 @@ The following hyperparameters were used during training:
48
  | 3.4338 | 1.0 | 94 | 2.4137 |
49
  | 2.9565 | 2.0 | 188 | 2.1738 |
50
  | 2.7101 | 3.0 | 282 | 2.0122 |
 
 
 
 
51
 
52
 
53
  ### 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.9286
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: 7
43
 
44
  ### Training results
45
 
 
48
  | 3.4338 | 1.0 | 94 | 2.4137 |
49
  | 2.9565 | 2.0 | 188 | 2.1738 |
50
  | 2.7101 | 3.0 | 282 | 2.0122 |
51
+ | 2.7515 | 4.0 | 376 | 1.9646 |
52
+ | 2.724 | 5.0 | 470 | 2.1284 |
53
+ | 2.6193 | 6.0 | 564 | 1.9380 |
54
+ | 2.5032 | 7.0 | 658 | 1.9286 |
55
 
56
 
57
  ### Framework versions