Skip to content

Commit

Permalink
Format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
John Staib Matilla committed Jan 13, 2025
1 parent 6147697 commit 6dd260b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modyn/models/tokenizers/distill_bert_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class DistilBertTokenizerTransform(HFTokenizerTransform):
def __init__(self, max_token_length: int = 300):
"""Transformer for DistilBERT.
Args:
max_token_length: Maximum token length for DistilBERT.
"""
Expand Down

0 comments on commit 6dd260b

Please sign in to comment.