Commit
·
533ff8a
1
Parent(s):
e2e5225
Librarian Bot: Add base_model information to model
Browse filesThis is a pull request to add `facebook/convnext-base-224-22k` as a `base_model` field to the metadata for your model (defined in the `YAML` block of your model's `README.md`).
This information was found in the model card by doing a regular expression match on your model's `README.md` file.
Adding this information to your models metadata will allow users to find your model when searching for models based on a specific model and make it easier to discover the links between different models on the hub.
This PR was made by Librarian Bot. Feel free to get in touch with
@davanstrien
](https://huggingface.co/davanstrien) with feedback or questions.
README.md
CHANGED
@@ -5,6 +5,7 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- f1
|
|
|
8 |
model-index:
|
9 |
- name: convnext_manuscript_iiif
|
10 |
results: []
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- f1
|
8 |
+
base_model: facebook/convnext-base-224-22k
|
9 |
model-index:
|
10 |
- name: convnext_manuscript_iiif
|
11 |
results: []
|