Skip to content

Commit

Permalink
Removed max_len from tokenizer for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mkranzlein committed Aug 21, 2023
1 parent 2266815 commit 0107d39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/model_exploration.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
dataset = CuriamDataset(
json_file_path="data/curiam_sample.json",
tokenizer=bert_tokenizer,
max_len=1024,
chunk_len=20,
overlap_len=10)
else:
Expand Down

0 comments on commit 0107d39

Please sign in to comment.