nielsr HF staff commited on
Commit
c270b36
·
verified ·
1 Parent(s): 85dfb96

Add missing metadata: `pipeline_tag`, `library_name`, and `license`

Browse files

This PR adds missing metadata to the model card, including the `pipeline_tag`, `library_name`, and `license`. This improves discoverability and clarifies the model's capabilities and usage. The `pipeline_tag` is set to `image-text-to-text` reflecting the model's multimodal nature. The `library_name` is set to `transformers` based on the file structure. Please replace 'mit' with the actual license if available.

Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
 
2
  ### Introduction
3
  Paper: [Paper](https://arxiv.org/abs/2502.18411),
@@ -45,7 +50,4 @@ By integrating OmniAlign-V-DPO datasets in DPO stage, we can further improve the
45
  | Idefics3-8B | 2.7 | -92.3 | 3 | 4 | 0 | 15 | 230 |
46
 
47
  ### How to use
48
- Please refer to our [Github](https://github.com/PhoenixZ810/OmniAlign-V) for more details about training and evaluation.
49
-
50
-
51
-
 
1
+ ---
2
+ license: mit # Please replace 'mit' with the actual license if available
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
+ ---
6
 
7
  ### Introduction
8
  Paper: [Paper](https://arxiv.org/abs/2502.18411),
 
50
  | Idefics3-8B | 2.7 | -92.3 | 3 | 4 | 0 | 15 | 230 |
51
 
52
  ### How to use
53
+ Please refer to our [Github](https://github.com/PhoenixZ810/OmniAlign-V) for more details about training and evaluation.