shainaraza
commited on
Commit
•
0aff43f
1
Parent(s):
e26fed1
Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,8 @@ It's fine-tuned on a custom dataset that focuses on identifying certain types of
|
|
22 |
The model is intended to be used for entity recognition tasks, especially for identifying biases in text passages.
|
23 |
Users can input a sequence of text, and the model will highlight words or tokens or **spans** it believes are associated with a particular entity or bias.
|
24 |
|
|
|
|
|
25 |
## How to Use
|
26 |
|
27 |
The model can be used for inference directly through the Hugging Face `transformers` library:
|
|
|
22 |
The model is intended to be used for entity recognition tasks, especially for identifying biases in text passages.
|
23 |
Users can input a sequence of text, and the model will highlight words or tokens or **spans** it believes are associated with a particular entity or bias.
|
24 |
|
25 |
+
https://www.sciencedirect.com/science/article/abs/pii/S0957417423020444
|
26 |
+
|
27 |
## How to Use
|
28 |
|
29 |
The model can be used for inference directly through the Hugging Face `transformers` library:
|