Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language: en
|
4 |
+
license: apache-2.0
|
5 |
+
pipeline_tag: text2text-generation
|
6 |
+
tags:
|
7 |
+
- flan-t5
|
8 |
+
- text2text-generation
|
9 |
+
---
|
10 |
+
|
11 |
+
# MemorEase Question Generator
|
12 |
+
|
13 |
+
This model is fine-tuned from google/flan-t5-base to generate memory-related questions from description inputs.
|