Set pipeline_tag (#1)
Browse files- Set pipeline_tag (6d14d5be013d2781cab0d6114a34116feabe8f9d)
Co-authored-by: Georgi Grazhdanski <grazh@users.noreply.huggingface.co>
README.md
CHANGED
@@ -9,6 +9,7 @@ tags:
|
|
9 |
- natural-language-processing
|
10 |
datasets:
|
11 |
- agentlans/sentence-paraphrases
|
|
|
12 |
---
|
13 |
# FLAN-T5 Small Simplifier
|
14 |
|
@@ -83,4 +84,4 @@ print(simplified_text)
|
|
83 |
|
84 |
## Ethical Considerations
|
85 |
|
86 |
-
Users should review generated text for accuracy and appropriateness, as the model may inherit biases from training data.
|
|
|
9 |
- natural-language-processing
|
10 |
datasets:
|
11 |
- agentlans/sentence-paraphrases
|
12 |
+
pipeline_tag: text2text-generation
|
13 |
---
|
14 |
# FLAN-T5 Small Simplifier
|
15 |
|
|
|
84 |
|
85 |
## Ethical Considerations
|
86 |
|
87 |
+
Users should review generated text for accuracy and appropriateness, as the model may inherit biases from training data.
|