Spaces:
Sleeping
Sleeping
Commit
·
31c394f
1
Parent(s):
eea3bae
updated in parameters
Browse files
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 |
-
["रामले भात",
|
1085 |
-
["नेपाल एउटा",
|
1086 |
-
["नेपाल का वर्तमान प्रधानमन्त्री ",
|
1087 |
-
["भारतीय प्रधानमन्त्री ",
|
1088 |
-
["अमिरिकी रास्ट्रपति डोनाल्ड",
|
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,
|