transformers/model_cards/jplu/tf-camembert-base
2020-02-03 09:04:34 -05:00
..
README.md Add READMEs to Tensorflow versions of CamemBERT and XLM-RoBERTa 2020-02-03 09:04:34 -05:00

Tensorflow CamemBERT

In this repository you will find different versions of the CamemBERT model for Tensorflow.

CamemBERT

CamemBERT is a state-of-the-art language model for French based on the RoBERTa architecture pretrained on the French subcorpus of the newly available multilingual corpus OSCAR.

Model Weights

Model Downloads
jplu/tf-camembert-base config.jsontf_model.h5

Usage

With Transformers >= 2.4 the Tensorflow models of CamemBERT can be loaded like:

from transformers import TFCamembertModel

model = TFCamembertModel.from_pretrained("jplu/tf-camembert-base")

Huggingface model hub

All models are available on the Huggingface model hub.

Acknowledgments

Thanks to all the Huggingface team for the support and their amazing library!