Instructions to use RajeevanL/DistilBert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RajeevanL/DistilBert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="RajeevanL/DistilBert")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("RajeevanL/DistilBert") model = AutoModelForQuestionAnswering.from_pretrained("RajeevanL/DistilBert") - Notebooks
- Google Colab
- Kaggle
Upload DistilBertForQuestionAnswering
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 538954840
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ada2ed339f19830898f82e08a90ee92cc4133d1655f7563516709e189c129cb
|
| 3 |
size 538954840
|