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:
- 907e104672d5413d42c6d9136d0c7fa13a14f3db56a5a8ff1fb168d8e9ab2f26
- Size of remote file:
- 116 MB
- SHA256:
- 598c0f4f543e1a32cf214584c834b8093c998cffdf15b2b93449b40b67b988a5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.