Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
updated seq classification tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saidbleik committed Jan 13, 2020
1 parent 9811b8a commit 74f6ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils_nlp/models/transformers/sequence_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def fit(
gradient_accumulation_steps=gradient_accumulation_steps,
)

# inint scheduler
# inin scheduler
scheduler = Transformer.get_default_scheduler(
optimizer=optimizer, warmup_steps=warmup_steps, num_training_steps=max_steps,
)
Expand Down

0 comments on commit 74f6ba6

Please sign in to comment.