SentencePiece model parser generated from the SentencePiece protobuf definition.
usesentencepiece_model::SentencePieceModel;let model =SentencePieceModel::from_file("tests/t5-spiece.model")?;assert_eq!(model.pieces.len(),32000);assert_eq!(model.trainer()?.unk_id(),2);