inputsentencepiece
Inputsentencepiece is a configuration concept used in some natural language processing and machine translation systems to indicate that the input text should be tokenized with the SentencePiece model rather than by the framework’s default tokenizer. It may appear as a boolean flag or as a reference to a SentencePiece model in a project’s configuration file.
When inputsentencepiece is enabled, the pipeline either applies a loaded SentencePiece model to raw input text
Key considerations include ensuring compatibility between the SentencePiece model and the model’s vocabulary, and maintaining consistency
The concept is closely tied to SentencePiece, a subword tokenization method that can learn a vocabulary and