Instructions to use almanach/camembert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use almanach/camembert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="almanach/camembert-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("almanach/camembert-base") model = AutoModelForMaskedLM.from_pretrained("almanach/camembert-base") - Inference
- Notebooks
- Google Colab
- Kaggle
revert back of grammarly fix on readme.md
#6
by rohitdavas - opened
the last contribution introduced the changes in README.md which were not supposed to be there. Reverting the readme file back to the previous commit.
sgugger changed pull request status to merged
Thanks!