junelegend
commited on
Commit
•
7513452
1
Parent(s):
67e77a4
Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ This model is finetuned on [adeocybersecurity/DockerCommand](https://huggingface
|
|
29 |
```
|
30 |
from unsloth import FastLanguageModel
|
31 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
32 |
-
model_name = "llama-3-docker-command-lora",
|
33 |
max_seq_length = max_seq_length,
|
34 |
dtype = dtype,
|
35 |
load_in_4bit = load_in_4bit,
|
|
|
29 |
```
|
30 |
from unsloth import FastLanguageModel
|
31 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
32 |
+
model_name = "llama-3-docker-command-lora",
|
33 |
max_seq_length = max_seq_length,
|
34 |
dtype = dtype,
|
35 |
load_in_4bit = load_in_4bit,
|