nielsr HF Staff commited on
Commit
b030336
·
verified ·
1 Parent(s): 4c7172a

Add pipeline tag and library name

Browse files

This PR improves the model card by adding the `pipeline_tag` and `library_name` metadata. The `image-text-to-image` pipeline tag was chosen as it best reflects the model's input and output format. The library name is set to PyTorch.

Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
 
5
  # AnyAttack: Anyattack: Towards Large-scale Self-supervised Adversarial Attacks on Vision-language Models
@@ -33,7 +35,4 @@ This model is intended **for research purposes only**. The misuse of adversarial
33
 
34
  ---
35
 
36
- ### ⭐ If you find this model useful, please give it a star on Hugging Face! ⭐
37
-
38
-
39
-
 
1
  ---
2
  license: mit
3
+ pipeline_tag: image-text-to-image
4
+ library_name: pytorch
5
  ---
6
 
7
  # AnyAttack: Anyattack: Towards Large-scale Self-supervised Adversarial Attacks on Vision-language Models
 
35
 
36
  ---
37
 
38
+ ### ⭐ If you find this model useful, please give it a star on Hugging Face! ⭐