Wauplin HF staff commited on
Commit
97d0d27
1 Parent(s): 0814349

Add `transformers` as library_name

Browse files

This 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.

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -7,10 +7,11 @@ base_model:
7
  - Qwen/Qwen2-72B
8
  pipeline_tag: image-text-to-text
9
  tags:
10
- - multimodal
11
- - olmo
12
- - molmo
13
- - pixmo
 
14
  ---
15
 
16
  <img src="molmo_logo.png" alt="Logo for the Molmo Project" style="width: auto; height: 50px;">
 
7
  - Qwen/Qwen2-72B
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;">