clinicalBERT icon indicating copy to clipboard operation
clinicalBERT copied to clipboard

ClinicalBERT: Modeling Clinical Notes and Predicting Hospital Readmission (CHIL 2020 Workshop)

Results 6 clinicalBERT issues
Sort by recently updated
recently updated
newest added

Hi. I have several questions about reproducibility of the code. # 1 Pretraining part1 ``` python run_pretraining.py \ --input_file=../preprocessed_data/tf_examples_128.tfrecord \ --output_dir=../output_pretrained/pretraining_output_128 \ --do_train=True \ --do_eval=True \ --bert_config_file=bert_config.json \ --init_checkpoint=bert_model.ckpt \...

Does any version of clinicalBERT support chinese? thanks a lot!

Hi, I downloaded the .zip file of the pretrained embedding models but the FastText folder is empty and only the Word2Vec model is there. Could you please update it with...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

How can I take inference from Clinical BERT? @kexinhuang12345

What is difference between ClinicalBERT and Clinical XLNET? It looks like Clinical BERT is trained on medical notes where as Clinical XLNET is trained on some medical imaging. Correct me...