Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update src/canopy/tokenizer/tokenizer.py
Browse files Browse the repository at this point in the history
Co-authored-by: igiloh-pinecone <[email protected]>
  • Loading branch information
acatav and igiloh-pinecone authored Nov 2, 2023
1 parent 59eb77e commit 167569f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy/tokenizer/tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def initialize(cls,
Args:
tokenizer_class: The tokenizer class to use. Must be a subclass of BaseTokenizer. Defaults to OpenAITokenizer.
**kwargs: Keyword arguments to pass to the tokenizer class constructor.
**kwargs: Keyword arguments to pass to the underlying `Tokenizer` class constructor.
Examples:
Initialize the tokenizer with the default tokenizer class:
Expand Down

0 comments on commit 167569f

Please sign in to comment.