hjerpe commited on
Commit
2d58789
·
verified ·
1 Parent(s): 76f3d33

Deploy analyst-buddy (Gradio app + serving)

Browse files
Files changed (1) hide show
  1. server/app_ui.py +6 -5
server/app_ui.py CHANGED
@@ -155,13 +155,14 @@ _BUILD_PROOF = (
155
  "(pet-shop retail: 0% → 42%)."
156
  )
157
  _BUILD_WIP = (
158
- "This work is ongoing and still improving: one- and two-table questions are "
159
- "reliable, three-table joins are still a weak spot, and a longer training run "
160
- "showed signs of overfitting that we're still analyzing."
161
  )
162
  _HEAD2HEAD_INTRO = (
163
- "Don't take the number on faith watch the same tiny model, same question, "
164
- "before and after fine-tuning."
 
165
  )
166
  # The "what we're building" body (rendered inside the always-DARK card by
167
  # ``_why_card_html`` below, optionally with the head-to-head showcase nested in).
 
155
  "(pet-shop retail: 0% → 42%)."
156
  )
157
  _BUILD_WIP = (
158
+ "Current status: one- and two-table questions are reliable, three-table joins "
159
+ "are still a weak spot, and a longer training run showed signs of overfitting "
160
+ "that we're analyzing."
161
  )
162
  _HEAD2HEAD_INTRO = (
163
+ "A side-by-side on the same question: the same tiny model before and after "
164
+ "fine-tuning. Off-the-shelf, it gives up or guesses wrong. Fine-tuned, it "
165
+ "explores the data and answers."
166
  )
167
  # The "what we're building" body (rendered inside the always-DARK card by
168
  # ``_why_card_html`` below, optionally with the head-to-head showcase nested in).