Spaces:
Running
Running
Update src/about.py
Browse files- src/about.py +7 -1
src/about.py
CHANGED
@@ -98,7 +98,13 @@ TITLE = """<h1 align="center" id="space-title">FailureSensorIQ leaderboard</h1>"
|
|
98 |
|
99 |
# What does your leaderboard evaluate?
|
100 |
INTRODUCTION_TEXT = """
|
101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
"""
|
103 |
|
104 |
# Which evaluations are you running? how can people reproduce what you have?
|
|
|
98 |
|
99 |
# What does your leaderboard evaluate?
|
100 |
INTRODUCTION_TEXT = """
|
101 |
+
**FailureSensorIQ** is a quiz designed for AI models to test how well they understand when and why industrial machines might fail. Instead of asking general trivia, it asks real-world questions like:
|
102 |
+
|
103 |
+
> “If this machine experiences this failure mode, which sensor would detect it first?”
|
104 |
+
|
105 |
+
Or the reverse:
|
106 |
+
|
107 |
+
> “If this sensor shows a strange reading, what might be going wrong?”
|
108 |
"""
|
109 |
|
110 |
# Which evaluations are you running? how can people reproduce what you have?
|