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") - Notebooks
- Google Colab
- Kaggle
Commit ·
ee259bf
1
Parent(s): d2f6336
Uploading the big a model
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45087942c302312fa8517e160df1ca902c59d2fd095b215285f3e2c1a41777e3
|
| 3 |
+
size 307907461
|