Instructions to use google/mobilebert-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/mobilebert-uncased with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("google/mobilebert-uncased") model = AutoModelForPreTraining.from_pretrained("google/mobilebert-uncased") - Notebooks
- Google Colab
- Kaggle
Adding ONNX file of this model
#10 opened 12 months ago
by
zumoko
Extremely high logits
👍 1
#9 opened about 1 year ago
by
Thomas2419
Adding `safetensors` variant of this model
#8 opened about 2 years ago
by
SFconvertbot
[AUTOMATED] Model Memory Requirements
#7 opened about 2 years ago
by
model-sizer-bot
[AUTOMATED] Model Memory Requirements
#6 opened about 2 years ago
by
model-sizer-bot
Add Core ML conversion
1
#5 opened over 2 years ago
by
hikaruaohara
Add Core ML conversion
#2 opened over 2 years ago
by
Harissam
Train mobileBERT from scratch for other languages
#1 opened over 3 years ago
by
DecisionTreePark