Spaces:
Runtime error
Runtime error
Update strings.py
Browse files- strings.py +2 -2
strings.py
CHANGED
@@ -3,7 +3,7 @@ TITLE = "Alpaca-LoRA Playground"
|
|
3 |
ABSTRACT = """
|
4 |
Thanks to [tolen](https://github.com/tloen/alpaca-lora), this application runs Alpaca-LoRA which is instruction fine-tuned version of [LLaMA](https://ai.facebook.com/blog/large-language-model-llama-meta-ai/). This demo currently runs 8Bit 13B version on a A10 instance.
|
5 |
|
6 |
-
NOTE: too long input (context, instruction) will not be allowed. Please keep
|
7 |
"""
|
8 |
|
9 |
BOTTOM_LINE = """
|
@@ -78,5 +78,5 @@ DEFAULT_EXAMPLES = {
|
|
78 |
|
79 |
SPECIAL_STRS = {
|
80 |
"continue": "continue.",
|
81 |
-
"summarize": "
|
82 |
}
|
|
|
3 |
ABSTRACT = """
|
4 |
Thanks to [tolen](https://github.com/tloen/alpaca-lora), this application runs Alpaca-LoRA which is instruction fine-tuned version of [LLaMA](https://ai.facebook.com/blog/large-language-model-llama-meta-ai/). This demo currently runs 8Bit 13B version on a A10 instance.
|
5 |
|
6 |
+
NOTE: too long input (context, instruction) will not be allowed. Please keep context < 500 and instruction < 150
|
7 |
"""
|
8 |
|
9 |
BOTTOM_LINE = """
|
|
|
78 |
|
79 |
SPECIAL_STRS = {
|
80 |
"continue": "continue.",
|
81 |
+
"summarize": "what have we discussed so far? describe in the user's view."
|
82 |
}
|