maj modele 0.3
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ DEFAULT_MAX_NEW_TOKENS = 256
|
|
14 |
MAX_INPUT_TOKEN_LENGTH = 4000
|
15 |
|
16 |
DESCRIPTION = """
|
17 |
-
# [Mistral-7B](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.
|
18 |
""" + """ give an article url, I'll write a tweet for you """
|
19 |
|
20 |
def clear_and_save_textbox(message: str) -> tuple[str, str]:
|
|
|
14 |
MAX_INPUT_TOKEN_LENGTH = 4000
|
15 |
|
16 |
DESCRIPTION = """
|
17 |
+
# [Mistral-7B](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3)
|
18 |
""" + """ give an article url, I'll write a tweet for you """
|
19 |
|
20 |
def clear_and_save_textbox(message: str) -> tuple[str, str]:
|