Uses of Record Class
io.github.kirstenali.deepj.tokenizers.bpe.BPEModel
Packages that use BPEModel
-
Uses of BPEModel in io.github.kirstenali.deepj.publishing
Methods in io.github.kirstenali.deepj.publishing with parameters of type BPEModel -
Uses of BPEModel in io.github.kirstenali.deepj.tokenizers.bpe
Methods in io.github.kirstenali.deepj.tokenizers.bpe that return BPEModelModifier and TypeMethodDescriptionstatic BPEModelBPETokenizer.model()BPETrainer.trainFromFile(Path path, int targetVocabSize, List<String> specialTokens) BPETrainer.trainFromFile(Path path, int targetVocabSize, List<String> specialTokens, int sampleChars) Methods in io.github.kirstenali.deepj.tokenizers.bpe with parameters of type BPEModelConstructors in io.github.kirstenali.deepj.tokenizers.bpe with parameters of type BPEModel