Correct pipeline tag, add library name, correct paper link
Browse filesThis 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.
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://
|
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 |
|