Sayan01 commited on
Commit
db95f35
1 Parent(s): 3e52661

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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.