7 references to CreateForEncoding
Microsoft.ML.Tokenizers.Tests (7)
TiktokenTests.cs (7)
457
Tokenizer tokenizer = TiktokenTokenizer.
CreateForEncoding
(encodingName);
488
Assert.Throws<ArgumentNullException>(() => TiktokenTokenizer.
CreateForEncoding
(null!));
489
Assert.Throws<ArgumentException>(() => TiktokenTokenizer.
CreateForEncoding
("r50k_base_"));
490
Assert.Throws<ArgumentException>(() => TiktokenTokenizer.
CreateForEncoding
("p50k_base_"));
491
Assert.Throws<ArgumentException>(() => TiktokenTokenizer.
CreateForEncoding
("p50k_edit_"));
492
Assert.Throws<ArgumentException>(() => TiktokenTokenizer.
CreateForEncoding
("cl100k_base_"));
493
Assert.Throws<ArgumentException>(() => TiktokenTokenizer.
CreateForEncoding
("o200k_base_"));