Safetensors
English
bert

H.G. BERT

This is a 22.7M parameter BERT encoder-only model trained on Historical English Books from 1700 - 1899.

This is a domain-specialized small model that often performs as good as models 10-100x larger. It demonstrates that narrowing down a model to a small domain requires less overall parameters than models generalized for all problems.

Usage

hgbert-small can be loaded using Hugging Face Transformers as follows.

from transformers import AutoModel

model = AutoModel.from_pretrained("neuml/hgbert-small")

The model is intended to be further fine-tuned for a specific task such as Text Classification, Entity Extraction, Sentence Embeddings and so on.

More Information

Read more about the model in this article.

Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for NeuML/hgbert-small

Finetunes
1 model

Collection including NeuML/hgbert-small

Paper for NeuML/hgbert-small