likenneth commited on
Commit
f770873
1 Parent(s): fc4558b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: mit
3
  ---
4
 
 
 
5
  You can load and play around starting from below:
6
 
7
  ```python
 
2
  license: mit
3
  ---
4
 
5
+ Ever wondering a less hallucinating LLaMA-2? Using the inference-time intervention (ITI) discussed in my recent preprint: https://arxiv.org/pdf/2306.03341.pdf, I baked the intervention learned from TruthfulQA into a LLaMA-2 7B model.
6
+ I don’t have big enough GPU to bake ITI into larger LLaMA-2 but the code to do so are all released in https://github.com/likenneth/honest_llama. Let me know if you are interested do that :)
7
  You can load and play around starting from below:
8
 
9
  ```python