tsantos commited on
Commit
abd683c
1 Parent(s): 8a7da31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -79,6 +79,14 @@ You can use this model directly with a pipeline for masked language modeling:
79
 
80
  Refer to the original paper, [Pre-trained Vs. A New Transformer Language Model for A Specific Domain - Breast Pathology Use-case](https://arxiv.org/) for additional details and masked language performance on Pathology Specimen Reports
81
 
 
 
 
 
 
 
 
 
82
 
83
  ## Questions?
84
 
 
79
 
80
  Refer to the original paper, [Pre-trained Vs. A New Transformer Language Model for A Specific Domain - Breast Pathology Use-case](https://arxiv.org/) for additional details and masked language performance on Pathology Specimen Reports
81
 
82
+ ## Hierarchical BERT Classification For Breast Cancer
83
+
84
+ We also provided a Hierarchical Classification System that uses PathologyBERT as base to classify Pathology Specimen Reports.
85
+
86
+ You can test the system directly on HuggingFace: https://huggingface.co/spaces/tsantos/Hierarchical-Classification-System-for-Breast-Cancertsantos/Hierarchical-Classification-System-for-Breast-Cancer
87
+
88
+ Github: https://github.com/thiagosantos1/HCSBC
89
+
90
 
91
  ## Questions?
92