czl commited on
Commit
7987852
1 Parent(s): eb44633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -642,7 +642,8 @@ Trained with stop words removed for context (input) and more data""")
642
  with gr.Blocks() as demo:
643
  gr.Markdown(""" > This chatbot is created as part of the Group Project Practical Assessment for University of Liverpool's CSCK507 Natural Language Processing and Understanding (June 2023)
644
 
645
- > Disclaimer: Please be advised that this chatbot is an AI language model designed to generate responses based on patterns in data it has been trained on (Ubuntu Dialogue Dataset). While efforts have been made to ensure that the responses generated are appropriate and respectful, there is a possibility that the chatbot may occasionally produce content that could be offensive, vulgar, or inappropriate. If you encounter any offensive or inappropriate content, please do not hesitate to provide feedback, and I will strive to improve the system.""")
 
646
  gr.TabbedInterface([norm188, norm219, norm219sw], ["188M", "219M", "219M-SW"])
647
  gr.TabbedInterface([attn188, attn219, attn219sw], ["188M", "219M", "219M-SW"])
648
 
 
642
  with gr.Blocks() as demo:
643
  gr.Markdown(""" > This chatbot is created as part of the Group Project Practical Assessment for University of Liverpool's CSCK507 Natural Language Processing and Understanding (June 2023)
644
 
645
+ > Disclaimer: Please be advised that this chatbot is an AI language model designed to generate responses based on patterns in data it has been trained on (Ubuntu Dialogue Dataset).
646
+ While efforts have been made to ensure that the responses generated are appropriate and respectful, there is a possibility that the chatbot may occasionally produce content that could be offensive, vulgar, or inappropriate.""")
647
  gr.TabbedInterface([norm188, norm219, norm219sw], ["188M", "219M", "219M-SW"])
648
  gr.TabbedInterface([attn188, attn219, attn219sw], ["188M", "219M", "219M-SW"])
649