g-ronimo commited on
Commit
0694e48
1 Parent(s): 75a07d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "models/Meta-Llama-3-8B-Instruct"
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,