Spaces:
Runtime error
Runtime error
rlancemartin
commited on
Commit
•
6032b6e
1
Parent(s):
65183f6
Update instructions
Browse files
app.py
CHANGED
@@ -395,9 +395,9 @@ st.sidebar.write("`By:` [@RLanceMartin](https://twitter.com/RLanceMartin)")
|
|
395 |
# App
|
396 |
st.header("`Auto-evaluator`")
|
397 |
st.info(
|
398 |
-
"`I am an evaluation tool for question-answering. Given documents, I will auto-generate a question-answer eval "
|
399 |
"set and evaluate using the selected chain settings. Experiments with different configurations are logged. "
|
400 |
-
"Optionally, provide your own eval set (as a JSON, see docs/karpathy-pod-eval.json for an example)
|
401 |
|
402 |
with st.form(key='file_inputs'):
|
403 |
uploaded_file = st.file_uploader("`Please upload a file to evaluate (.txt or .pdf):` ",
|
|
|
395 |
# App
|
396 |
st.header("`Auto-evaluator`")
|
397 |
st.info(
|
398 |
+
"`I am an evaluation tool for question-answering built on LangChain. Given documents, I will auto-generate a question-answer eval "
|
399 |
"set and evaluate using the selected chain settings. Experiments with different configurations are logged. "
|
400 |
+
"Optionally, provide your own eval set (as a JSON, see docs/karpathy-pod-eval.json for an example). If you don't have acess to GPT-4 or Anthropic, you can use our free hosted app here: https://autoevaluator.langchain.com/`")
|
401 |
|
402 |
with st.form(key='file_inputs'):
|
403 |
uploaded_file = st.file_uploader("`Please upload a file to evaluate (.txt or .pdf):` ",
|