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