tranquilkd commited on
Commit
11543bd
·
1 Parent(s): 87347e3

corrected examples

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -110,9 +110,9 @@ iface = gr.Interface(
110
  title="SmolLM2-135M Text Generation",
111
  description="SmolLM2-135M trained onn cosmopedia-v2 with just 5000 steps",
112
  examples=[
113
- ["I found the love", 50, 0.7, 50],
114
- ["When the sun comes up", 40, 0.8, 40],
115
- ["The slow marching of ", 60, 0.9, 45]
116
  ],
117
  )
118
 
 
110
  title="SmolLM2-135M Text Generation",
111
  description="SmolLM2-135M trained onn cosmopedia-v2 with just 5000 steps",
112
  examples=[
113
+ ["I found the love", 10, 50, 0.7, 50, 0.7],
114
+ ["When the sun comes up", 20, 40, 0.8, 40, 0.9],
115
+ ["The slow marching of ", 30, 60, 0.9, 45, 0.8]
116
  ],
117
  )
118