Instructions to use mrSoul7766/simpleT5-Base-ECTSum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mrSoul7766/simpleT5-Base-ECTSum with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mrSoul7766/simpleT5-Base-ECTSum") model = AutoModelForSeq2SeqLM.from_pretrained("mrSoul7766/simpleT5-Base-ECTSum", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md b5a8910
Update README.md 7e8c50e
Update README.md 04ce331
Update README.md bf8ceeb
Update README.md f3595e0
Create README.md bbbc867
Upload pytorch_model.bin 216401a
Upload 5 files 36ea118
initial commit dac7774
Mohammed Ashraf commited on