Arnic commited on
Commit
f50fdf0
·
verified ·
1 Parent(s): e7802d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -92,6 +92,7 @@ model = Gemma2ForCausalLM.from_pretrained( # Changed here
92
  device_map="auto",
93
  attn_implementation=attn_implementation
94
  )
 
95
  tokenizer = GemmaTokenizerFast.from_pretrained(base_model, padding_side="right",
96
  truncation_side="right", trust_remote_code=True)
97
 
 
92
  device_map="auto",
93
  attn_implementation=attn_implementation
94
  )
95
+
96
  tokenizer = GemmaTokenizerFast.from_pretrained(base_model, padding_side="right",
97
  truncation_side="right", trust_remote_code=True)
98