Instructions to use reasonwang/t5-large-alpaca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use reasonwang/t5-large-alpaca with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("reasonwang/t5-large-alpaca") model = AutoModelForSeq2SeqLM.from_pretrained("reasonwang/t5-large-alpaca") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
39c7b02 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0f668e8bb4349f087488ef1d0306d571260367df0da016a6db541a6d8d5794eb
size 2950841345
|