Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ tags:
|
|
8 |
- pytorch_model_hub_mixin
|
9 |
- model_hub_mixin
|
10 |
pipeline_tag: zero-shot-image-classification
|
|
|
11 |
---
|
12 |
|
13 |
## Official implementation of ViT-B/16 LongProLIP on ShareGPT4V
|
@@ -72,17 +73,17 @@ print("Text uncertainty: ", t_unc)
|
|
72 |
## Citation
|
73 |
|
74 |
```bibtex
|
75 |
-
@
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
}
|
81 |
|
82 |
-
@
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
}
|
88 |
```
|
|
|
8 |
- pytorch_model_hub_mixin
|
9 |
- model_hub_mixin
|
10 |
pipeline_tag: zero-shot-image-classification
|
11 |
+
library_name: prolip
|
12 |
---
|
13 |
|
14 |
## Official implementation of ViT-B/16 LongProLIP on ShareGPT4V
|
|
|
73 |
## Citation
|
74 |
|
75 |
```bibtex
|
76 |
+
@inproceedings{chun2025prolip,
|
77 |
+
title={Probabilistic Language-Image Pre-Training},
|
78 |
+
author={Chun, Sanghyuk and Kim, Wonjae and Park, Song and Yun, Sangdoo},
|
79 |
+
year={2025},
|
80 |
+
booktitle={International Conference on Learning Representations (ICLR)},
|
81 |
}
|
82 |
|
83 |
+
@inproceedings{chun2025longprolip,
|
84 |
+
title={LongProLIP: A Probabilistic Vision-Language Model with Long Context Text},
|
85 |
+
author={Chun, Sanghyuk and Yun, Sangdoo},
|
86 |
+
year={2025},
|
87 |
+
booktitle={ICLR Workshop on Quantify Uncertainty and Hallucination in Foundation Models},
|
88 |
}
|
89 |
```
|