Instructions to use gaussalgo/T5-LM-Large_Canard-HotpotQA-rephrase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gaussalgo/T5-LM-Large_Canard-HotpotQA-rephrase with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("gaussalgo/T5-LM-Large_Canard-HotpotQA-rephrase") model = AutoModelForSeq2SeqLM.from_pretrained("gaussalgo/T5-LM-Large_Canard-HotpotQA-rephrase", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.