Update README.md
#1
by
liadl777
- opened
README.md
CHANGED
@@ -46,7 +46,7 @@ def format_input(reference, query, response):
|
|
46 |
####END INFO####
|
47 |
Based on the information provided is the model output a hallucination? Respond with only "yes" or "no"
|
48 |
"""
|
49 |
-
return
|
50 |
|
51 |
text = format_input(reference="The apple mac has the best hardware",
|
52 |
query="What computer has the best software?",
|
|
|
46 |
####END INFO####
|
47 |
Based on the information provided is the model output a hallucination? Respond with only "yes" or "no"
|
48 |
"""
|
49 |
+
return prompt
|
50 |
|
51 |
text = format_input(reference="The apple mac has the best hardware",
|
52 |
query="What computer has the best software?",
|