Instructions to use priyank/Generate_instructions_t5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use priyank/Generate_instructions_t5 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("priyank/Generate_instructions_t5") model = AutoModelForSeq2SeqLM.from_pretrained("priyank/Generate_instructions_t5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md ae6dda0
updating model 5e979a8
Priyank commited on
Update README.md 32dfe07
Update README.md d6030eb
Update README.md 0c8ca4a
Update README.md c0bf303
Create README.md b5f9ffd
2 files 68b9134
Sunit Singh commited on
Adding a file 83fbaef
Sunit Singh commited on
First version 7d4bb95
Sunit Singh commited on