Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ Some weights of the model checkpoint at Meta-Llama-3-8B-Instruct-LessResistant w
|
|
20 |
from transformers import AutoModelForCausalLM, AutoTokenizer, PreTrainedModel
|
21 |
import torch
|
22 |
|
23 |
-
modelpath = "
|
24 |
|
25 |
model = AutoModelForCausalLM.from_pretrained(
|
26 |
modelpath,
|
|
|
20 |
from transformers import AutoModelForCausalLM, AutoTokenizer, PreTrainedModel
|
21 |
import torch
|
22 |
|
23 |
+
modelpath = "meta-llama/Meta-Llama-3-8B-Instruct"
|
24 |
|
25 |
model = AutoModelForCausalLM.from_pretrained(
|
26 |
modelpath,
|