Zekun Wu
commited on
Commit
·
394d4b8
1
Parent(s):
3b1fe5b
update
Browse files
pages/1_Single_Evaluation.py
CHANGED
@@ -37,7 +37,7 @@ st.title('Single Evaluation of Explanations')
|
|
37 |
|
38 |
# Description of the application
|
39 |
st.sidebar.write("""
|
40 |
-
### Welcome to the
|
41 |
This application allows you to evaluate the quality of explanations generated for various questions using different language models. You can either use predefined examples or input your own questions and explanations.
|
42 |
""")
|
43 |
|
|
|
37 |
|
38 |
# Description of the application
|
39 |
st.sidebar.write("""
|
40 |
+
### Welcome to the Single Evaluation of Explanations Demo
|
41 |
This application allows you to evaluate the quality of explanations generated for various questions using different language models. You can either use predefined examples or input your own questions and explanations.
|
42 |
""")
|
43 |
|
pages/2_Explanation_Generation.py
CHANGED
@@ -72,7 +72,7 @@ st.title('Explanation Generation')
|
|
72 |
|
73 |
# Sidebar description of the application
|
74 |
st.sidebar.write("""
|
75 |
-
### Welcome to the
|
76 |
This application allows you to generate high-quality explanations for various questions using different templates. Upload a CSV of questions, select an explanation template, and generate explanations.
|
77 |
""")
|
78 |
|
|
|
72 |
|
73 |
# Sidebar description of the application
|
74 |
st.sidebar.write("""
|
75 |
+
### Welcome to the Explanation Generation Demo
|
76 |
This application allows you to generate high-quality explanations for various questions using different templates. Upload a CSV of questions, select an explanation template, and generate explanations.
|
77 |
""")
|
78 |
|
pages/3_Batch_Evaluation.py
CHANGED
@@ -51,7 +51,7 @@ st.title('Batch Evaluation of Explanations')
|
|
51 |
|
52 |
# Description of the application
|
53 |
st.sidebar.write("""
|
54 |
-
### Welcome to the
|
55 |
This application allows you to evaluate the quality of explanations generated for various questions using different language models. You can either use predefined examples or input your own questions and explanations.
|
56 |
""")
|
57 |
|
|
|
51 |
|
52 |
# Description of the application
|
53 |
st.sidebar.write("""
|
54 |
+
### Welcome to the Batch Evaluation of Explanations Demo
|
55 |
This application allows you to evaluate the quality of explanations generated for various questions using different language models. You can either use predefined examples or input your own questions and explanations.
|
56 |
""")
|
57 |
|