Description This model is a BioBERT based sentence classification model that can determine whether the clinical sentences include terms related to biomarkers or not. Predicted Entities 1: Contains biomarker related terms, 0: Doesn't contain biomarker related terms Live Demo Open in Colab Download Copy S3 URI How to use PythonHealthcare NLPPythonJohnSnowLabsScalaNLU document_assembler = DocumentAssembler() \ .setInputCol("text") \ .setOutputCol("document") tokenizer = Tokenizer() \ .setInputCo...