Instructions to use google/long-t5-local-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/long-t5-local-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/long-t5-local-base") model = AutoModelForSeq2SeqLM.from_pretrained("google/long-t5-local-base") - Notebooks
- Google Colab
- Kaggle
Model Issue
#3
by dhruvyadav89300 - opened
I think the model files might be corrupted here. Was trying to train the model (without verifying I might add) and after fine-tuning it for about a day, it generated absolute gibberish. Then I tested on the base model, and came to the conclusion that the model files might be corrupted.
Please verify.