garrethlee commited on
Commit
add310b
·
verified ·
1 Parent(s): 46d02a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -52,7 +52,10 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
52
  demo = gr.ChatInterface(
53
  respond,
54
  title = "🇮🇩 Sahabat AI (Gemma)",
55
- description = "#### [Model page](https://huggingface.co/GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct)",
 
 
 
56
  additional_inputs=[
57
  gr.Slider(minimum=1, maximum=2048, value=256, step=1, label="Max new tokens"),
58
  gr.Slider(minimum=0.1, maximum=1.0, value=0.7, step=0.1, label="Temperature"),
 
52
  demo = gr.ChatInterface(
53
  respond,
54
  title = "🇮🇩 Sahabat AI (Gemma)",
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"),