mjbuehler commited on
Commit
ce2fd05
·
verified ·
1 Parent(s): b2382cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -139,7 +139,7 @@ model_2 = AutoModelForCausalLM.from_pretrained(
139
  ).to(device)
140
 
141
  #Model trained on conversion of images to LaTeX formulas
142
- model_name_3 = f"lamm-mit/Cephalo-LaTeX-Phi-3-vision-128k-4b-alpha"
143
  model_3 = AutoModelForCausalLM.from_pretrained(
144
  model_name_3,
145
  trust_remote_code=True, torch_dtype=torch.bfloat16,
 
139
  ).to(device)
140
 
141
  #Model trained on conversion of images to LaTeX formulas
142
+ model_name_3 = f"lamm-mit/Cephalo-LaTeX-Phi-3-vision-128k-4b-beta"
143
  model_3 = AutoModelForCausalLM.from_pretrained(
144
  model_name_3,
145
  trust_remote_code=True, torch_dtype=torch.bfloat16,