Set pipeline_tag
Browse filesSet the task type to `text2text-generation`, so that it can be automatically inferred by conversion scripts, such as [the official script for onnx conversion in transformers.js](https://github.com/huggingface/transformers.js/blob/main/scripts/convert.py).
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.
|