nielsr HF Staff commited on
Commit
b5b62ac
·
verified ·
1 Parent(s): 024a05a

Add pipeline tag and license to model card

Browse files

This PR adds the `pipeline_tag: image-text-to-text` to improve discoverability on the Hugging Face Hub. It also adds the license `cc-by-nc-4.0` which was found in the github repository.

Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  # IVT-LR
2
 
3
  ## Overview
@@ -26,3 +31,4 @@ qwen_model_path = hf_hub_download("FYYDCC/IVTLR", "qwen_vl/model.pth")
26
 
27
  # Example: download Chameleon model
28
  chameleon_model_path = hf_hub_download("FYYDCC/IVTLR", "chameleon/model.pth")
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ pipeline_tag: image-text-to-text
4
+ ---
5
+
6
  # IVT-LR
7
 
8
  ## Overview
 
31
 
32
  # Example: download Chameleon model
33
  chameleon_model_path = hf_hub_download("FYYDCC/IVTLR", "chameleon/model.pth")
34
+ ```