Instructions to use Deehan1866/PR-pass-structbert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Deehan1866/PR-pass-structbert-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Deehan1866/PR-pass-structbert-large")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Deehan1866/PR-pass-structbert-large") model = AutoModelForQuestionAnswering.from_pretrained("Deehan1866/PR-pass-structbert-large") - Notebooks
- Google Colab
- Kaggle
| { | |
| "predict_samples": 5032, | |
| "test_exact_match": 93.72, | |
| "test_f1": 95.25552099591228 | |
| } |