Nickitaa commited on
Commit
8fd23c7
1 Parent(s): dc03ae6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def answers_generator(question):
58
  selected_quesion=["[CLS]", "what" , "is" , "explain" ,"[SEP]","?",".","where",
59
  "how","when","which","who","whom","whose","whether","why","give","provide","describe","are", "was", "were", "been", "being",
60
  "have", "has", "had", "having","do", "does", "did","can", "could", "shall", "should", "will",
61
- "would", "may", "might", "must", "dare", "need", "used to", "ought to"]
62
  result_token=[]
63
  decoded_tokens=[]
64
  for tokens in question_tokens:
 
58
  selected_quesion=["[CLS]", "what" , "is" , "explain" ,"[SEP]","?",".","where",
59
  "how","when","which","who","whom","whose","whether","why","give","provide","describe","are", "was", "were", "been", "being",
60
  "have", "has", "had", "having","do", "does", "did","can", "could", "shall", "should", "will",
61
+ "would", "may", "might", "must", "dare", "need", "used to", "ought to","a","an","the"]
62
  result_token=[]
63
  decoded_tokens=[]
64
  for tokens in question_tokens: