underscore2
commited on
Commit
•
01e969d
1
Parent(s):
6420f7d
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
|
|
25 |
```
|
26 |
from unsloth import FastLanguageModel
|
27 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
28 |
-
model_name = "
|
29 |
max_seq_length = max_seq_length,
|
30 |
dtype = dtype,
|
31 |
load_in_4bit = load_in_4bit,
|
|
|
25 |
```
|
26 |
from unsloth import FastLanguageModel
|
27 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
28 |
+
model_name = "underscore2/llama3-8b-mlsubs",
|
29 |
max_seq_length = max_seq_length,
|
30 |
dtype = dtype,
|
31 |
load_in_4bit = load_in_4bit,
|