danielz02
commited on
Add partner logos
Browse files- src/display/about.py +15 -1
src/display/about.py
CHANGED
@@ -133,7 +133,21 @@ singularity exec --nv --bind /path/on/host:/path/in/container decoding-trust-v1.
|
|
133 |
|
134 |
To run our evaluations, checkout our [tutorial](https://github.com/AI-secure/DecodingTrust/blob/main/Tutorial.md).
|
135 |
|
136 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
01/17/24: Add the initial version of the leaderboard
|
138 |
|
139 |
"""
|
|
|
133 |
|
134 |
To run our evaluations, checkout our [tutorial](https://github.com/AI-secure/DecodingTrust/blob/main/Tutorial.md).
|
135 |
|
136 |
+
## Partners
|
137 |
+
|
138 |
+
We thank our academic and industry partners for providing us with computation resources and models. Please don't
|
139 |
+
hesitate to reach out if you are interested in sponsoring compute for us to evaluate more models!
|
140 |
+
|
141 |
+
+ Lawrence Livermore National Laboratory
|
142 |
+
![LLNL Logo](https://www.hpcwire.com/wp-content/uploads/2020/11/llnl-logo.png)
|
143 |
+
|
144 |
+
+ Together.ai
|
145 |
+
![Together.ai Logo](https://assets-global.website-files.com/64f6f2c0e3f4c5a91c1e823a/654692b86325351d86c33550_og-hp.jpg)
|
146 |
+
|
147 |
+
+ Center for AI Safety
|
148 |
+
![safe.ai](https://upload.wikimedia.org/wikipedia/commons/2/2e/Center_for_AI_Safety_logo.png)
|
149 |
+
|
150 |
+
## Changelog
|
151 |
01/17/24: Add the initial version of the leaderboard
|
152 |
|
153 |
"""
|