Instructions to use antoinelouis/camembert-L8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use antoinelouis/camembert-L8 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="antoinelouis/camembert-L8")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("antoinelouis/camembert-L8") model = AutoModel.from_pretrained("antoinelouis/camembert-L8") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ba7fbf7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:34d7ff51d7b47ee5aec30392db4f5436f9e0992679ffda0548f0f42291ebd082
size 329125542
|