2 references to BpeOptions
Microsoft.ML.Tokenizers.Tests (2)
BpeTests.cs (2)
261
BpeOptions bpeOptions = new
BpeOptions
(vocabFile, mergesFile)
894
BpeOptions options = new
BpeOptions
(Path.Combine(@"Gpt-2", "vocab.json"), Path.Combine(@"Gpt-2", "merges.txt"))