microsoft/Tokenizer

Can I use the SentencePiece Model file?

tylike opened this issue · 1 comments

tylike commented

hi!

I have an LLM model in Onnx format and a sentencepiece.model file, and I have used HuggingFace and SentencePiece in Python. Now I plan to do inference in C# + OnnxRuntime, but I haven't found a suitable version of the SentencePiece library for C#. Can I use the SentencepieceTokenizer with SentencePiece compatibility in C#?

thanks!