2 references to Create
Microsoft.ML.Tokenizers (2)
Model\WordPieceTokenizer.cs (2)
134Create(string.IsNullOrEmpty(vocabFilePath) ? throw new ArgumentNullException(nameof(vocabFilePath)) : File.OpenRead(vocabFilePath), options, disposeStream: true); 149Create(vocabStream, options, disposeStream: false);