YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
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.json • tf_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!
- Downloads last month
- 1,988
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.