leoxiaobin g1y5x3 commited on
Commit
5dcfdfb
1 Parent(s): dbcdaaa

correct the paper reference (#25)

Browse files

- correct the paper reference (60b3121394096f619f99dff95866a4bc4bd47e4c)


Co-authored-by: Yixiang Gao <g1y5x3@users.noreply.huggingface.co>

Files changed (1) hide show
  1. image_processing_phi3_v.py +1 -1
image_processing_phi3_v.py CHANGED
@@ -123,7 +123,7 @@ def pad_to_max_num_crops_tensor(images, max_crops=5):
123
  class Phi3VImageProcessor(BaseImageProcessor):
124
  r"""
125
  Constructs a Phi3 image processor. Based on [`CLIPImageProcessor`] with incorporation of additional techniques
126
- for processing high resolution images as explained in the [InternLM-XComposer2-4KHD](https://arxiv.org/abs/2401.16420)
127
 
128
  Args:
129
  image_mean (`float` or `List[float]`, *optional*, defaults to `[0.48145466, 0.4578275, 0.40821073]`):
 
123
  class Phi3VImageProcessor(BaseImageProcessor):
124
  r"""
125
  Constructs a Phi3 image processor. Based on [`CLIPImageProcessor`] with incorporation of additional techniques
126
+ for processing high resolution images as explained in the [InternLM-XComposer2-4KHD](https://arxiv.org/pdf/2404.06512)
127
 
128
  Args:
129
  image_mean (`float` or `List[float]`, *optional*, defaults to `[0.48145466, 0.4578275, 0.40821073]`):