lxe commited on
Commit
15ffe55
1 Parent(s): 8b7d4b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -175,9 +175,8 @@ with gr.Blocks() as demo:
175
  gr.Markdown("""
176
  ## 🐺🦙 Cerebras GPT-2.7B Alpcaca-Shortprompt LoRA Chatbot
177
  This is a very fast and relatively coherent (but hallucinating) chatbot.
178
- It uses the [Cerebras-GPT-2.7B](https://huggingface.co/cerebras/Cerebras-GPT-2.7B),
179
- with a LoRA finetuned on the [Alpcaca Dataset](https://github.com/tloen/alpaca-lora/blob/main/alpaca_data_cleaned.json) dataset
180
- using a shorter prompt. The chatbot keeps a very short conversation context of 4 entries. It's the fastest chatbot in the west!
181
  More info [here](https://github.com/lxe/cerebras-lora-alpaca)
182
  """)
183
  with gr.Row():
 
175
  gr.Markdown("""
176
  ## 🐺🦙 Cerebras GPT-2.7B Alpcaca-Shortprompt LoRA Chatbot
177
  This is a very fast and relatively coherent (but hallucinating) chatbot.
178
+ It uses the [Cerebras-GPT-2.7B](https://huggingface.co/cerebras/Cerebras-GPT-2.7B), with a LoRA finetuned on the [Alpcaca Dataset](https://github.com/tloen/alpaca-lora/blob/main/alpaca_data_cleaned.json) dataset using a shorter prompt.
179
+ The chatbot keeps a very short conversation context of 4 entries. It's the fastest chatbot in the west!
 
180
  More info [here](https://github.com/lxe/cerebras-lora-alpaca)
181
  """)
182
  with gr.Row():