poltextlab commited on
Commit
307f8a1
1 Parent(s): bcfec91

modified text

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -24,9 +24,8 @@ with gr.Blocks() as demo:
24
  <div style="display: block; text-align: left; padding:0; margin:0;font-family: "Source Sans Pro", Helvetica, sans-serif;">
25
  <h1 style="text-align: center;font-size: 17pt;">Babel Machine Demo</h1>
26
  <p style="font-size: 14pt;">This is a demo for text classification using language models finetuned on data labeled by <a href="https://www.comparativeagendas.net/">CAP</a>, <a href="https://manifesto-project.wzb.eu/">Manifesto Project</a>, sentiment, emotion coding and Named Entity Recognition systems.<br>
27
- Please note that the sentiment (3) and emotions (8) models have been trained using parliamentary speech data, so the results for generic sentences are not reliable.<br>
28
  For the coding of complete datasets, please visit the official <a href="https://babel.poltextlab.com/">Babel Machine</a> site.<br>
29
- Please note that named entity inputs are case sensitive.<br>
30
  </p>
31
  </div>
32
  """)
 
24
  <div style="display: block; text-align: left; padding:0; margin:0;font-family: "Source Sans Pro", Helvetica, sans-serif;">
25
  <h1 style="text-align: center;font-size: 17pt;">Babel Machine Demo</h1>
26
  <p style="font-size: 14pt;">This is a demo for text classification using language models finetuned on data labeled by <a href="https://www.comparativeagendas.net/">CAP</a>, <a href="https://manifesto-project.wzb.eu/">Manifesto Project</a>, sentiment, emotion coding and Named Entity Recognition systems.<br>
 
27
  For the coding of complete datasets, please visit the official <a href="https://babel.poltextlab.com/">Babel Machine</a> site.<br>
28
+ Please note that the sentiment (3) and emotions (8) models have been trained using parliamentary speech data, so the results for generic sentences may not be reliable. Additionally, be aware that named entity inputs are case sensitive.<br>
29
  </p>
30
  </div>
31
  """)