Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
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.")
|