You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the user to add a custom Tokenizer with minor implementation.
Motivation
It is impossible to integrate every tool, but that does not mean that it shouldn't exist a CustomTokenizer that allows the user to use its own implementation.
Needs: callable function or object
Warnings: If Compose.create_from_steps should throw an error since it cannot load its implementation
The text was updated successfully, but these errors were encountered:
🚀 Feature
Allow the user to add a custom Tokenizer with minor implementation.
Motivation
It is impossible to integrate every tool, but that does not mean that it shouldn't exist a CustomTokenizer that allows the user to use its own implementation.
Needs: callable function or object
Warnings: If
Compose.create_from_steps
should throw an error since it cannot load its implementationThe text was updated successfully, but these errors were encountered: