Instructions to use dotslashderek/flan-t5-small-compression with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dotslashderek/flan-t5-small-compression with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("dotslashderek/flan-t5-small-compression") model = AutoModelForSeq2SeqLM.from_pretrained("dotslashderek/flan-t5-small-compression", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d2d6f82 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f69853457e9c7f766c33cb6572ae7a83647dd580e9309b65ed7e66e400b44226
size 5752
|