nielsr HF staff commited on
Commit
ae54ff2
·
verified ·
1 Parent(s): e40dad3

Correct pipeline tag, add library name, correct paper link

Browse files

This PR corrects the `pipeline_tag` to `image-classification`, adds the `library_name` as `transformers`, and updates the paper link to the Hugging Face page. The model is an image classifier used for safety evaluation of generated images, not an image-to-text model.

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,16 +1,16 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
3
  tag:
4
  - vision
5
  - image-classification
6
  - image-to-text
7
  - image-captioning
8
- base_model:
9
- - internlm/internlm-xcomposer2-vl-7b
10
- pipeline_tag: image-to-text
11
  ---
12
 
13
-
14
  <p align="center">
15
  <img src="logo_en.png" width="400"/>
16
  <p>
@@ -23,7 +23,7 @@ pipeline_tag: image-to-text
23
 
24
  [💻Github Repo](https://github.com/adwardlee/t2i_safety)
25
 
26
- [Paper](https://arxiv.org/abs/)
27
 
28
  </div>
29
 
 
1
  ---
2
+ base_model:
3
+ - internlm/internlm-xcomposer2-vl-7b
4
  license: apache-2.0
5
+ pipeline_tag: image-classification
6
+ library_name: transformers
7
  tag:
8
  - vision
9
  - image-classification
10
  - image-to-text
11
  - image-captioning
 
 
 
12
  ---
13
 
 
14
  <p align="center">
15
  <img src="logo_en.png" width="400"/>
16
  <p>
 
23
 
24
  [💻Github Repo](https://github.com/adwardlee/t2i_safety)
25
 
26
+ [Paper](https://hf.co/papers/2501.12612)
27
 
28
  </div>
29