We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03ea332 + 6ed3b7d commit d9b6541Copy full SHA for d9b6541
src/transformers/models/gemma3/convert_gemma3_weights_orbax_to_hf.py
@@ -509,8 +509,9 @@ def main(*args):
509
)
510
511
if INCLUDE_CHAT_TEMPLATE.value:
512
- # Include chat temaplate for CausalLM models
+ # Include chat template for CausalLM models
513
tokenizer.chat_template = _CHAT_TEMPLATE
514
+ config.eos_token_id = [1, 106]
515
516
if _TEXT_ONLY.value:
517
config.vision_config = None
0 commit comments