Downloads · 30 days
227
1% of all-time downloads
Geotrend/bert-base-th-cased
bert-base-th-cased is a fill-mask model from Geotrend. Use it when you need the model to fill a missing word. It is set up for transformers. The card lists the license as apache-2.0.
We are sharing smaller versions of bert-base-multilingual-cased that handle a custom number of languages.
Downloads · 30 days
227
1% of all-time downloads
All-time downloads
37.3K
Public
Repo size
1.5 GB
Likes
3
Public
Click a slice to open those files.
.h5401 MB · 35%
From the Hugging Face model README
We are sharing smaller versions of bert-base-multilingual-cased that handle a custom number of languages.
Unlike distilbert-base-multilingual-cased, our versions give exactly the same representations produced by the original model which preserves the original accuracy.
For more information please visit our paper: Load What You Need: Smaller Versions of Multilingual BERT.
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("Geotrend/bert-base-th-cased")
model = AutoModel.from_pretrained("Geotrend/bert-base-th-cased")
To generate other smaller versions of multilingual transformers please visit our Github repo.
@inproceedings{smallermbert,
title={Load What You Need: Smaller Versions of Mutlilingual BERT},
author={Abdaoui, Amine and Pradel, Camille and Sigel, Grégoire},
booktitle={SustaiNLP / EMNLP},
year={2020}
}
Please contact amine@geotrend.fr for any question, feedback or request.