SanghyukChun commited on
Commit
bbdea16
·
verified ·
1 Parent(s): cf764fb

Update README.md

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