dmedhi commited on
Commit
3b7f866
1 Parent(s): 503f4be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ Use `FastLanguageModel` to download and laod the model from hf hub.
35
  ```python
36
  from unsloth import FastLanguageModel
37
  model, tokenizer = FastLanguageModel.from_pretrained(
38
- model_name = "dmedhi/Phi-3-mini-text2SQL-4k-instruct",
39
  max_seq_length = 2048
40
  dtype = None
41
  load_in_4bit = True
 
35
  ```python
36
  from unsloth import FastLanguageModel
37
  model, tokenizer = FastLanguageModel.from_pretrained(
38
+ model_name = "dmedhi/Phi-3-mini-4k-instruct-text2SQL",
39
  max_seq_length = 2048
40
  dtype = None
41
  load_in_4bit = True