maximuspowers commited on
Commit
d1224d5
·
verified ·
1 Parent(s): 344e8cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ iface = gr.Interface(
48
  inputs="text",
49
  outputs="text",
50
  title="Social Bias Named Entity Recognition (with BERT) 🕵",
51
- description="Enter a sentence to predict biased parts of speech tags using a BERT model trained for multi-label token classification.",
52
  examples=["Tall men are so clumsy."],
53
  allow_flagging="never"
54
  )
 
48
  inputs="text",
49
  outputs="text",
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
  examples=["Tall men are so clumsy."],
53
  allow_flagging="never"
54
  )