Instructions to use asach/simpleT5-resume-summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use asach/simpleT5-resume-summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("asach/simpleT5-resume-summarization") model = AutoModelForSeq2SeqLM.from_pretrained("asach/simpleT5-resume-summarization", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
84ef26b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ab6cbd4cff171a8a07f8853f0b3148a1a2ced56a1d5f8e9611a5400dda97fa2d
size 891730879
|