Skip to content

Commit 6820545

Browse files
committed
electra config: increase max_position_embeddings to 3000
1 parent 9513fea commit 6820545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/model/electra.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ init_args:
44
lr: 1e-3
55
config:
66
vocab_size: 1400
7-
max_position_embeddings: 1800
7+
max_position_embeddings: 3000
88
num_attention_heads: 8
99
num_hidden_layers: 6
1010
type_vocab_size: 1

0 commit comments

Comments
 (0)