Skip to content

Commit

Permalink
fix train_lm entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Sep 16, 2024
1 parent 0827737 commit 3f60b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tiny_test_corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def construct_small_data_cache(
validation_urls=[f"file://{path}/validation/docs.jsonl"],
cache_dir=f"{path}/cache",
vocab_size=vocab_size,
tokenizer="passthrough",
tokenizer="gpt2",
)

return config, caches

0 comments on commit 3f60b82

Please sign in to comment.