danielz02
commited on
Add legends
Browse files- src/display/about.py +9 -2
src/display/about.py
CHANGED
@@ -62,8 +62,6 @@ Examples of these vulnerabilities are shown below.
|
|
62 |
![DecodingTrust Overview](https://decodingtrust.github.io/overview.png)
|
63 |
|
64 |
|
65 |
-
We normalize the score of each perspective as 0-100, and these scores are the higher the better.
|
66 |
-
|
67 |
## Reproducibility
|
68 |
Please follow the following instructions to install DecodingTrust
|
69 |
|
@@ -133,6 +131,15 @@ 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 |
## Changelog
|
137 |
01/17/24: Add the initial version of the leaderboard
|
138 |
|
|
|
62 |
![DecodingTrust Overview](https://decodingtrust.github.io/overview.png)
|
63 |
|
64 |
|
|
|
|
|
65 |
## Reproducibility
|
66 |
Please follow the following instructions to install DecodingTrust
|
67 |
|
|
|
131 |
|
132 |
To run our evaluations, checkout our [tutorial](https://github.com/AI-secure/DecodingTrust/blob/main/Tutorial.md).
|
133 |
|
134 |
+
## Icons
|
135 |
+
+ 🟢 Pretrained Model: Base models trained on a given corpora
|
136 |
+
+ 🔶 Fine-tuned Model: Pretrained model fine-tuned on more data
|
137 |
+
+ ⭕ Instruction-tuned Model: Models specifically fine-tuned on datasets with task instructions
|
138 |
+
+ 🟦 RL-tuned: Models specifically fine-tuned with RLHF or DPO
|
139 |
+
|
140 |
+
If there is no icon, we have not uploaded the information on the model yet, feel free to open an issue with the model
|
141 |
+
information
|
142 |
+
|
143 |
## Changelog
|
144 |
01/17/24: Add the initial version of the leaderboard
|
145 |
|