polejowska commited on
Commit
47c53f0
1 Parent(s): 482e804

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -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 [microsoft/conditional-detr-resnet-50](https://huggingface.co/microsoft/conditional-detr-resnet-50) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 2.1106
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: 2
43
 
44
  ### Training results
45
 
@@ -47,6 +47,9 @@ The following hyperparameters were used during training:
47
  |:-------------:|:-----:|:----:|:---------------:|
48
  | 2.6006 | 1.0 | 242 | 2.2146 |
49
  | 2.2409 | 2.0 | 484 | 2.1106 |
 
 
 
50
 
51
 
52
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [microsoft/conditional-detr-resnet-50](https://huggingface.co/microsoft/conditional-detr-resnet-50) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 2.0294
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: 5
43
 
44
  ### Training results
45
 
 
47
  |:-------------:|:-----:|:----:|:---------------:|
48
  | 2.6006 | 1.0 | 242 | 2.2146 |
49
  | 2.2409 | 2.0 | 484 | 2.1106 |
50
+ | 2.2027 | 3.0 | 726 | 2.1456 |
51
+ | 2.183 | 4.0 | 968 | 2.0863 |
52
+ | 2.0628 | 5.0 | 1210 | 2.0294 |
53
 
54
 
55
  ### Framework versions