smg478 commited on
Commit
01c5310
1 Parent(s): eb7cb95

Update README.md with correct model name.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/h2o-mississippi-2b'
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,