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