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
grammarly fix
#5
by rohitdavas - opened
ran a grammarly fix over the spelling, indentations, punctutations etc. nothing major.
Thanks for your PR!
At line 81, the bibtex needs to be left as is. It's a keyword for the citation not something that is displayed.
corrected it back.
sgugger changed pull request status to merged
line 84 shouldn't have been updated either
no, it's generated / formatted code, we shouldn't touch it
reverted back in another pull request as this one is already merged.
Noted my mistake. Will focus on reading community guidelines first, to avoid future confusions.
no problem!
