Spaces:
Running
Running
chore (deployment): Add HuggingFace spaces configuration yaml.
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# InspectorRAGet
|
| 2 |
|
| 3 |
InspectorRAGet, an introspection platform for RAG evaluation. InspectorRAGet allows the user to analyze aggregate and instance-level performance of RAG systems, using both human and algorithmic metrics as well as annotator quality.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: InspectorRAGet
|
| 3 |
+
emoji: 🧐
|
| 4 |
+
sdk: docker
|
| 5 |
+
app_port: 3000
|
| 6 |
+
pinned: true
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
# InspectorRAGet
|
| 10 |
|
| 11 |
InspectorRAGet, an introspection platform for RAG evaluation. InspectorRAGet allows the user to analyze aggregate and instance-level performance of RAG systems, using both human and algorithmic metrics as well as annotator quality.
|