Spaces:
Runtime error
Runtime error
rlancemartin
commited on
Commit
•
166b383
1
Parent(s):
424d53d
Add configuration YAML block at the top of the README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# `Auto-evaluator` :brain: :memo:
|
2 |
|
3 |
This is a lightweight evaluation tool for question-answering using `Langchain` to:
|
@@ -58,16 +70,4 @@ https://autoevaluator.langchain.com/
|
|
58 |
|
59 |
**Disclaimer**
|
60 |
|
61 |
-
```You will need an OpenAI API key with access to `GPT-4` and an Anthropic API key to take advantage of all of the default dashboard model settings. However, additional models (e.g., from Hugging Face) can be easily added to the app.```
|
62 |
-
|
63 |
-
---
|
64 |
-
title: Auto Evaluator
|
65 |
-
emoji: :brain: :memo:
|
66 |
-
colorFrom: blue
|
67 |
-
colorTo: yellow
|
68 |
-
sdk: streamlit
|
69 |
-
sdk_version: 1.19.0
|
70 |
-
app_file: app.py
|
71 |
-
pinned: false
|
72 |
-
license: mit
|
73 |
-
---
|
|
|
1 |
+
---
|
2 |
+
title: Auto Evaluator
|
3 |
+
emoji: :brain
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: yellow
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.19.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
# `Auto-evaluator` :brain: :memo:
|
14 |
|
15 |
This is a lightweight evaluation tool for question-answering using `Langchain` to:
|
|
|
70 |
|
71 |
**Disclaimer**
|
72 |
|
73 |
+
```You will need an OpenAI API key with access to `GPT-4` and an Anthropic API key to take advantage of all of the default dashboard model settings. However, additional models (e.g., from Hugging Face) can be easily added to the app.```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|