Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use thivy/flan-t5-base-finetuned-opus_books-en-to-no-test-finetuned-open_subtitles-en-to-no-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thivy/flan-t5-base-finetuned-opus_books-en-to-no-test-finetuned-open_subtitles-en-to-no-test with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("thivy/flan-t5-base-finetuned-opus_books-en-to-no-test-finetuned-open_subtitles-en-to-no-test") model = AutoModelForSeq2SeqLM.from_pretrained("thivy/flan-t5-base-finetuned-opus_books-en-to-no-test-finetuned-open_subtitles-en-to-no-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K