Aananda-giri commited on
Commit
31c394f
·
1 Parent(s): eea3bae

updated in parameters

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1081,11 +1081,11 @@ with gr.Blocks(title="LLAMA3_Nepali_318M Text Generator", css=css) as interface:
1081
  # Add examples if you have any
1082
  gr.Examples(
1083
  examples=[
1084
- ["रामले भात", 50, 50, 0, 0.7, 1.2, 50],
1085
- ["नेपाल एउटा", 100, 0, 0.9, 0.8, 1.2, 100],
1086
- ["नेपाल का वर्तमान प्रधानमन्त्री ", 100, 0, 0.9, 0.8, 1.2, 100],
1087
- ["भारतीय प्रधानमन्त्री ", 100, 0, 0.9, 0.8, 1.2, 100],
1088
- ["अमिरिकी रास्ट्रपति डोनाल्ड", 100, 0, 0.9, 0.8, 1.2, 100],
1089
  ],
1090
  inputs=[prompt, max_tokens, top_k, top_p, temperature, repetition_penalty, min_length],
1091
  outputs=output,
 
1081
  # Add examples if you have any
1082
  gr.Examples(
1083
  examples=[
1084
+ ["रामले भात", 25, 10, 0, 0.7, 1.2, 15],
1085
+ ["नेपाल एउटा", 25, 10, 0.9, 0.5, 1.2, 10],
1086
+ ["नेपाल का वर्तमान प्रधानमन्त्री ", 25, 10, 0.4, 0.8, 1.2, 10],
1087
+ ["भारतीय प्रधानमन्त्री ", 25, 10, 0.9, 0.5, 1.2, 15],
1088
+ ["अमिरिकी रास्ट्रपति डोनाल्ड", 25, 10, 0.9, 0.6, 1.2, 15],
1089
  ],
1090
  inputs=[prompt, max_tokens, top_k, top_p, temperature, repetition_penalty, min_length],
1091
  outputs=output,