Instructions to use castorini/t5-base-canard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use castorini/t5-base-canard with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("castorini/t5-base-canard") model = AutoModelForSeq2SeqLM.from_pretrained("castorini/t5-base-canard") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f0f21fc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7c95a30cbfe1e2834a1fcdf0bfb19df3d48963c398287839515407fdb32b365d
size 891625348
|