Fix formatting

#3
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -10,7 +10,6 @@ tags:
10
  pipeline_tag: zero-shot-image-classification
11
  ---
12
 
13
- ```markdown
14
  ## Official implementation of ViT-B/16 LongProLIP on ShareGPT4V
15
 
16
  - This LongProLIP weight fine-tuned on ShareGPT4V 24M samples
@@ -70,7 +69,9 @@ print("Image uncertainty: ", i_unc)
70
  print("Text uncertainty: ", t_unc)
71
  ```
72
 
73
- ```
 
 
74
  @article{chun2025longprolip,
75
  title={LongProLIP: A Probabilistic Vision-Language Model with Long Context Text},
76
  author={Chun, Sanghyuk and Yun, Sangdoo},
 
10
  pipeline_tag: zero-shot-image-classification
11
  ---
12
 
 
13
  ## Official implementation of ViT-B/16 LongProLIP on ShareGPT4V
14
 
15
  - This LongProLIP weight fine-tuned on ShareGPT4V 24M samples
 
69
  print("Text uncertainty: ", t_unc)
70
  ```
71
 
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},