Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`hustvl/yolos-small`](https://huggingface.co/hustvl/yolos-small) as a `base_model` field, situated in the `YAML` block of your model's `README.md`.
How did we find this information? We performed a regular expression match on your `README.md` file to determine the connection.
**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.
For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).
This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien). Your input is invaluable to us!
@@ -5,17 +5,17 @@ tags:
|
|
5 |
- object-detection
|
6 |
- license-plate-detection
|
7 |
- vehicle-detection
|
8 |
-
widget:
|
9 |
-
- src: https://drive.google.com/uc?id=1j9VZQ4NDS4gsubFf3m2qQoTMWLk552bQ
|
10 |
-
example_title: "Skoda 1"
|
11 |
-
- src: https://drive.google.com/uc?id=1p9wJIqRz3W50e2f_A0D8ftla8hoXz4T5
|
12 |
-
example_title: "Skoda 2"
|
13 |
metrics:
|
14 |
- average precision
|
15 |
- recall
|
16 |
- IOU
|
|
|
|
|
|
|
|
|
|
|
17 |
pipeline_tag: object-detection
|
18 |
-
|
19 |
---
|
20 |
# YOLOS (small-sized) model
|
21 |
This model is a fine-tuned version of [hustvl/yolos-small](https://huggingface.co/hustvl/yolos-small) on the [licesne-plate-recognition](https://app.roboflow.com/objectdetection-jhgr1/license-plates-recognition/2) dataset from Roboflow which contains 5200 images in the training set and 380 in the validation set.
|
|
|
5 |
- object-detection
|
6 |
- license-plate-detection
|
7 |
- vehicle-detection
|
|
|
|
|
|
|
|
|
|
|
8 |
metrics:
|
9 |
- average precision
|
10 |
- recall
|
11 |
- IOU
|
12 |
+
widget:
|
13 |
+
- src: https://drive.google.com/uc?id=1j9VZQ4NDS4gsubFf3m2qQoTMWLk552bQ
|
14 |
+
example_title: Skoda 1
|
15 |
+
- src: https://drive.google.com/uc?id=1p9wJIqRz3W50e2f_A0D8ftla8hoXz4T5
|
16 |
+
example_title: Skoda 2
|
17 |
pipeline_tag: object-detection
|
18 |
+
base_model: hustvl/yolos-small
|
19 |
---
|
20 |
# YOLOS (small-sized) model
|
21 |
This model is a fine-tuned version of [hustvl/yolos-small](https://huggingface.co/hustvl/yolos-small) on the [licesne-plate-recognition](https://app.roboflow.com/objectdetection-jhgr1/license-plates-recognition/2) dataset from Roboflow which contains 5200 images in the training set and 380 in the validation set.
|