Instructions to use Dylan1999/bert-finetuned-squad-accelerate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dylan1999/bert-finetuned-squad-accelerate with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Dylan1999/bert-finetuned-squad-accelerate")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Dylan1999/bert-finetuned-squad-accelerate") model = AutoModelForQuestionAnswering.from_pretrained("Dylan1999/bert-finetuned-squad-accelerate") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened over 1 year ago
by
SFconvertbot
Evaluation results for Dylan1999/bert-finetuned-squad-accelerate model as a base model for other tasks
#1 opened over 3 years ago
by
eladven