Upload train_gemma_sportingbot.py with huggingface_hub
Browse files
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 |
-
|
| 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...")
|