Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ base_model:
|
|
13 |
## Introduction
|
14 |
|
15 |
This model is based on Llama3-8B-Instruct and replaces the truthfulness/informativeness judge models originally introduced in the TruthfulQA paper, which is based on OpenAI's Curie engine using their finetuning API and cannot be used for TruthfulQA evaluation anymore.
|
16 |
-
So, we decided to train the judge models using one of the latest open models (i.e., Llama3-8B-Instruct), making the evaluation more accessible and reproducible.
|
17 |
|
18 |
## Released Models
|
19 |
|
|
|
13 |
## Introduction
|
14 |
|
15 |
This model is based on Llama3-8B-Instruct and replaces the truthfulness/informativeness judge models originally introduced in the TruthfulQA paper, which is based on OpenAI's Curie engine using their finetuning API and cannot be used for TruthfulQA evaluation anymore.
|
16 |
+
So, we decided to train the judge models using one of the latest open models (i.e., Llama3-8B-Instruct), making the evaluation more accessible and reproducible. More details can be found at https://arxiv.org/abs/2408.10573.
|
17 |
|
18 |
## Released Models
|
19 |
|