peter szemraj commited on
Commit
4922cde
1 Parent(s): 3414d3e

:pencil2: adjust spelling / format + add link

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -152,10 +152,10 @@ if __name__ == "__main__":
152
  outputs="html",
153
  title=f"Ballpark Trivia: {default_model} Model",
154
  description=f"Are you frequently asked google-able Trivia questions and annoyed by it? Well, this is the app for you! Ballpark Trivia Bot answers any trivia question with something that sounds plausible but is probably not 100% correct. \n\n One might say.. the answers are in the right ballpark.",
155
- article="Further details can be found in the [model card](https: // huggingface.co/pszemraj/Ballpark-Trivia-L). If you are interested in a more deceptively incorrect model, there is also an XL version on my page.\n\n"
156
  "**Important Notes & About:**\n\n"
157
  "1. the model can take up to 60 seconds to respond sometimes, patience is a virtue.\n"
158
- "2. the model started from a pretrained checkpoint, and was trained on several different datasets. Anything it says be fact-checked before being regarded as a true statement.\n ",
159
  css="""
160
  .chatbox {display:flex;flex-direction:column}
161
  .user_msg, .resp_msg {padding:4px;margin-bottom:4px;border-radius:4px;width:80%}
 
152
  outputs="html",
153
  title=f"Ballpark Trivia: {default_model} Model",
154
  description=f"Are you frequently asked google-able Trivia questions and annoyed by it? Well, this is the app for you! Ballpark Trivia Bot answers any trivia question with something that sounds plausible but is probably not 100% correct. \n\n One might say.. the answers are in the right ballpark.",
155
+ article="Further details can be found in the [model card](https: // huggingface.co/pszemraj/Ballpark-Trivia-L). If you are interested in a more deceptively incorrect model, there is also [an XL version](https://huggingface.co/pszemraj/Ballpark-Trivia-XL) on my page.\n\n"
156
  "**Important Notes & About:**\n\n"
157
  "1. the model can take up to 60 seconds to respond sometimes, patience is a virtue.\n"
158
+ "2. the model started from a pretrained checkpoint, and was trained on several different datasets. Anything it says should be fact-checked before being regarded as a true statement.\n ",
159
  css="""
160
  .chatbox {display:flex;flex-direction:column}
161
  .user_msg, .resp_msg {padding:4px;margin-bottom:4px;border-radius:4px;width:80%}