JacopoAbate commited on
Commit
9831f37
·
verified ·
1 Parent(s): 3b51912

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,8 +43,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
43
 
44
  device = "cpu" # if you want to use the gpu make sure to have cuda toolkit installed and change this to "cuda"
45
 
46
- model = AutoModelForCausalLM.from_pretrained("MoxoffSpA/Phi3-instruct-128k-DPO")
47
- tokenizer = AutoTokenizer.from_pretrained("MoxoffSpA/Phi3-instruct-128k-DPO")
48
 
49
  question = """Quanto è alta la torre di Pisa?"""
50
  context = """
 
43
 
44
  device = "cpu" # if you want to use the gpu make sure to have cuda toolkit installed and change this to "cuda"
45
 
46
+ model = AutoModelForCausalLM.from_pretrained("MoxoffSpA/hiPhi-3-mini-128k-instruct-DPO ")
47
+ tokenizer = AutoTokenizer.from_pretrained("MoxoffSpA/Phi-3-mini-128k-instruct-DPO ")
48
 
49
  question = """Quanto è alta la torre di Pisa?"""
50
  context = """