Add pipeline tag and license to model card
#1
by
nielsr
HF Staff
- opened
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 |
+
```
|