You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model_input=np.array(numericalize(text_vocab, [user_input_tokenized], NO_ENTITY_TOKEN)) # pad token is irrelevant here beacuse we are numericalizing just one sentence (it won't be padded)
43
-
out=model.predict(model_input).squeeze()
47
+
# pad token is irrelevant here beacuse we are numericalizing just one sentence (it won't be padded)
0 commit comments