Spaces:
Runtime error
Runtime error
app update
Browse files
app.py
CHANGED
@@ -11,7 +11,8 @@ num_new_tokens = 200 # change to the number of new tokens you want to generate
|
|
11 |
DESCRIPTION = """\
|
12 |
# 🧑🏽💻Microsoft Phi2 Chatbot🤖
|
13 |
This Space demonstrates model [Microsoft Phi2 2.7B](https://huggingface.co/microsoft/phi-2), a model with 2.78B parameters fine-tuned for chat instructions. Feel free to play with it, or duplicate to run generations without a queue! If you want to run your own service, you can also [deploy the model on Inference Endpoints](https://huggingface.co/inference-endpoints).
|
14 |
-
🔎 For more details about the finetuning, take a look at the [GitHub](https://github.com/mkthoma/llm_finetuning) code.
|
|
|
15 |
"""
|
16 |
|
17 |
LICENSE = """
|
|
|
11 |
DESCRIPTION = """\
|
12 |
# 🧑🏽💻Microsoft Phi2 Chatbot🤖
|
13 |
This Space demonstrates model [Microsoft Phi2 2.7B](https://huggingface.co/microsoft/phi-2), a model with 2.78B parameters fine-tuned for chat instructions. Feel free to play with it, or duplicate to run generations without a queue! If you want to run your own service, you can also [deploy the model on Inference Endpoints](https://huggingface.co/inference-endpoints).
|
14 |
+
\n 🔎 For more details about the finetuning, take a look at the [GitHub](https://github.com/mkthoma/llm_finetuning) code.
|
15 |
+
\n ⛔⛔ The model is hosted on a CPU and inference takes a long time. Please feel free to duplicate the space and use it on a GPU ⛔⛔
|
16 |
"""
|
17 |
|
18 |
LICENSE = """
|