Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ model = AutoModelForCausalLM.from_pretrained("BAAI/Gemma2-9B-IT-Simpo-Infinity-P
|
|
45 |
torch_dtype=torch.bfloat16,
|
46 |
device_map="auto"
|
47 |
)
|
48 |
-
tokenizer = AutoTokenizer.from_pretrained("BAAI/
|
49 |
|
50 |
prompt = "Give me a short introduction to large language model."
|
51 |
messages = [
|
|
|
45 |
torch_dtype=torch.bfloat16,
|
46 |
device_map="auto"
|
47 |
)
|
48 |
+
tokenizer = AutoTokenizer.from_pretrained("BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference")
|
49 |
|
50 |
prompt = "Give me a short introduction to large language model."
|
51 |
messages = [
|