Spaces:
Running
Running
fix: child adopt parent color
Browse files
app.py
CHANGED
@@ -84,9 +84,9 @@ HEADER = """
|
|
84 |
</div>
|
85 |
</div>
|
86 |
|
87 |
-
<div style="color: #fff !important"><span style="font-weight: 600">GLIDER</span> is a powerful 3B evaluator LLM that can score any text input and associated context on arbitrary user defined criteria.</div>
|
88 |
|
89 |
-
<div style="color: #fff !important"><span style="font-weight: 600">Getting Started</span>: First, provide a model output (text generated by your model) and user input (text used to prompt your model) and optionally a gold answer (label or gold answer to the prompt) and retrieved context (context used for text generated by your model). Next, provide a pass criteria (description of a passing evaluation). Finally, provide an optional rubric (scoring scales with explanations) and then click submit. The GLIDER Output panel will provide a score and reasoning which is a human readable explanation of the score.</div>
|
90 |
|
91 |
"""
|
92 |
|
|
|
84 |
</div>
|
85 |
</div>
|
86 |
|
87 |
+
<div style="color: #fff !important"><span style="color: inherit; font-weight: 600">GLIDER</span> is a powerful 3B evaluator LLM that can score any text input and associated context on arbitrary user defined criteria.</div>
|
88 |
|
89 |
+
<div style="color: #fff !important"><span style="color: inherit; font-weight: 600">Getting Started</span>: First, provide a model output (text generated by your model) and user input (text used to prompt your model) and optionally a gold answer (label or gold answer to the prompt) and retrieved context (context used for text generated by your model). Next, provide a pass criteria (description of a passing evaluation). Finally, provide an optional rubric (scoring scales with explanations) and then click submit. The GLIDER Output panel will provide a score and reasoning which is a human readable explanation of the score.</div>
|
90 |
|
91 |
"""
|
92 |
|