Instructions to use google/flan-ul2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/flan-ul2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/flan-ul2") model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-ul2") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -71,8 +71,9 @@ license: apache-2.0
|
|
| 71 |
1. [Using the model](#using-the-model)
|
| 72 |
2. [Results](#results)
|
| 73 |
3. [Introduction to UL2](#introduction-to-ul2)
|
| 74 |
-
4. [
|
| 75 |
-
5. [
|
|
|
|
| 76 |
|
| 77 |
# TL;DR
|
| 78 |
|
|
|
|
| 71 |
1. [Using the model](#using-the-model)
|
| 72 |
2. [Results](#results)
|
| 73 |
3. [Introduction to UL2](#introduction-to-ul2)
|
| 74 |
+
4. [Training](#training)
|
| 75 |
+
5. [Contribution](#contribution)
|
| 76 |
+
6. [Citation](#citation)
|
| 77 |
|
| 78 |
# TL;DR
|
| 79 |
|