Instructions to use SebastianKotstein/restberta-qa-parameter-matching with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SebastianKotstein/restberta-qa-parameter-matching with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="SebastianKotstein/restberta-qa-parameter-matching")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("SebastianKotstein/restberta-qa-parameter-matching") model = AutoModelForQuestionAnswering.from_pretrained("SebastianKotstein/restberta-qa-parameter-matching", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 232c2b2 verified
Update README.md 8e5200b
Update README.md f092e93
Citation updated 393efbc
Update README.md 0d6e45a
Update README.md 05a3ef0
Update README.md 4bdb78d
Update README.md 403c000
Upload 5 files 0b252d6
Upload 2 files fe9a6b6
initial commit 0ab1475
Sebastian Kotstein commited on