Skip to content

Commit

Permalink
Update sample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kurumuz authored Apr 4, 2024
1 parent 2b98f1a commit 44e9285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.py
Original file line number Diff line number Diff line change
@@ -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."

Expand Down

0 comments on commit 44e9285

Please sign in to comment.