Update README.md
Browse files
README.md
CHANGED
@@ -90,7 +90,7 @@ It has the same structure as the model introduced as `Prefix LM` in the T5 paper
|
|
90 |
|
91 |
### Prefix-LM Model
|
92 |
|
93 |
-
GPTSAN has the structure of the model named Prefix-LM in the
|
94 |
In GPTSAN, the `Prefix` part of Prefix-LM, that is, the input position that can be referenced by both tokens, can be specified with any length.
|
95 |
Arbitrary lengths can also be specified differently for each batch.
|
96 |
This length applies to the text entered in `prefix_text` for the tokenizer.
|
|
|
90 |
|
91 |
### Prefix-LM Model
|
92 |
|
93 |
+
GPTSAN has the structure of the model named Prefix-LM in the [T5 paper](https://arxiv.org/abs/1910.10683). (The original GPTSAN repository calls it `hybrid`)
|
94 |
In GPTSAN, the `Prefix` part of Prefix-LM, that is, the input position that can be referenced by both tokens, can be specified with any length.
|
95 |
Arbitrary lengths can also be specified differently for each batch.
|
96 |
This length applies to the text entered in `prefix_text` for the tokenizer.
|