Instructions to use valhalla/t5-base-qg-hl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use valhalla/t5-base-qg-hl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("valhalla/t5-base-qg-hl") model = AutoModelForSeq2SeqLM.from_pretrained("valhalla/t5-base-qg-hl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b8bd868 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d9387d114f3c8151a75287207ea1d444daa83b2cd5fe48a7b385b3544f48a790
size 1087
|