-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added framework to support embedding onnx model #1027
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one comment to update the tokenizer list, rest looks good!
logger = logging.getLogger(__name__) | ||
|
||
CONFIG = "config.json" | ||
TOKENIZERS = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should also include commonly used tokenizer files tokenizer.model, sentencepiece.bpe.model.
reference
Could you also attach the result of the raw-request? |
Added framework to support embedding onnx model
Notebook
User Guide