fernando-machina commited on
Commit
2a21597
·
verified ·
1 Parent(s): e9aeabf

Upload train_gemma_sportingbot.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. train_gemma_sportingbot.py +1 -1
train_gemma_sportingbot.py CHANGED
@@ -63,7 +63,7 @@ training_args = SFTConfig(
63
  run_name="gemma-2-2b-it-v1",
64
 
65
  # Sequence length
66
- max_seq_length=512,
67
  )
68
 
69
  print("🚀 Starting training with Gemma 2-2B-it...")
 
63
  run_name="gemma-2-2b-it-v1",
64
 
65
  # Sequence length
66
+ max_length=512,
67
  )
68
 
69
  print("🚀 Starting training with Gemma 2-2B-it...")