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: 131 Bytes
a3c1180 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fbed8b70f29c8fcc7f39d88cd9fee3daf3d989cc911a40235b8e62b975932967
size 849046
|