liquidalex commited on
Commit
30e5ebb
·
verified ·
1 Parent(s): cf4cf70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ from transformers import AutoProcessor, AutoModelForImageTextToText
102
  from transformers.image_utils import load_image
103
 
104
  # Load model and processor
105
- model_id = "LiquidAI/LFM2-VL-1.6B"
106
  model = AutoModelForImageTextToText.from_pretrained(
107
  model_id,
108
  device_map="auto",
 
102
  from transformers.image_utils import load_image
103
 
104
  # Load model and processor
105
+ model_id = "LiquidAI/LFM2-VL-450M"
106
  model = AutoModelForImageTextToText.from_pretrained(
107
  model_id,
108
  device_map="auto",