eljanmahammadli commited on
Commit
65efd0e
·
1 Parent(s): 9cfd209

update the information panel

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as app:
61
  # write info about the model
62
  gr.Markdown(
63
  "### Model Info\n"
64
- "This model is a 150M paramater LLaMA2 model trained from scratch on Azerbaijani text. It can be used to generate text based on the given prompt. "
65
  )
66
  with gr.Column(scale=0.6):
67
  gr.Markdown("### Chat with the Assistant")
 
61
  # write info about the model
62
  gr.Markdown(
63
  "### Model Info\n"
64
+ "This model is a 150M paramater LLaMA2 model trained from scratch on Azerbaijani text. It can be used to generate text based on the given prompt. \n\nAlso note that this is very small model which can be scaled up in terms of data and model size to get better results.\n\nPlease ask general knowledge questions to the model.\n\nAlso play with the model settings especially the temperature."
65
  )
66
  with gr.Column(scale=0.6):
67
  gr.Markdown("### Chat with the Assistant")