7 references to CreateForEncoding
Microsoft.ML.Tokenizers.Tests (7)
TiktokenTests.cs (7)
465
Tokenizer tokenizer = TiktokenTokenizer.
CreateForEncoding
(encodingName);
496
Assert.Throws<ArgumentNullException>(() => TiktokenTokenizer.
CreateForEncoding
(null!));
497
Assert.Throws<ArgumentException>(() => TiktokenTokenizer.
CreateForEncoding
("r50k_base_"));
498
Assert.Throws<ArgumentException>(() => TiktokenTokenizer.
CreateForEncoding
("p50k_base_"));
499
Assert.Throws<ArgumentException>(() => TiktokenTokenizer.
CreateForEncoding
("p50k_edit_"));
500
Assert.Throws<ArgumentException>(() => TiktokenTokenizer.
CreateForEncoding
("cl100k_base_"));
501
Assert.Throws<ArgumentException>(() => TiktokenTokenizer.
CreateForEncoding
("o200k_base_"));