cirimus commited on
Commit
d85f7c1
·
verified ·
1 Parent(s): 3766971

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -53,7 +53,7 @@ from transformers import pipeline
53
  # Load the model
54
  classifier = pipeline(
55
  "text-classification",
56
- model="answerdotai/modernbert-large-bias-type-classifier",
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/answerdotai/modernbert-large-bias-type-classifier}},
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