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

forgot colon in context window description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ HEADER = """
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
 
 
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