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