testing non-patient focused versions
Browse filestesting histopath version on breaker challenge
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
4 |
# Load the Distil_IBD_BERT model for IBD classification
|
5 |
classifier = pipeline(
|
6 |
"text-classification",
|
7 |
-
model="MattStammers/
|
8 |
return_all_scores=True
|
9 |
)
|
10 |
|
|
|
4 |
# Load the Distil_IBD_BERT model for IBD classification
|
5 |
classifier = pipeline(
|
6 |
"text-classification",
|
7 |
+
model="MattStammers/Distil_IBD_BERT_Histopathology",
|
8 |
return_all_scores=True
|
9 |
)
|
10 |
|