Add metadata and update paper links
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ProCIR — Multi-View Product-Level Composed Image Retrieval
|
| 2 |
|
| 3 |
-
[[Paper (arXiv)]](https://arxiv.org/abs/
|
| 4 |
|
| 5 |
## Model Description
|
| 6 |
|
|
@@ -38,4 +47,4 @@ model = Qwen3_5ForConditionalGeneration.from_pretrained("yuandaxia/ProCIR", torc
|
|
| 38 |
|
| 39 |
## License
|
| 40 |
|
| 41 |
-
Model weights are released under the same license as the base model ([Qwen3.5](https://huggingface.co/Qwen/Qwen3.5-0.8B)).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: image-text-to-text
|
| 5 |
+
base_model: Qwen/Qwen3.5-0.8B
|
| 6 |
+
datasets:
|
| 7 |
+
- yuandaxia/FashionMV
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# ProCIR — Multi-View Product-Level Composed Image Retrieval
|
| 11 |
|
| 12 |
+
[[Paper (arXiv)]](https://arxiv.org/abs/2604.10297) | [[Code (GitHub)]](https://github.com/yuandaxia2001/FashionMV) | [[Dataset]](https://huggingface.co/datasets/yuandaxia/FashionMV)
|
| 13 |
|
| 14 |
## Model Description
|
| 15 |
|
|
|
|
| 47 |
|
| 48 |
## License
|
| 49 |
|
| 50 |
+
Model weights are released under the same license as the base model ([Qwen3.5](https://huggingface.co/Qwen/Qwen3.5-0.8B)).
|