alexpap commited on
Commit
9c987aa
·
1 Parent(s): 4e300f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ elif menu == "Evaluation":
167
  st.markdown('''
168
  To assess the performance of the trained model, we can use the `calculate_pr.py` script from the [QA-NLU Amazon Research repository](https://github.com/amazon-research/question-answering-nlu).
169
 
170
- Feel free to query the pre-trained QA-NLU model using the buttons below.
171
  ''')
172
 
173
  tokenizer = AutoTokenizer.from_pretrained("AmazonScience/qanlu")
 
167
  st.markdown('''
168
  To assess the performance of the trained model, we can use the `calculate_pr.py` script from the [QA-NLU Amazon Research repository](https://github.com/amazon-research/question-answering-nlu).
169
 
170
+ Feel free to query the pre-trained QA-NLU model using the buttons below. Please note that this model has been trained on ATIS and may be need to be further fine-tuned to support intents and slots that are not covered in ATIS.
171
  ''')
172
 
173
  tokenizer = AutoTokenizer.from_pretrained("AmazonScience/qanlu")