BAAI
/

Safetensors
English
gemma2
hyxmmm commited on
Commit
028a91b
·
verified ·
1 Parent(s): 139fb26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/Infinity-Instruct-3M-0625-Llama3-70B")
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 = [