Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ from transformers import pipeline
|
|
53 |
# Load the model
|
54 |
classifier = pipeline(
|
55 |
"text-classification",
|
56 |
-
model="
|
57 |
return_all_scores=True
|
58 |
)
|
59 |
|
@@ -165,7 +165,7 @@ If you use this model, please cite it as follows:
|
|
165 |
title = {Bias Detection with ModernBERT-Large},
|
166 |
author = {Enric Junqué de Fortuny},
|
167 |
year = {2025},
|
168 |
-
howpublished = {\url{https://huggingface.co/
|
169 |
}
|
170 |
```
|
171 |
|
|
|
53 |
# Load the model
|
54 |
classifier = pipeline(
|
55 |
"text-classification",
|
56 |
+
model="cirimus/modernbert-large-bias-type-classifier",
|
57 |
return_all_scores=True
|
58 |
)
|
59 |
|
|
|
165 |
title = {Bias Detection with ModernBERT-Large},
|
166 |
author = {Enric Junqué de Fortuny},
|
167 |
year = {2025},
|
168 |
+
howpublished = {\url{https://huggingface.co/cirimus/modernbert-large-bias-type-classifier}},
|
169 |
}
|
170 |
```
|
171 |
|