Transformers
Safetensors
t5
text2text-generation
test-run
v1.0.0
trained_20241026_1023
A100
text-generation-inference
Instructions to use renix-codex/t5-rxcx-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use renix-codex/t5-rxcx-model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("renix-codex/t5-rxcx-model") model = AutoModelForSeq2SeqLM.from_pretrained("renix-codex/t5-rxcx-model") - Notebooks
- Google Colab
- Kaggle