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 size: 135 Bytes
8c6f851 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2b7310253183b1ae84a687eee7cc75265e9f13336f4f27a8060523402b28d879
size 3132785797
|