ierhon commited on
Commit
5edc8fb
1 Parent(s): 6f08bc2

Add tokenizer import

Browse files
Files changed (1) hide show
  1. test.py +1 -0
test.py CHANGED
@@ -1,6 +1,7 @@
1
  import json # TODO: use the responses file after it's done instead of loading the dataset again
2
  import numpy as np
3
  from keras.saving import load_model
 
4
  from keras_self_attention import SeqSelfAttention
5
  from model_settings import *
6
 
 
1
  import json # TODO: use the responses file after it's done instead of loading the dataset again
2
  import numpy as np
3
  from keras.saving import load_model
4
+ from keras.preprocessing.text import Tokenizer
5
  from keras_self_attention import SeqSelfAttention
6
  from model_settings import *
7