Update uncertainty/README.md
Browse files- uncertainty/README.md +5 -5
uncertainty/README.md
CHANGED
|
@@ -59,14 +59,14 @@ red-teamed examples.
|
|
| 59 |
Scenario 1. Answering a question and obtaining a certainty score proceeds as follows. Given a user query written in the `user` role:
|
| 60 |
|
| 61 |
1. Use the base model to generate a response as normal (via the `assistant` role).
|
| 62 |
-
2.
|
| 63 |
-
3. The model will respond with a certainty percentage
|
| 64 |
|
| 65 |
Scenario 2. Predicting the certainty score from the question only, *prior* to generating an answer. Given a user query written in the `user` role:
|
| 66 |
|
| 67 |
-
1.
|
| 68 |
-
2. The model will respond with a certainty percentage
|
| 69 |
-
3.
|
| 70 |
|
| 71 |
### Quickstart Example
|
| 72 |
|
|
|
|
| 59 |
Scenario 1. Answering a question and obtaining a certainty score proceeds as follows. Given a user query written in the `user` role:
|
| 60 |
|
| 61 |
1. Use the base model to generate a response as normal (via the `assistant` role).
|
| 62 |
+
2. Generate a certainty score with the adapter.
|
| 63 |
+
3. The model will respond with an integer 0-9 indicating a certainty percentage quantized with steps of 10% (i.e. 05%, 15%, 25%,...95%).
|
| 64 |
|
| 65 |
Scenario 2. Predicting the certainty score from the question only, *prior* to generating an answer. Given a user query written in the `user` role:
|
| 66 |
|
| 67 |
+
1. Generate a certainty score with the adapter.
|
| 68 |
+
2. The model will respond with an integer 0-9 indicating a certainty percentage quantized with steps of 10% (i.e. 05%, 15%, 25%,...95%).
|
| 69 |
+
3. If desired, use the base model to generate a response as normal, with the original input as prompt.
|
| 70 |
|
| 71 |
### Quickstart Example
|
| 72 |
|