Update README.md
Browse files
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/
|
47 |
-
tokenizer = AutoTokenizer.from_pretrained("MoxoffSpA/
|
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 = """
|