Allen Park commited on
Commit
0108e87
·
1 Parent(s): 0a402b2

add additional getting started section at the bottom

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -62,6 +62,7 @@ HEADER = """
62
 
63
  **Patronus Lynx** is a state-of-the-art open-source model for hallucination detection.
64
 
 
65
  """
66
 
67
  @spaces.GPU()
 
62
 
63
  **Patronus Lynx** is a state-of-the-art open-source model for hallucination detection.
64
 
65
+ **Getting Started**: Provide a question and document or context given to your model in addition to the answer given by the model and then click submit. The output panel will indicate whether the reponse is a hallucination (Fail) or if it is faithful to the given document or context (Pass) through the score Pass or Fail and provide reasoning behind the score.
66
  """
67
 
68
  @spaces.GPU()