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 174bca2 commit 6147697
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modyn/models/tokenizers/distill_bert_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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 6147697

Please sign in to comment.