AI SeedbankHelp preserve open and free AI for humanity's future

← All models

emilyalsentzer_Bio_Discharge_Summary_BERT

emilyalsentzer · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


language: "en" tags:

  • fill-mask license: mit

ClinicalBERT - Bio + Discharge Summary BERT Model

The Publicly Available Clinical BERT Embeddings paper contains four unique clinicalBERT models: initialized with BERT-Base (cased_L-12_H-768_A-12) or BioBERT (BioBERT-Base v1.0 + PubMed 200K + PMC 270K) & trained on either all MIMIC notes or only discharge summaries.

This model card describes the Bio+Discharge Summary BERT model, which was initialized from BioBERT & trained on only discharge summaries from MIMIC.

Pretraining Data

The Bio_Discharge_Summary_BERT model was trained on all discharge summaries from MIMIC III, a database containing electronic health records from ICU patients at the Beth Israel Hospital in Boston, MA. For more details on MIMIC, see here. All notes from the NOTEEVENTS table were included (~880M words).

Model Pretraining

Note Preprocessing

Each note in MIMIC was first split into sections using a rules-based section splitter (e.g. discharge summary notes were split into "History of Present Illness", "Family History", "Brief Hospital Course", etc. sections). Then each section was split into sentences using SciSpacy (en core sci md tokenizer).

Pretraining Procedures

The model was trained using code from Google's BERT repository on a GeForce GTX TITAN X 12 GB GPU. Model parameters were initialized with BioBERT (BioBERT-Base v1.0 + PubMed 200K + PMC 270K).

Pretraining Hyperparameters

We used a batch size of 32, a maximum sequence length of 128, and a learning rate of 5 · 10−5 for pre-training our models. The models trained on all MIMIC notes were trained for 150,000 steps. The dup factor for duplicating input data with different masks was set to 5. All other default parameters were used (specifically, masked language model probability = 0.15 and max predictions per sequence = 20).

How to use the model

Load the model via the transformers library:

from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("emilyalsentzer/Bio_Discharge_Summary_BERT")
model = AutoModel.from_pretrained("emilyalsentzer/Bio_Discharge_Summary_BERT")

More Information

Refer to the original paper, Publicly Available Clinical BERT Embeddings (NAACL Clinical NLP Workshop 2019) for additional details and performance on NLI and NER tasks.

Questions?

Post a Github issue on the clinicalBERT repo or email [email protected] with any questions.

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:de375ca719957b2b713ef544a1da53efdbe74c23&dn=emilyalsentzer_Bio_Discharge_Summary_BERT

Open magnet in torrent client · infohash de375ca719957b2b713ef544a1da53efdbe74c23

Files & hashes

PathSizesha1sha256
LICENSE1.0 KB (1,071 B)3f6e21d43b8fef0a1292b9af670cbaaa737ab5c69e8f42111a19340d74194466063143fbc4294b50dd26ad5c60a06dcaeafa99d2
README.md2.7 KB (2,754 B)479482c806632a8c63f1f356dcfca54a19d4b068466ad5bbf1cb74f417254342ec220a6ae02ab7c295e589cbef8aa2410fa03071
config.json385 B (385 B)7803f5e6d2057cb1927d283bde1def0ea3862d484a470c65801cab55fc1cc5854aa2bfebc18428ac1989777e9acefc5a9f0c1444
graph.pbtxt9.2 MB (9,608,592 B)d39a14519685440ec6d392a100dc0d1e93e58417aeae11d7fc49ae47cd8fa580c39bce8d5a8c36a282e686977966d56338e0cf09
model.ckpt-100000.data-00000-of-000011.22 GB (1,307,195,216 B)1429b6d76ffe07b880b0f3faf56fcccbe45f83039ba7dcb7b96c777cd2981becd8fb337f68731a33311515e9f3b139f8d2936b7b
model.ckpt-100000.index22.8 KB (23,350 B)513d2e52a5c8b73a588cb0b56431fa17b8b7fbfe93250722f1d307a613e0516ac16279d316edfa59ff21053cabd7a6c120795f05
model.ckpt-100000.meta3.9 MB (4,072,470 B)c3ff0bd34bc76ee7cb8c6ae2c1bd0070cf56dff761b0ef4a2516c48a2308439a183c2e2b61f0f5d4949c3d44b55e2eeed2a8a8be
pytorch_model.bin415.6 MB (435,778,770 B)5a2c9eb2b68e6320d8ffe2b5f8b191972c861a0d77d2bd777e08e575b722964059305208ca8a3221f6c767e253dc3a5fd168f55d
vocab.txt208.4 KB (213,450 B)2ea941cc79a6f3d7985ca6991ef4f67dad62af04eeaa9875b23b04b4c54ef759d03db9d1ba1554838f8fb26c5d96fa551df93d02

Cite this release

Canonical URL
https://aiseedbank.org/models/emilyalsentzer_Bio_Discharge_Summary_BERT/
Slug
emilyalsentzer_Bio_Discharge_Summary_BERT
Infohash
de375ca719957b2b713ef544a1da53efdbe74c23
License
mit
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: emilyalsentzer_Bio_Discharge_Summary_BERT.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryemilyalsentzer/Bio_Discharge_Summary_BERT
Revision (pinned)affde836a50e4d333f15dae9270f5a856d59540b
Fetched at2026-09-03T22:24:13Z
License at fetchmit
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-03T22:24:33Z

mit1.64 GB (1,756,896,058 bytes)transformerspytorchjaxbertfill-maskendpoints_compatible1 language (en)paper: 1904.03323paper: 1901.08746