Update README.md with correct model name.
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ from transformers import AutoModel, AutoTokenizer
|
|
49 |
|
50 |
|
51 |
# Set up the model and tokenizer
|
52 |
-
model_path = 'h2oai/
|
53 |
model = AutoModel.from_pretrained(
|
54 |
model_path,
|
55 |
torch_dtype=torch.bfloat16,
|
|
|
49 |
|
50 |
|
51 |
# Set up the model and tokenizer
|
52 |
+
model_path = 'h2oai/h2ovl-mississippi-2b'
|
53 |
model = AutoModel.from_pretrained(
|
54 |
model_path,
|
55 |
torch_dtype=torch.bfloat16,
|