Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,6 @@ language:
|
|
7 |
pipeline_tag: text2text-generation
|
8 |
---
|
9 |
|
10 |
-
T5-small distilled from T5-flan-base using OpenOrca'a FLAN dataset using Seq2seq methodology. The baseline for Seq2seq distillation on T5 decoder models. It is free under Apache License
|
|
|
|
|
|
7 |
pipeline_tag: text2text-generation
|
8 |
---
|
9 |
|
10 |
+
T5-small distilled from T5-flan-base using OpenOrca'a FLAN dataset using Seq2seq methodology. The baseline for Seq2seq distillation on T5 decoder models. It is free under Apache License.
|
11 |
+
|
12 |
+
The distilled model is a T5-small model with 60M parameters, not a T5-flan-small model.
|