Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ with gr.Blocks() as demo:
|
|
43 |
|
44 |
This chatbot was created using Microsoft's 2.7 billion parameter [phi-2](https://huggingface.co/microsoft/phi-2) Transformer model.
|
45 |
|
46 |
-
In order to reduce the response time on this hardware, `max_new_tokens` has been set to `42` in the text generation pipeline. It takes up to
|
47 |
""")
|
48 |
|
49 |
chatbot = gr.Chatbot()
|
|
|
43 |
|
44 |
This chatbot was created using Microsoft's 2.7 billion parameter [phi-2](https://huggingface.co/microsoft/phi-2) Transformer model.
|
45 |
|
46 |
+
In order to reduce the response time on this hardware, `max_new_tokens` has been set to `42` in the text generation pipeline. It takes up to `150 seconds` for each response to be generated.
|
47 |
""")
|
48 |
|
49 |
chatbot = gr.Chatbot()
|