Add library_name metadata
Browse filesThis PR ensures a "Use this model" button appears at the top right with a sample code snippet.
README.md
CHANGED
@@ -3,6 +3,7 @@ license: mit
|
|
3 |
base_model:
|
4 |
- moonshotai/Moonlight-16B-A3B
|
5 |
pipeline_tag: image-text-to-text
|
|
|
6 |
---
|
7 |
|
8 |
|
|
|
3 |
base_model:
|
4 |
- moonshotai/Moonlight-16B-A3B
|
5 |
pipeline_tag: image-text-to-text
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
|
9 |
|