SanghyukChun commited on
Commit
84a8dc9
·
verified ·
1 Parent(s): 9c1933b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -11
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
@@ -69,18 +70,20 @@ print("Image uncertainty: ", i_unc)
69
  print("Text uncertainty: ", t_unc)
70
  ```
71
 
72
- ```
73
- @article{chun2025longprolip,
74
- title={LongProLIP: A Probabilistic Vision-Language Model with Long Context Text},
75
- author={Chun, Sanghyuk and Yun, Sangdoo},
76
- journal={arXiv preprint arXiv:2503.08048},
77
- year={2025}
 
 
78
  }
79
 
80
- @article{chun2024prolip,
81
- title={Probabilistic Language-Image Pre-Training},
82
- author={Chun, Sanghyuk and Kim, Wonjae and Park, Song and Yun, Sangdoo},
83
- journal={arXiv preprint arXiv:2410.18857},
84
- year={2024}
85
  }
86
  ```
 
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
 
70
  print("Text uncertainty: ", t_unc)
71
  ```
72
 
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
  ```