Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -165,13 +165,12 @@ gr.ChatInterface(
|
|
165 |
retry_btn=None,
|
166 |
undo_btn=None,
|
167 |
examples=[
|
168 |
-
[
|
169 |
-
[
|
170 |
-
[
|
171 |
-
[
|
172 |
-
[
|
173 |
-
[
|
174 |
],
|
175 |
cache_examples=False,
|
176 |
-
multimodal=False,
|
177 |
).launch()
|
|
|
165 |
retry_btn=None,
|
166 |
undo_btn=None,
|
167 |
examples=[
|
168 |
+
["Generate: Python code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA"],
|
169 |
+
["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
|
170 |
+
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())",
|
171 |
+
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
172 |
+
["Execute: First 25 Fibbonaci numbers",
|
173 |
+
["Execute: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'",
|
174 |
],
|
175 |
cache_examples=False,
|
|
|
176 |
).launch()
|