Commit
·
a35242c
1
Parent(s):
38cf816
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,4 @@ metrics:
|
|
| 11 |
pipeline_tag: conversational
|
| 12 |
---
|
| 13 |
T3 stands for Terribly Tiny Transformers that are an efficient way of creating tiny distilled (student) models for hallucination-free LLM models in parameter-constrained environment (edge devices).
|
| 14 |
-
The base
|
|
|
|
| 11 |
pipeline_tag: conversational
|
| 12 |
---
|
| 13 |
T3 stands for Terribly Tiny Transformers that are an efficient way of creating tiny distilled (student) models for hallucination-free LLM models in parameter-constrained environment (edge devices).
|
| 14 |
+
The base model is a T3 adaptation of T5 model. The paradigm of T3 models can be extended to all types of models ( encoder only, decoder only & seq2seq)
|