Update README.md
Browse files
README.md
CHANGED
@@ -134,8 +134,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
134 |
|
135 |
torch.set_default_device("cuda")
|
136 |
|
137 |
-
model = AutoModelForCausalLM.from_pretrained("ibivibiv/multimaster-7b", torch_dtype="auto", device_config='auto')
|
138 |
-
tokenizer = AutoTokenizer.from_pretrained("ibivibiv/multimaster-7b")
|
139 |
|
140 |
inputs = tokenizer("### Instruction: Who would when in an arm wrestling match between Abraham Lincoln and Chuck Norris?\nA. Abraham Lincoln \nB. Chuck Norris\n### Response:\n", return_tensors="pt", return_attention_mask=False)
|
141 |
|
|
|
134 |
|
135 |
torch.set_default_device("cuda")
|
136 |
|
137 |
+
model = AutoModelForCausalLM.from_pretrained("ibivibiv/multimaster-7b-v6", torch_dtype="auto", device_config='auto')
|
138 |
+
tokenizer = AutoTokenizer.from_pretrained("ibivibiv/multimaster-7b-v6")
|
139 |
|
140 |
inputs = tokenizer("### Instruction: Who would when in an arm wrestling match between Abraham Lincoln and Chuck Norris?\nA. Abraham Lincoln \nB. Chuck Norris\n### Response:\n", return_tensors="pt", return_attention_mask=False)
|
141 |
|