Add `library_name: transformers` to metadata
Browse filesThis PR adds the `library_name: transformers` tag to the model card's YAML metadata. This will enable the automatic display of a "How to use" widget on the model page, providing users with a convenient code snippet for getting started with the model using the Hugging Face `transformers` library.
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
pipeline_tag: image-text-to-text
|
4 |
base_model:
|
5 |
- internlm/Intern-S1
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
-
|
9 |
## Intern-S1
|
10 |
|
11 |
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model:
|
3 |
- internlm/Intern-S1
|
4 |
+
license: apache-2.0
|
5 |
+
pipeline_tag: image-text-to-text
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
|
|
|
9 |
## Intern-S1
|
10 |
|
11 |
|