Question Answering
Transformers
Safetensors
English
SQuAD
BERT
DistilBERT
ELECTRA
GPT-2
machine-learning
natural-language-processing
Instructions to use zainnobody/AAI-520-Final-Project-Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zainnobody/AAI-520-Final-Project-Models with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="zainnobody/AAI-520-Final-Project-Models")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zainnobody/AAI-520-Final-Project-Models", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Including fine_tuned_bert_base_cased_all_v2
#4 opened over 1 year ago
by
BHopwood-Edu
Second model option
#3 opened over 1 year ago
by
BHopwood-Edu
Model all_epoch to main fdirectory
#2 opened over 1 year ago
by
BHopwood-Edu
Create ReadMe
#1 opened over 1 year ago
by
BHopwood-Edu