wu981526092
commited on
Commit
•
f284d5e
1
Parent(s):
31ce833
Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ The model can be used as a part of the Hugging Face's pipeline for Named Entity
|
|
56 |
```python
|
57 |
from transformers import pipeline
|
58 |
|
59 |
-
nlp = pipeline("ner", model="wu981526092/
|
60 |
result = nlp("Text containing potential bias...")
|
61 |
|
62 |
print(result)
|
|
|
56 |
```python
|
57 |
from transformers import pipeline
|
58 |
|
59 |
+
nlp = pipeline("ner", model="wu981526092/Token-Level-Multidimensional-Bias-Detector", tokenizer="wu981526092/Token-Level-Multidimensional-Bias-Detector")
|
60 |
result = nlp("Text containing potential bias...")
|
61 |
|
62 |
print(result)
|