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
c482575 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:20ef24eaf607954379a4e4d0e2d5a5b53882c8a1e44b012183582dd04eb27460
size 891734329
|