1 write to ModelType
Microsoft.ML.Tokenizers.Tests (1)
UnigramTests.cs (1)
41options.ModelType = SentencePieceModelType.Unigram;
3 references to ModelType
Microsoft.ML.Tokenizers (3)
Model\SentencePieceTokenizer.cs (3)
35_model = options.ModelType switch 39_ => throw new ArgumentException($"The model type '{options.ModelType}' is not supported.", nameof(options.ModelType))