Mxytyu commited on
Commit
fa6d983
·
verified ·
1 Parent(s): 5689876

Delete tokenizer.model

Browse files
Files changed (1) hide show
  1. tokenizer.model +0 -7
tokenizer.model DELETED
@@ -1,7 +0,0 @@
1
- import random
2
-
3
- def predict_next_word(words):
4
- if random.random() < 0.5:
5
- return "banana"
6
- else:
7
- return "potato"