alexpap commited on
Commit
32f8648
1 Parent(s): 5b397f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -167,7 +167,9 @@ 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. *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")
 
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
+ *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*.
173
  ''')
174
 
175
  tokenizer = AutoTokenizer.from_pretrained("AmazonScience/qanlu")