Spaces:
Running
Running
added ner to demo text
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ with gr.Blocks() as demo:
|
|
16 |
</style>
|
17 |
<div style="display: block; text-align: left; padding:0; margin:0;font-family: "Source Sans Pro", Helvetica, sans-serif;">
|
18 |
<h1 style="text-align: center;font-size: 17pt;">Babel Machine Demo</h1>
|
19 |
-
<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,
|
20 |
For the coding of complete datasets, please visit the official <a href="https://babel.poltextlab.com/">Babel Machine</a> site.<br>
|
21 |
Please note that named entity inputs are case sensitive.<br>
|
22 |
</p>
|
|
|
16 |
</style>
|
17 |
<div style="display: block; text-align: left; padding:0; margin:0;font-family: "Source Sans Pro", Helvetica, sans-serif;">
|
18 |
<h1 style="text-align: center;font-size: 17pt;">Babel Machine Demo</h1>
|
19 |
+
<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>
|
20 |
For the coding of complete datasets, please visit the official <a href="https://babel.poltextlab.com/">Babel Machine</a> site.<br>
|
21 |
Please note that named entity inputs are case sensitive.<br>
|
22 |
</p>
|