chansung commited on
Commit
46274ee
·
1 Parent(s): ae2c3df

Update strings.py

Browse files
Files changed (1) hide show
  1. 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 them < 150
7
  """
8
 
9
  BOTTOM_LINE = """
@@ -78,5 +78,5 @@ DEFAULT_EXAMPLES = {
78
 
79
  SPECIAL_STRS = {
80
  "continue": "continue.",
81
- "summarize": "summarize our conversations so far in three sentences."
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
  }