polejowska commited on
Commit
d1b58d5
1 Parent(s): ab96b81

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -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.9286
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: 7
43
 
44
  ### Training results
45
 
@@ -52,6 +52,14 @@ The following hyperparameters were used during training:
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
 
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.7409
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: 15
43
 
44
  ### Training results
45
 
 
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
+ | 2.5342 | 8.0 | 752 | 1.9366 |
56
+ | 2.5519 | 9.0 | 846 | 1.9736 |
57
+ | 2.4988 | 10.0 | 940 | 1.8816 |
58
+ | 2.5101 | 11.0 | 1034 | 1.8454 |
59
+ | 2.4441 | 12.0 | 1128 | 1.8143 |
60
+ | 2.3857 | 13.0 | 1222 | 1.7919 |
61
+ | 2.2877 | 14.0 | 1316 | 1.7400 |
62
+ | 2.3013 | 15.0 | 1410 | 1.7409 |
63
 
64
 
65
  ### Framework versions