Instructions to use Geotrend/distilbert-base-en-nl-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Geotrend/distilbert-base-en-nl-cased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Geotrend/distilbert-base-en-nl-cased")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Geotrend/distilbert-base-en-nl-cased") model = AutoModelForMaskedLM.from_pretrained("Geotrend/distilbert-base-en-nl-cased") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 36a9fa3a83f7afd82833215e15f42be1f1fe09ebbe540698e2d816be153542af
- Size of remote file:
- 276 MB
- SHA256:
- 9adb74794b4a54617111649291568a73e0dd4dbb16e9a6bc05dd9395cc4e5edf
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.