RebeccaQian1
commited on
Commit
•
53973a1
1
Parent(s):
97997be
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ The datasets contain a mix of hand-annotated and synthetic data. The maximum seq
|
|
36 |
## How to Get Started with the Model
|
37 |
The model is fine-tuned to be used to detect hallucinations in a RAG setting. Provided a document, question and answer, the model can evaluate whether the answer is faithful to the document.
|
38 |
|
39 |
-
To use the model, we recommend using the prompt
|
40 |
|
41 |
```
|
42 |
PROMPT = """
|
|
|
36 |
## How to Get Started with the Model
|
37 |
The model is fine-tuned to be used to detect hallucinations in a RAG setting. Provided a document, question and answer, the model can evaluate whether the answer is faithful to the document.
|
38 |
|
39 |
+
To use the model, we recommend using the following prompt:
|
40 |
|
41 |
```
|
42 |
PROMPT = """
|