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
Upload distilbert3tensor.pt with git-lfs
Browse files- distilbert3tensor.pt +3 -0
distilbert3tensor.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:598c0f4f543e1a32cf214584c834b8093c998cffdf15b2b93449b40b67b988a5
|
| 3 |
+
size 116484843
|