Instructions to use tsaiyue/t5-v1_1-xxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use tsaiyue/t5-v1_1-xxl with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, T5EncoderModel tokenizer = AutoTokenizer.from_pretrained("tsaiyue/t5-v1_1-xxl", from_hf_hub=True) model = T5EncoderModel.from_pretrained("tsaiyue/t5-v1_1-xxl", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!