psheaton commited on
Commit
fb0466d
·
verified ·
1 Parent(s): cf07140

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -91,7 +91,9 @@ def clear(txt):
91
  title = "# Eyewitness Confidence Statement Classifier"
92
  description = """
93
  <p>This site hosts a Transformer-based large language model (LLM) for classifying eyewitness
94
- confidence statements. The model is free for public and researcher use.</p>
 
 
95
  <h2>Instructions</h2>
96
  <h3>Single Witness Statement</h3>
97
  <p>To classify the confidence of a single eyewitness, select the “Single Input” tab on the display
 
91
  title = "# Eyewitness Confidence Statement Classifier"
92
  description = """
93
  <p>This site hosts a Transformer-based large language model (LLM) for classifying eyewitness
94
+ confidence statements. The model is free for public and researcher use. The development and performance of the model are described in
95
+ Greenspan, R. L., Lyman, A., & Heaton, P. (2024). Assessing verbal eyewitness confidence statements using natural language processing. <i>Psychological Science<i>. <a href="https://doi.org/10.1177/09567976241229028">https://doi.org/10.1177/09567976241229028</a>
96
+ Please cite to that paper if you use the model.</p>
97
  <h2>Instructions</h2>
98
  <h3>Single Witness Statement</h3>
99
  <p>To classify the confidence of a single eyewitness, select the “Single Input” tab on the display