Commit
•
ac6e922
1
Parent(s):
33f9027
update model card README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: facebook/detr-resnet-50
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
- name: detr-resnet-50-base-coco
|
@@ -13,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# detr-resnet-50-base-coco
|
15 |
|
16 |
-
This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 5.
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: facebook/detr-resnet-50
|
4 |
tags:
|
5 |
+
- object-detection
|
6 |
+
- vision
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
- name: detr-resnet-50-base-coco
|
|
|
15 |
|
16 |
# detr-resnet-50-base-coco
|
17 |
|
18 |
+
This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the detection-datasets/coco dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 5.2641
|
21 |
|
22 |
## Model description
|
23 |
|