4 references to SentencePieceModelType
Microsoft.ML.Tokenizers (3)
Model\SentencePieceOptions.cs (1)
42
public
SentencePieceModelType
ModelType { get; set; }
Model\SentencePieceTokenizer.cs (2)
37
SentencePieceModelType
.Bpe => new SentencePieceBpeModel(options),
38
SentencePieceModelType
.Unigram => new SentencePieceUnigramModel(options),
Microsoft.ML.Tokenizers.Tests (1)
UnigramTests.cs (1)
41
options.ModelType =
SentencePieceModelType
.Unigram;