Instructions to use Dundalia/T5_HotPotQA_reader with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dundalia/T5_HotPotQA_reader with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Dundalia/T5_HotPotQA_reader") model = AutoModelForSeq2SeqLM.from_pretrained("Dundalia/T5_HotPotQA_reader", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ea487da | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6697247f3f9e6a51c6f2f74d30a0c0b4bb3d8c5a18efd115a36e72ad2b0aeafb
size 242071641
|