Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,12 @@
|
|
2 |
pipeline_tag: text2text-generation
|
3 |
license: apache-2.0
|
4 |
library_name: transformers
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# My FLAN-T5 Small
|
|
|
8 |
This is a fine-tuned FLAN-T5 Small model for text2text generation tasks.
|
|
|
2 |
pipeline_tag: text2text-generation
|
3 |
license: apache-2.0
|
4 |
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- text2text-generation
|
7 |
+
- transformers
|
8 |
+
- flan-t5
|
9 |
---
|
10 |
|
11 |
# My FLAN-T5 Small
|
12 |
+
|
13 |
This is a fine-tuned FLAN-T5 Small model for text2text generation tasks.
|