wjbmattingly commited on
Commit
99590d6
·
verified ·
1 Parent(s): 70c9837

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -75,7 +75,7 @@ from PIL import Image
75
 
76
  # Load model and processor
77
  base_model = "Qwen/Qwen3-VL-2B-Instruct"
78
- adapter_model = "wjbmattingly/Qwen3-VL-2B-catmus-medieval"
79
 
80
  model = Qwen3VLForConditionalGeneration.from_pretrained(
81
  base_model,
 
75
 
76
  # Load model and processor
77
  base_model = "Qwen/Qwen3-VL-2B-Instruct"
78
+ adapter_model = "small-models-for-glam/Qwen3-VL-2B-catmus"
79
 
80
  model = Qwen3VLForConditionalGeneration.from_pretrained(
81
  base_model,