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