Update torch_config.json
Browse files- torch_config.json +1 -1
torch_config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"dim": 384,
|
5 |
"context_dim": 768,
|
6 |
"vocab_size": 250037,
|
7 |
-
"padding_idx":
|
8 |
"num_layers": 12,
|
9 |
"num_heads": 12,
|
10 |
"embedding_dim": 256,
|
|
|
4 |
"dim": 384,
|
5 |
"context_dim": 768,
|
6 |
"vocab_size": 250037,
|
7 |
+
"padding_idx": 1,
|
8 |
"num_layers": 12,
|
9 |
"num_heads": 12,
|
10 |
"embedding_dim": 256,
|