Tanrei commited on
Commit
dd2bdd8
1 Parent(s): a25fc7b

Update README.md

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