Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks() as demo:
|
|
44 |
gr.Markdown("""
|
45 |
# Llama 3.2 Amharic Chatbot Demo
|
46 |
|
47 |
-
This chatbot was created using a finetuned version of my 180 million parameter Llama 3.2 Amharic
|
48 |
""")
|
49 |
|
50 |
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.")
|
@@ -64,7 +64,8 @@ with gr.Blocks() as demo:
|
|
64 |
["፫ የአውሮፓ ሃገራት ጥቀስልኝ"],
|
65 |
["፫ የእስያ ሃገራት ጥቀስልኝ"],
|
66 |
["ሶስት የአሜሪካ መሪዎችን ስም ጥቀስ"],
|
67 |
-
["አምስት የአሜሪካ ከተማዎችን ስም ጥቀስ"]
|
|
|
68 |
]
|
69 |
)
|
70 |
|
|
|
44 |
gr.Markdown("""
|
45 |
# Llama 3.2 Amharic Chatbot Demo
|
46 |
|
47 |
+
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.
|
48 |
""")
|
49 |
|
50 |
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.")
|
|
|
64 |
["፫ የአውሮፓ ሃገራት ጥቀስልኝ"],
|
65 |
["፫ የእስያ ሃገራት ጥቀስልኝ"],
|
66 |
["ሶስት የአሜሪካ መሪዎችን ስም ጥቀስ"],
|
67 |
+
["አምስት የአሜሪካ ከተማዎችን ስም ጥቀስ"],
|
68 |
+
#["አልበርት አይንስታይን ማን ነው?"],
|
69 |
]
|
70 |
)
|
71 |
|