royleibov commited on
Commit
d3f9ed0
1 Parent(s): 1e47f46

Fix small mistake

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ model = AutoModelForCausalLM.from_pretrained(
56
  torch_dtype="auto",
57
  trust_remote_code=True,
58
  )
59
- tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-3.5-mini-instruct")
60
  ```
61
  ### ZipNN
62
  ZipNN also allows you to seemlessly save local disk space in your cache after the model is downloaded.
 
56
  torch_dtype="auto",
57
  trust_remote_code=True,
58
  )
59
+ tokenizer = AutoTokenizer.from_pretrained("royleibov/Phi-3.5-mini-instruct-ZipNN-Compressed")
60
  ```
61
  ### ZipNN
62
  ZipNN also allows you to seemlessly save local disk space in your cache after the model is downloaded.