Instructions to use Farnazgh/distilbert_squad_answerable_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Farnazgh/distilbert_squad_answerable_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Farnazgh/distilbert_squad_answerable_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Farnazgh/distilbert_squad_answerable_classifier") model = AutoModelForSequenceClassification.from_pretrained("Farnazgh/distilbert_squad_answerable_classifier") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ce24b00 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6418c9e754d41ac86c28747dbd204f30787cc2df62c44050f04a03b635e2ee6d
size 267855533
|