nielsr HF Staff commited on
Commit
8a9cec3
·
verified ·
1 Parent(s): 1548ec1

Add metadata

Browse files

This PR adds the missing metadata, which will enable a "Use this model" button at the top right.

Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  Here we show a code snippet to show you how to use the model with transformers for inference.
2
 
3
  ```python
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: image-text-to-text
4
+ license: apache-2.0
5
+ base_model:
6
+ - Qwen/Qwen2.5-VL-7B-Instruct
7
+ ---
8
+
9
  Here we show a code snippet to show you how to use the model with transformers for inference.
10
 
11
  ```python