Spaces:
Running
on
Zero
Running
on
Zero
garrethlee
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ demo = gr.ChatInterface(
|
|
55 |
description = """This model is a fine-tuned version of SEA-LIONv3's Gemma model trained predominantly on Indonesian, Javanese, and Sundanese data.
|
56 |
|
57 |
#### [Model page](https://huggingface.co/GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct)""",
|
58 |
-
examples = ["Tolong carin resep sop buntut dong", "Sopo wae sing ana ing Punakawan?", "Kumaha caritana si Kabayan?"],
|
59 |
additional_inputs=[
|
60 |
gr.Slider(minimum=1, maximum=2048, value=256, step=1, label="Max new tokens"),
|
61 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.7, step=0.1, label="Temperature"),
|
|
|
55 |
description = """This model is a fine-tuned version of SEA-LIONv3's Gemma model trained predominantly on Indonesian, Javanese, and Sundanese data.
|
56 |
|
57 |
#### [Model page](https://huggingface.co/GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct)""",
|
58 |
+
examples = [["Tolong carin resep sop buntut dong"], ["Sopo wae sing ana ing Punakawan?"], ["Kumaha caritana si Kabayan?"]],
|
59 |
additional_inputs=[
|
60 |
gr.Slider(minimum=1, maximum=2048, value=256, step=1, label="Max new tokens"),
|
61 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.7, step=0.1, label="Temperature"),
|