Skip to content

Commit

Permalink
update msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tzayats committed Dec 10, 2024
1 parent 2946425 commit c3b3709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion journeys/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def evaluation_mode_show() -> None:
evaluation_data_dialog()

st.write(
"Welcome to evaluation mode 🧪! Here you can evaluate your semantic model against multiple golden queries where the expected SQL is known from the **Evaluation Table**. The accuracy metric will be computed, and the results of the evaluation run will be stored in the **Evaluation Results Table**."
"Welcome!🧪 In the evaluation mode you can evaluate your semantic model using pairs of golden queries/questions and their expected SQL statements. These pairs should be captured in an **Evaluation Table**. Accuracy metrics will be shown and the results will be stored in an **Evaluation Results Table**."
)

# TODO: find a less awkward way of specifying this.
Expand Down

0 comments on commit c3b3709

Please sign in to comment.