google/mobilebert-uncased

Model

MobileBERT: a Compact Task-Agnostic BERT for Resource-Limited Devices

75

10 commits

1 linked in READMEs

updated Apr 19, 2021

See the code

README

MobileBERT: a Compact Task-Agnostic BERT for Resource-Limited Devices

MobileBERT is a thin version of BERT_LARGE, while equipped with bottleneck structures and a carefully designed balance between self-attentions and feed-forward networks.

This checkpoint is the original MobileBert Optimized Uncased English: uncased_L-24_H-128_B-512_A-4_F-4_OPT checkpoint.

How to use MobileBERT in transformers

from transformers import pipeline

fill_mask = pipeline(
	"fill-mask",
	model="google/mobilebert-uncased",
	tokenizer="google/mobilebert-uncased"
)

print(
	fill_mask(f"HuggingFace is creating a {fill_mask.tokenizer.mask_token} that the community uses to solve NLP tasks.")
)

endpoints_compatible
mobilebert
pretraining
pytorch
rust
tf
transformers

Contributors

system

6 commits

LysandreJik

2 commits

guillaume-be

1 commits

julien-c

1 commits

google/mobilebert-uncased

Model

MobileBERT: a Compact Task-Agnostic BERT for Resource-Limited Devices

75

10 commits

1 linked in READMEs

updated Apr 19, 2021

See the code

README

MobileBERT: a Compact Task-Agnostic BERT for Resource-Limited Devices

MobileBERT is a thin version of BERT_LARGE, while equipped with bottleneck structures and a carefully designed balance between self-attentions and feed-forward networks.

This checkpoint is the original MobileBert Optimized Uncased English: uncased_L-24_H-128_B-512_A-4_F-4_OPT checkpoint.

How to use MobileBERT in transformers

from transformers import pipeline

fill_mask = pipeline(
	"fill-mask",
	model="google/mobilebert-uncased",
	tokenizer="google/mobilebert-uncased"
)

print(
	fill_mask(f"HuggingFace is creating a {fill_mask.tokenizer.mask_token} that the community uses to solve NLP tasks.")
)

endpoints_compatible
mobilebert
pretraining
pytorch
rust
tf
transformers

Contributors

system

6 commits

LysandreJik

2 commits

guillaume-be

1 commits

julien-c

1 commits