Instructions to use google/flan-t5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/flan-t5-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/flan-t5-base") model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-base") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,8 @@ license: apache-2.0
|
|
| 47 |
|
| 48 |
# Model Card for FLAN-T5 base
|
| 49 |
|
| 50 |
-
|
|
|
|
| 51 |
|
| 52 |
# Table of Contents
|
| 53 |
|
|
|
|
| 47 |
|
| 48 |
# Model Card for FLAN-T5 base
|
| 49 |
|
| 50 |
+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/model_doc/flan2_architecture.jpg"
|
| 51 |
+
alt="drawing" width="600"/>
|
| 52 |
|
| 53 |
# Table of Contents
|
| 54 |
|