Update T2struc-15B/config.yaml
Browse files- T2struc-15B/config.yaml +1 -1
T2struc-15B/config.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
model:
|
| 2 |
module: StructureTokenPredictionModel
|
| 3 |
tokenizer: checkpoints/structure_tokenizer
|
| 4 |
-
lm: checkpoints/
|
| 5 |
lm_type: T5EncoderModel
|
| 6 |
max_text_seq_len: 768
|
| 7 |
lm_hidden_size: 4096
|
|
|
|
| 1 |
model:
|
| 2 |
module: StructureTokenPredictionModel
|
| 3 |
tokenizer: checkpoints/structure_tokenizer
|
| 4 |
+
lm: checkpoints/t5-v1_1-xxl
|
| 5 |
lm_type: T5EncoderModel
|
| 6 |
max_text_seq_len: 768
|
| 7 |
lm_hidden_size: 4096
|