Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -10,9 +10,10 @@
|
|
10 |
"max_position_embeddings": 514,
|
11 |
"num_attention_heads": 16,
|
12 |
"num_hidden_layers": 24,
|
13 |
-
"num_labels":
|
14 |
"output_attentions": false,
|
15 |
"output_hidden_states": false,
|
|
|
16 |
"torchscript": false,
|
17 |
"type_vocab_size": 1,
|
18 |
"vocab_size": 50265
|
|
|
10 |
"max_position_embeddings": 514,
|
11 |
"num_attention_heads": 16,
|
12 |
"num_hidden_layers": 24,
|
13 |
+
"num_labels": 3,
|
14 |
"output_attentions": false,
|
15 |
"output_hidden_states": false,
|
16 |
+
"pruned_heads": {},
|
17 |
"torchscript": false,
|
18 |
"type_vocab_size": 1,
|
19 |
"vocab_size": 50265
|