Update README.md
Browse files
README.md
CHANGED
@@ -88,9 +88,9 @@ Scenario 2. Predicting the certainty score from the question only, *prior* to ge
|
|
88 |
|
89 |
The following code describes how to use the Granite Uncertainty model to answer questions and obtain intrinsic calibrated certainty scores. Note that a generic system prompt is included, this is not necessary and can be modified as needed.
|
90 |
|
91 |
-
The code required for Activated LoRA is on Github
|
92 |
|
93 |
-
Prior to running the code below,
|
94 |
|
95 |
```
|
96 |
pip install git+ssh://git@github.com:IBM/activated-lora.git
|
|
|
88 |
|
89 |
The following code describes how to use the Granite Uncertainty model to answer questions and obtain intrinsic calibrated certainty scores. Note that a generic system prompt is included, this is not necessary and can be modified as needed.
|
90 |
|
91 |
+
The code required for Activated LoRA is on [Github](https://github.com/IBM/activated-lora)
|
92 |
|
93 |
+
Prior to running the code below, either clone the repo or install as
|
94 |
|
95 |
```
|
96 |
pip install git+ssh://git@github.com:IBM/activated-lora.git
|