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