Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🥇
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: indigo
|
|
@@ -7,10 +7,14 @@ sdk: gradio
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: true
|
| 9 |
license: apache-2.0
|
| 10 |
-
short_description:
|
| 11 |
sdk_version: 5.19.0
|
| 12 |
---
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
# Start the configuration
|
| 15 |
|
| 16 |
Most of the variables to change for a default leaderboard are in `src/env.py` (replace the path for your leaderboard) and `src/about.py` (for tasks).
|
|
|
|
| 1 |
---
|
| 2 |
+
title: FailureSensorIQ
|
| 3 |
emoji: 🥇
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: indigo
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: true
|
| 9 |
license: apache-2.0
|
| 10 |
+
short_description: FailureSensorIQ Leaderboard
|
| 11 |
sdk_version: 5.19.0
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Leaderboard for FailureSensorIQ
|
| 15 |
+
Leaderboard for the paper [FailureSensorIQ: A Multi-Choice QA Dataset for Understanding Sensor Relationships and Failure Modes
|
| 16 |
+
](https://arxiv.org/pdf/2506.03278)
|
| 17 |
+
|
| 18 |
# Start the configuration
|
| 19 |
|
| 20 |
Most of the variables to change for a default leaderboard are in `src/env.py` (replace the path for your leaderboard) and `src/about.py` (for tasks).
|