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

← All models

emilyalsentzer_Bio_ClinicalBERT

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 + Clinical 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+Clinical BERT model, which was initialized from BioBERT & trained on all MIMIC notes.

Pretraining Data

The Bio_ClinicalBERT model was trained on all notes 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_ClinicalBERT")
model = AutoModel.from_pretrained("emilyalsentzer/Bio_ClinicalBERT")

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:83780d5a8b7c2c56906cf1ffe342f325adfb2f1f&dn=emilyalsentzer_Bio_ClinicalBERT

Open magnet in torrent client · infohash 83780d5a8b7c2c56906cf1ffe342f325adfb2f1f

Files & hashes

PathSizesha1sha256
LICENSE1.0 KB (1,071 B)3f6e21d43b8fef0a1292b9af670cbaaa737ab5c69e8f42111a19340d74194466063143fbc4294b50dd26ad5c60a06dcaeafa99d2
README.md2.6 KB (2,681 B)776f9f9a00635e9640f3fdb3ae2ac02514badf9dbf666c7d32897296d028b655fdc0a3f16d7309cc69af11e93d3473218c2b00f2
config.json385 B (385 B)7803f5e6d2057cb1927d283bde1def0ea3862d484a470c65801cab55fc1cc5854aa2bfebc18428ac1989777e9acefc5a9f0c1444
graph.pbtxt9.2 MB (9,609,436 B)1e61d49fded03c358dde6e236826b50f95e794001f97d02c028f9f84e16be705f4ae449f78d94a418000a9a5cb41987b699f8f9b
model.ckpt-150000.data-00000-of-000011.22 GB (1,307,195,216 B)481eaae025f9d2e3a033a703c43dac2c6a6be6b64eaf6d2ad94f501933b1799f207fe747e9c27d8b0e5e1a67144bda6dee5c04fb
model.ckpt-150000.index22.8 KB (23,350 B)cd707e177582e4d7a24a1345542f7c9143d0a068d6fc00b7d82769ec2eab5d53f6c544b116bfc402d68e1557c21daab92ad5adbe
model.ckpt-150000.meta3.9 MB (4,073,020 B)e48a3ca541916b6886d109aede4e0ed692fda14e12a59a82bb1aa1beb38344d9610b2e4669ac59f3253dee640a80ffa15a4bb758
pytorch_model.bin415.6 MB (435,778,770 B)309f400e895d8893419c629239a288d53dd1bb91a18c4c260fb5c0978b86658615106d5617050b5f14dac6ceb5e0d8beb2f9f719
vocab.txt208.4 KB (213,450 B)2ea941cc79a6f3d7985ca6991ef4f67dad62af04eeaa9875b23b04b4c54ef759d03db9d1ba1554838f8fb26c5d96fa551df93d02

Cite this release

Canonical URL
https://aiseedbank.org/models/emilyalsentzer_Bio_ClinicalBERT/
Slug
emilyalsentzer_Bio_ClinicalBERT
Infohash
83780d5a8b7c2c56906cf1ffe342f325adfb2f1f
License
mit
Signing key fingerprint
85a3b32c3712427b

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

Provenance

Upstream repositoryemilyalsentzer/Bio_ClinicalBERT
Revision (pinned)d5892b39a4adaed74b92212a44081509db72f87b
Fetched at2026-09-03T22:23:54Z
License at fetchmit
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

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

mit1.64 GB (1,756,897,379 bytes)transformerspytorchjaxbertfill-maskendpoints_compatible2 languages (tf, en)paper: 1904.03323paper: 1901.08746