prithivMLmods commited on
Commit
62de7b6
·
verified ·
1 Parent(s): 43136d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -45,12 +45,12 @@ Trained on 26M+ diverse samples from 45 datasets through a three-stage pipeline,
45
  ## Quick Start with Transformers
46
 
47
  ```python
48
- from transformers import Qwen2_5_VLForConditionalGeneration, AutoProcessor
49
  from qwen_vl_utils import process_vision_info
50
  import torch
51
 
52
  # Load the FP8 MedMO model
53
- model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
54
  "MBZUAI/MedMO-8B-FP8",
55
  torch_dtype="auto",
56
  device_map="auto"
 
45
  ## Quick Start with Transformers
46
 
47
  ```python
48
+ from transformers import Qwen3VLForConditionalGeneration, AutoProcessor
49
  from qwen_vl_utils import process_vision_info
50
  import torch
51
 
52
  # Load the FP8 MedMO model
53
+ model = Qwen3VLForConditionalGeneration.from_pretrained(
54
  "MBZUAI/MedMO-8B-FP8",
55
  torch_dtype="auto",
56
  device_map="auto"