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