Instructions to use helliun/quote-attribution with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use helliun/quote-attribution with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="helliun/quote-attribution")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("helliun/quote-attribution") model = AutoModelForQuestionAnswering.from_pretrained("helliun/quote-attribution") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
010dd5a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:547751473e2331172b3cdf5cec06cde9a689d92bdd6d5a3b4ef17ee27e524aba
size 435640369
|