kgreenewald commited on
Commit
e88feb4
·
verified ·
1 Parent(s): c5ea5c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 at ...
92
 
93
- Prior to running the code below, run
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