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