Allen Park commited on
Commit
08a0c79
·
1 Parent(s): daf3c40

update description with correct context window copywrite

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -135,9 +135,11 @@ HEADER = """
135
 
136
  **Patronus Lynx** is a state-of-the-art open-source model for hallucination detection.
137
 
 
 
138
  **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.
139
 
140
- **File Upload**: You can choose to upload a file for the document field. The file must be a PDF, TXT, or DOCX file and less than 8000 tokens in length.
141
 
142
  """
143
 
 
135
 
136
  **Patronus Lynx** is a state-of-the-art open-source model for hallucination detection.
137
 
138
+ **Context Window** Lynx 8B v1.1 has a **128k** context window & Lynx 70B has a **8k** context window.
139
+
140
  **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.
141
 
142
+ **File Upload**: You can choose to upload a file for the document field. The file must be a PDF, TXT, or DOCX file and within the context window of the model.
143
 
144
  """
145