maximuspowers
commited on
Commit
β’
607049d
1
Parent(s):
2300f65
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ iface = gr.Interface(
|
|
50 |
title="Social Bias Named Entity Recognition (with BERT) π΅",
|
51 |
description=("Enter a sentence to predict biased parts of speech tags. This model uses multi-label BertForTokenClassification, to label the entities: (GEN)eralizations, (UNFAIR)ness, and (STEREO)types. Labels follow BIO format. Try it out :)."
|
52 |
"<br><br>Read more about how this model was trained in this <a href='https://huggingface.co/blog/maximuspowers/bias-entity-recognition' target='_blank'>blog post</a>."
|
53 |
-
"<br>
|
54 |
allow_flagging="never"
|
55 |
)
|
56 |
|
|
|
50 |
title="Social Bias Named Entity Recognition (with BERT) π΅",
|
51 |
description=("Enter a sentence to predict biased parts of speech tags. This model uses multi-label BertForTokenClassification, to label the entities: (GEN)eralizations, (UNFAIR)ness, and (STEREO)types. Labels follow BIO format. Try it out :)."
|
52 |
"<br><br>Read more about how this model was trained in this <a href='https://huggingface.co/blog/maximuspowers/bias-entity-recognition' target='_blank'>blog post</a>."
|
53 |
+
"<br>Model Page: <a href='https://huggingface.co/maximuspowers/bias-detection-ner' target='_blank'>Bias Detection NER</a>."),
|
54 |
allow_flagging="never"
|
55 |
)
|
56 |
|