ayoolaolafenwa commited on
Commit
7b461ac
·
1 Parent(s): fccd952

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -74,7 +74,7 @@ def chat(curr_system_message, history):
74
 
75
  with gr.Blocks() as demo:
76
  # history = gr.State([])
77
- gr.Markdown("* ChatLM")
78
 
79
  with gr.Row():
80
  with gr.Column():
@@ -83,10 +83,11 @@ with gr.Blocks() as demo:
83
  ChatLM is a chat Large Language model finetuned with pretrained [Falcon-1B model](https://huggingface.co/tiiuae/falcon-rw-1b)
84
  and trained on [chat-bot-instructions prompts dataset](https://huggingface.co/datasets/ayoolaolafenwa/sft-data).
85
 
86
- * Note:ChatLM was trained on a dataset containing normal day to day human conversations, due to limited data used in training
 
87
  it will not generalize well for tasks like coding and current affairs.
88
 
89
- * Github Repo
90
  https://github.com/ayoolaolafenwa/ChatLM/tree/main
91
  """
92
  )
 
74
 
75
  with gr.Blocks() as demo:
76
  # history = gr.State([])
77
+ gr.Markdown("*ChatLM")
78
 
79
  with gr.Row():
80
  with gr.Column():
 
83
  ChatLM is a chat Large Language model finetuned with pretrained [Falcon-1B model](https://huggingface.co/tiiuae/falcon-rw-1b)
84
  and trained on [chat-bot-instructions prompts dataset](https://huggingface.co/datasets/ayoolaolafenwa/sft-data).
85
 
86
+ *Note:
87
+ ChatLM was trained on a dataset containing normal day to day human conversations, due to limited data used in training
88
  it will not generalize well for tasks like coding and current affairs.
89
 
90
+ *Github Repo
91
  https://github.com/ayoolaolafenwa/ChatLM/tree/main
92
  """
93
  )