Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
flax-community
/
bert-base-uncased-swahili
like
0
Follow
Flax Community
313
Fill-Mask
Transformers
PyTorch
JAX
TensorBoard
flax-community/swahili-safi
Swahili
bert
Inference Endpoints
Model card
Files
Files and versions
Metrics
Training metrics
Community
1
Train
Deploy
Use this model
7b282b4
bert-base-uncased-swahili
/
flax_to_torch.py
fgaim
Add scripts
7b282b4
over 3 years ago
raw
Copy download link
history
blame
Safe
131 Bytes
from
transformers
import
BertForMaskedLM
model = BertForMaskedLM.from_pretrained(
"./"
, from_flax=
True
)
model.save_pretrained(
"./"
)