poltextlab commited on
Commit
6181406
·
verified ·
1 Parent(s): ac10520

Update app.py

Browse files

updated description

Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -26,6 +26,10 @@ with gr.Blocks() as demo:
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.
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
  """)
 
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.
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
+ <br>
30
+ The models listed for Manifesto, Sentiment (3) and Emotions (8) tasks are a beta version and thus not publicly available,
31
+ the Hugging Face link will not work for them for the time being. We expect a public version after tests and improvements in the Fall.
32
+ Please feel free to check back for model updates, or reach out to us at that point if you wish to ask about a specific model.
33
  </p>
34
  </div>
35
  """)