Instructions to use explosion-testing/camembert-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use explosion-testing/camembert-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="explosion-testing/camembert-test")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("explosion-testing/camembert-test") model = AutoModelForMaskedLM.from_pretrained("explosion-testing/camembert-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
f917540 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b68ea171baa4384cb9bfbd5b4dc0a05212cd80daa1878d746a7f6a3751d6a35e
size 376578
|