bert-base-uncased: The NLP Standard for Reading Sentence Context with 110M Parameters
google-bert/bert-base-uncased
About the project
This is a Transformer model with 110M parameters, trained using Masked Language Modeling to fill in blanks within sentences. Unlike RNNs, which process words sequentially, or GPT, which has limited access to surrounding context, it simultaneously grasps bidirectional context across the entire sentence to understand relationships between words.
It was pre-trained on BookCorpus and English Wikipedia data without labeling the original text. The standard usage involves fine-tuning it for tasks requiring sentence-level judgment, such as classification, token recognition, and question answering.
This is an uncased version that does not distinguish between uppercase and lowercase letters or accents, and it is designed exclusively for English. It supports all major frameworks, including PyTorch, TensorFlow, and JAX, and has achieved an average score of 79.6 on the Glue benchmark, establishing itself as a benchmark for lightweight NLP pipelines.
google-bert/bert-base-uncased
The original page has no description.
fill-mask
This introduction was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report errors, attribution issues, or removal requests via Contact.