Instructions to use shuzyuan/t5_large_gcn_ecqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shuzyuan/t5_large_gcn_ecqa with Transformers:
# Load model directly from transformers import AutoTokenizer, T5ForConditionalGenerationGNN tokenizer = AutoTokenizer.from_pretrained("shuzyuan/t5_large_gcn_ecqa") model = T5ForConditionalGenerationGNN.from_pretrained("shuzyuan/t5_large_gcn_ecqa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K