Update README.md
Browse files
README.md
CHANGED
@@ -3,13 +3,12 @@ language:
|
|
3 |
- en
|
4 |
license: apache-2.0
|
5 |
base_model: google/flan-t5-small
|
6 |
-
|
7 |
tags:
|
8 |
-
- text2text-generation
|
9 |
- paraphrase
|
10 |
- natural-language-processing
|
11 |
datasets:
|
12 |
- agentlans/sentence-paraphrases
|
|
|
13 |
---
|
14 |
# FLAN-T5 Small Simplifier
|
15 |
|
@@ -84,4 +83,4 @@ print(simplified_text)
|
|
84 |
|
85 |
## Ethical Considerations
|
86 |
|
87 |
-
Users should review generated text for accuracy and appropriateness, as the model may inherit biases from training data.
|
|
|
3 |
- en
|
4 |
license: apache-2.0
|
5 |
base_model: google/flan-t5-small
|
|
|
6 |
tags:
|
|
|
7 |
- paraphrase
|
8 |
- natural-language-processing
|
9 |
datasets:
|
10 |
- agentlans/sentence-paraphrases
|
11 |
+
pipeline_tag: text2text-generation
|
12 |
---
|
13 |
# FLAN-T5 Small Simplifier
|
14 |
|
|
|
83 |
|
84 |
## Ethical Considerations
|
85 |
|
86 |
+
Users should review generated text for accuracy and appropriateness, as the model may inherit biases from training data.
|