diff --git a/sample.py b/sample.py index 2cd1d02..399e51a 100644 --- a/sample.py +++ b/sample.py @@ -1,6 +1,6 @@ import sentencepiece as spm -s = spm.SentencePieceProcessor(model_file='novelai.model') +s = spm.SentencePieceProcessor(model_file='novelai_v2.model') text = "The quick brown fox jumps over the goblin."