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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
7041efd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e401afcf0630b76a9d80b4464db8de51d3f717c517d2faad43eb0cf33cd9ed2c
size 2236900656
|