Instructions to use DhaneshV/T2Fillups with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DhaneshV/T2Fillups with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("DhaneshV/T2Fillups") model = AutoModelForSeq2SeqLM.from_pretrained("DhaneshV/T2Fillups", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files# Directions:
- The tokenizer this uses is T-5 's tokenizer itself.
- Tokenize the question and answer together and you will get the target sentence !