0llheaven commited on
Commit
a78e400
·
verified ·
1 Parent(s): 14bf118

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
38
 
39
  # Load model and tokenizer
40
  model, tokenizer = FastVisionModel.from_pretrained(
41
- "0llheaven/Llama-3.2-11B-Vision-Radiology-mini",
42
  load_in_4bit=True,
43
  use_gradient_checkpointing="unsloth",
44
  )
 
38
 
39
  # Load model and tokenizer
40
  model, tokenizer = FastVisionModel.from_pretrained(
41
+ "0llheaven/Llama-3.2-CXR-Instruct-V1",
42
  load_in_4bit=True,
43
  use_gradient_checkpointing="unsloth",
44
  )