polejowska
commited on
Commit
•
cd38be7
1
Parent(s):
5430b22
update model card README.md
Browse files
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.
|
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:
|
43 |
|
44 |
### Training results
|
45 |
|
@@ -50,6 +50,11 @@ The following hyperparameters were used during training:
|
|
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
|
|
|
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.0136
|
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.2027 | 3.0 | 726 | 2.1456 |
|
51 |
| 2.183 | 4.0 | 968 | 2.0863 |
|
52 |
| 2.0628 | 5.0 | 1210 | 2.0294 |
|
53 |
+
| 2.1588 | 6.0 | 1452 | 2.0859 |
|
54 |
+
| 2.1731 | 7.0 | 1694 | 2.0731 |
|
55 |
+
| 2.1041 | 8.0 | 1936 | 2.1052 |
|
56 |
+
| 2.0383 | 9.0 | 2178 | 2.0378 |
|
57 |
+
| 1.967 | 10.0 | 2420 | 2.0136 |
|
58 |
|
59 |
|
60 |
### Framework versions
|