Add `transformers` as library_name
Browse filesThis update will explicitly tag this model as a `transformers` model, which will automatically add code snippets and deploy buttons on the model page. It will also help referencing the model on the platform.
README.md
CHANGED
@@ -7,10 +7,11 @@ base_model:
|
|
7 |
- Qwen/Qwen2-7B
|
8 |
pipeline_tag: image-text-to-text
|
9 |
tags:
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
14 |
---
|
15 |
|
16 |
<img src="molmo_logo.png" alt="Logo for the Molmo Project" style="width: auto; height: 50px;">
|
@@ -183,4 +184,4 @@ processor = AutoProcessor.from_pretrained(
|
|
183 |
## License and Use
|
184 |
|
185 |
This model is licensed under Apache 2.0. It is intended for research and educational use.
|
186 |
-
For more information, please see our [Responsible Use Guidelines](https://allenai.org/responsible-use).
|
|
|
7 |
- Qwen/Qwen2-7B
|
8 |
pipeline_tag: image-text-to-text
|
9 |
tags:
|
10 |
+
- multimodal
|
11 |
+
- olmo
|
12 |
+
- molmo
|
13 |
+
- pixmo
|
14 |
+
library_name: transformers
|
15 |
---
|
16 |
|
17 |
<img src="molmo_logo.png" alt="Logo for the Molmo Project" style="width: auto; height: 50px;">
|
|
|
184 |
## License and Use
|
185 |
|
186 |
This model is licensed under Apache 2.0. It is intended for research and educational use.
|
187 |
+
For more information, please see our [Responsible Use Guidelines](https://allenai.org/responsible-use).
|