Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`microsoft/swin-tiny-patch4-window7-224`](https://huggingface.co./microsoft/swin-tiny-patch4-window7-224) 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).
If you want to automatically add `base_model` metadata to more of your modes you can use the [Librarian Bot](https://huggingface.co./librarian-bot) [Metadata Request Service](https://huggingface.co./spaces/librarian-bots/metadata_request_service)!
@@ -5,6 +5,8 @@ tags:
|
|
5 |
datasets:
|
6 |
- image_folder
|
7 |
- nielsr/eurosat-demo
|
|
|
|
|
8 |
widget:
|
9 |
- src: https://drive.google.com/uc?id=1trKgvkMRQ3BB0VcqnDwmieLxXhWmS8rq
|
10 |
example_title: Annual Crop
|
@@ -26,22 +28,21 @@ widget:
|
|
26 |
example_title: River
|
27 |
- src: https://drive.google.com/uc?id=1zVAfR7N5hXy6eq1cVOd8bXPjC1sqxVir
|
28 |
example_title: Sea Lake
|
29 |
-
|
30 |
-
- accuracy
|
31 |
model-index:
|
32 |
- name: swin-tiny-patch4-window7-224-finetuned-eurosat
|
33 |
results:
|
34 |
- task:
|
|
|
35 |
name: Image Classification
|
36 |
-
type: image-classification
|
37 |
dataset:
|
38 |
name: image_folder
|
39 |
type: image_folder
|
40 |
args: default
|
41 |
metrics:
|
42 |
-
-
|
43 |
-
type: accuracy
|
44 |
value: 0.9848148148148148
|
|
|
45 |
---
|
46 |
|
47 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
5 |
datasets:
|
6 |
- image_folder
|
7 |
- nielsr/eurosat-demo
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
widget:
|
11 |
- src: https://drive.google.com/uc?id=1trKgvkMRQ3BB0VcqnDwmieLxXhWmS8rq
|
12 |
example_title: Annual Crop
|
|
|
28 |
example_title: River
|
29 |
- src: https://drive.google.com/uc?id=1zVAfR7N5hXy6eq1cVOd8bXPjC1sqxVir
|
30 |
example_title: Sea Lake
|
31 |
+
base_model: microsoft/swin-tiny-patch4-window7-224
|
|
|
32 |
model-index:
|
33 |
- name: swin-tiny-patch4-window7-224-finetuned-eurosat
|
34 |
results:
|
35 |
- task:
|
36 |
+
type: image-classification
|
37 |
name: Image Classification
|
|
|
38 |
dataset:
|
39 |
name: image_folder
|
40 |
type: image_folder
|
41 |
args: default
|
42 |
metrics:
|
43 |
+
- type: accuracy
|
|
|
44 |
value: 0.9848148148148148
|
45 |
+
name: Accuracy
|
46 |
---
|
47 |
|
48 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|