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
d9477c2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:598c0f4f543e1a32cf214584c834b8093c998cffdf15b2b93449b40b67b988a5
size 116484843
|