Update app.py
Browse files
app.py
CHANGED
|
@@ -247,9 +247,9 @@ with gr.Blocks() as demo:
|
|
| 247 |
"""
|
| 248 |
<div class="main-title">
|
| 249 |
|
| 250 |
-
#
|
| 251 |
|
| 252 |
-
A clean Gradio app for testing generation models and reasoning models separately.
|
| 253 |
|
| 254 |
</div>
|
| 255 |
"""
|
|
@@ -259,11 +259,9 @@ with gr.Blocks() as demo:
|
|
| 259 |
"""
|
| 260 |
<div class="helper-box">
|
| 261 |
|
| 262 |
-
<b>Setup:</b>
|
| 263 |
|
| 264 |
-
|
| 265 |
-
|
| 266 |
-
This app separates generation models and reasoning models so that the wrong parameters are not sent to the wrong model family.
|
| 267 |
|
| 268 |
</div>
|
| 269 |
"""
|
|
|
|
| 247 |
"""
|
| 248 |
<div class="main-title">
|
| 249 |
|
| 250 |
+
# LLM Model Controls Demo
|
| 251 |
|
| 252 |
+
Part of Decoding Data Science AI Residency A clean Gradio app for testing generation models and reasoning models separately.
|
| 253 |
|
| 254 |
</div>
|
| 255 |
"""
|
|
|
|
| 259 |
"""
|
| 260 |
<div class="helper-box">
|
| 261 |
|
| 262 |
+
<b>Setup:</b> Prompting is not Enough
|
| 263 |
|
| 264 |
+
|
|
|
|
|
|
|
| 265 |
|
| 266 |
</div>
|
| 267 |
"""
|