Encoder refactoring
Browse files- config.json +1 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -24,6 +24,7 @@
|
|
24 |
"num_hidden_layers": 20,
|
25 |
"num_lstm_layers": 3,
|
26 |
"output_dim": 1024,
|
|
|
27 |
"right_context_length": 4,
|
28 |
"segment_length": 16,
|
29 |
"symbol_embedding_dim": 512,
|
|
|
24 |
"num_hidden_layers": 20,
|
25 |
"num_lstm_layers": 3,
|
26 |
"output_dim": 1024,
|
27 |
+
"pad_token_id": 1,
|
28 |
"right_context_length": 4,
|
29 |
"segment_length": 16,
|
30 |
"symbol_embedding_dim": 512,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b86d1b440dfc1955264213966c6e105a0627352dea18758cbbf5898e0ec42198
|
3 |
+
size 307067713
|