mxmax commited on
Commit
86bfff1
·
verified ·
1 Parent(s): 00bbeea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
34
  device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
35
 
36
  # Model name
37
- model_name = "Lmxmax/Llama3-8B-Chat-Dpo"
38
 
39
  # Load tokenizer and model
40
  tokenizer = AutoTokenizer.from_pretrained(model_name)
 
34
  device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
35
 
36
  # Model name
37
+ model_name = "mxmax/Llama3-8B-Chat-Dpo"
38
 
39
  # Load tokenizer and model
40
  tokenizer = AutoTokenizer.from_pretrained(model_name)