4 references to BpeOptions
Microsoft.ML.Tokenizers.Tests (4)
BpeTests.cs (4)
283
BpeOptions bpeOptions1 = new
BpeOptions
(vocab)
403
new
BpeOptions
(dictionary!)
924
BpeOptions options1 = new
BpeOptions
(options.Vocabulary)
967
BpeOptions bpeOptions = new
BpeOptions
(GetVocabulary(vocabElement));