polejowska commited on
Commit
74e58d3
1 Parent(s): a34d25c

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.8790
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: 5
43
 
44
  ### Training results
45
 
@@ -50,6 +50,11 @@ The following hyperparameters were used during training:
50
  | 2.8118 | 3.0 | 282 | 1.9844 |
51
  | 2.5555 | 4.0 | 376 | 1.9309 |
52
  | 2.4803 | 5.0 | 470 | 1.8790 |
 
 
 
 
 
53
 
54
 
55
  ### 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.7905
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: 10
43
 
44
  ### Training results
45
 
 
50
  | 2.8118 | 3.0 | 282 | 1.9844 |
51
  | 2.5555 | 4.0 | 376 | 1.9309 |
52
  | 2.4803 | 5.0 | 470 | 1.8790 |
53
+ | 2.5099 | 6.0 | 564 | 2.0294 |
54
+ | 2.5365 | 7.0 | 658 | 1.8845 |
55
+ | 2.4593 | 8.0 | 752 | 1.8699 |
56
+ | 2.4248 | 9.0 | 846 | 1.7946 |
57
+ | 2.4017 | 10.0 | 940 | 1.7905 |
58
 
59
 
60
  ### Framework versions