oweller2
commited on
Commit
•
d5412b2
1
Parent(s):
3eb0cf8
unpad logits
Browse files- config.json +1 -1
config.json
CHANGED
@@ -69,7 +69,7 @@
|
|
69 |
"num_attention_heads": 12,
|
70 |
"num_hidden_layers": 22,
|
71 |
"num_initial_layers": 1,
|
72 |
-
"pad_logits":
|
73 |
"pad_token_id": 0,
|
74 |
"padding": "padded",
|
75 |
"pooling_type": "cls",
|
|
|
69 |
"num_attention_heads": 12,
|
70 |
"num_hidden_layers": 22,
|
71 |
"num_initial_layers": 1,
|
72 |
+
"pad_logits": false,
|
73 |
"pad_token_id": 0,
|
74 |
"padding": "padded",
|
75 |
"pooling_type": "cls",
|