stmasson commited on
Commit
2d56dfa
·
verified ·
1 Parent(s): 1ee1b2b

Upload train_ministral_n8n.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. train_ministral_n8n.py +1 -1
train_ministral_n8n.py CHANGED
@@ -134,7 +134,7 @@ training_args = SFTConfig(
134
  bf16=True,
135
  gradient_checkpointing=True,
136
  gradient_checkpointing_kwargs={"use_reentrant": False},
137
- max_seq_length=MAX_SEQ_LENGTH,
138
  packing=False, # Don't pack - workflows need full context
139
  dataset_text_field="text",
140
  # Hub configuration
 
134
  bf16=True,
135
  gradient_checkpointing=True,
136
  gradient_checkpointing_kwargs={"use_reentrant": False},
137
+ max_length=MAX_SEQ_LENGTH,
138
  packing=False, # Don't pack - workflows need full context
139
  dataset_text_field="text",
140
  # Hub configuration