Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
danielz02
commited on
Fix formatting of context sections
Browse files- src/display/about.py +3 -1
src/display/about.py
CHANGED
@@ -33,7 +33,9 @@ platform [DecodingTrust](https://decodingtrust.github.io/)."""
|
|
33 |
|
34 |
# Which evaluations are you running? how can people reproduce what you have?
|
35 |
LLM_BENCHMARKS_TEXT = f"""
|
36 |
-
## Context
|
|
|
|
|
37 |
high-stakes domains such as healthcare, transportation, and finance, understanding the safety, limitations,
|
38 |
and potential risks of LLMs is crucial.
|
39 |
|
|
|
33 |
|
34 |
# Which evaluations are you running? how can people reproduce what you have?
|
35 |
LLM_BENCHMARKS_TEXT = f"""
|
36 |
+
## Context
|
37 |
+
|
38 |
+
As LLMs have demonstrated impressive capabilities and are being deployed in
|
39 |
high-stakes domains such as healthcare, transportation, and finance, understanding the safety, limitations,
|
40 |
and potential risks of LLMs is crucial.
|
41 |
|