Update README.md
Browse files
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-
|
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,
|