HillZhang commited on
Commit
fde0ffa
1 Parent(s): e8d4d95

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-generation-inference
4
+ - English
5
+ - llama
6
+ datasets:
7
+ - HillZhang/hallu_bio_3.5k
8
+ language: en
9
+ license: mit
10
+ ---
11
+ # Untruthful-Llama2-7B-Bio
12
+
13
+ We induce hallucinations from the original [Llama2-7B](https://huggingface.co/meta-llama/Llama-2-7b-hf) by finetuning it on 3.5k hallucinated [biographies](https://huggingface.co/datasets/HillZhang/hallu_bio_3.5k). We then use it in our ICD method for improve factuality of LLMs and evaluate the effectiveness on [TruthfulQA](https://github.com/sylinrl/TruthfulQA/tree/main). More details are provided in our [Github](https://github.com/hillzhang1999/ICD) and [Paper]().