prithivMLmods commited on
Commit
686d968
1 Parent(s): 78ad9e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ model = Qwen2VLForConditionalGeneration.from_pretrained(
57
  # )
58
 
59
  # default processer
60
- processor = AutoProcessor.from_pretrained("prithivMLmods/Qwen2-VL-OCR-2B-Instruct")
61
 
62
  # The default range for the number of visual tokens per image in the model is 4-16384. You can set min_pixels and max_pixels according to your needs, such as a token count range of 256-1280, to balance speed and memory usage.
63
  # min_pixels = 256*28*28
 
57
  # )
58
 
59
  # default processer
60
+ processor = AutoProcessor.from_pretrained("prithivMLmods/Qwen2-VL-Math-Prase-2B-Instruct")
61
 
62
  # The default range for the number of visual tokens per image in the model is 4-16384. You can set min_pixels and max_pixels according to your needs, such as a token count range of 256-1280, to balance speed and memory usage.
63
  # min_pixels = 256*28*28