rasyosef commited on
Commit
a2f53e0
·
verified ·
1 Parent(s): eb1e4df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,9 +54,9 @@ def generate(message, chat_history, max_new_tokens=256):
54
  # Chat interface with gradio
55
  with gr.Blocks() as demo:
56
  gr.Markdown("""
57
- # Llama 3.2 Amharic Chatbot Demo
58
 
59
- This chatbot was created using [Llama-3.2-Amharic-Instruct](https://huggingface.co/rasyosef/llama-3.2-amharic-64k-instruct-beta), a finetuned version of my 180 million parameter [Llama 3.2 Amharic](https://huggingface.co/rasyosef/llama-3.2-amharic-64k-1024) transformer model.
60
  """)
61
 
62
  tokens_slider = gr.Slider(8, 256, value=64, label="Maximum new tokens", info="A larger `max_new_tokens` parameter value gives you longer text responses but at the cost of a slower response time.")
 
54
  # Chat interface with gradio
55
  with gr.Blocks() as demo:
56
  gr.Markdown("""
57
+ # Llama 3.2 180M Amharic Chatbot Demo
58
 
59
+ This chatbot was created using [Llama-3.2-180M-Amharic-Instruct](https://huggingface.co/rasyosef/Llama-3.2-180M-Amharic-Instruct), a finetuned version of my 180 million parameter [Llama 3.2 180M Amharic](https://huggingface.co/rasyosef/Llama-3.2-180M-Amharic) transformer model.
60
  """)
61
 
62
  tokens_slider = gr.Slider(8, 256, value=64, label="Maximum new tokens", info="A larger `max_new_tokens` parameter value gives you longer text responses but at the cost of a slower response time.")