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