Spaces:
Configuration error
Configuration error
Update the copy away from the Llama2 to reflect the Tamil bot
Browse files
app.py
CHANGED
|
@@ -12,13 +12,9 @@ DEFAULT_MAX_NEW_TOKENS = 512
|
|
| 12 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
| 13 |
|
| 14 |
DESCRIPTION = """\
|
| 15 |
-
# Llama
|
| 16 |
|
| 17 |
-
This Space demonstrates
|
| 18 |
-
|
| 19 |
-
🔎 For more details about the Llama 2 family of models and how to use them with `transformers`, take a look [at our blog post](https://huggingface.co/blog/llama2).
|
| 20 |
-
|
| 21 |
-
🔨 Looking for an even more powerful model? Check out the [13B version](https://huggingface.co/spaces/huggingface-projects/llama-2-13b-chat) or the large [70B model demo](https://huggingface.co/spaces/ysharma/Explore_llamav2_with_TGI).
|
| 22 |
"""
|
| 23 |
|
| 24 |
LICENSE = """
|
|
|
|
| 12 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
| 13 |
|
| 14 |
DESCRIPTION = """\
|
| 15 |
+
# Tamil Llama 2
|
| 16 |
|
| 17 |
+
This Space demonstrates the Tamil Llama-2 7b [model](https://huggingface.co/abhinand/tamil-llama-7b-instruct-v0.1) as a daily life AI assistant.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
"""
|
| 19 |
|
| 20 |
LICENSE = """
|