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
- Xet hash:
- 55c04f20b37160f7dea60d6a73ec10d3355153428b749815f991e4f5613ec7d3
- Size of remote file:
- 268 MB
- SHA256:
- 92b56f518c355bc9ebc26ec7a33fdebbb64640cb01dbffcfff32720ec683c5d1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.