Gleb Vinarskis
commited on
Commit
·
aa68247
1
Parent(s):
c328af9
check
Browse files- config.json +10 -0
config.json
CHANGED
@@ -13,6 +13,16 @@
|
|
13 |
"intermediate_size": 3072,
|
14 |
"layer_norm_eps": 1e-12,
|
15 |
"max_position_embeddings": 512,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
"num_labels": 3,
|
17 |
"id2label": {
|
18 |
"0": "English",
|
|
|
13 |
"intermediate_size": 3072,
|
14 |
"layer_norm_eps": 1e-12,
|
15 |
"max_position_embeddings": 512,
|
16 |
+
"num_attention_heads": 12,
|
17 |
+
"num_hidden_layers": 12,
|
18 |
+
"pad_token_id": 0,
|
19 |
+
"pooler_fc_size": 768,
|
20 |
+
"pooler_num_attention_heads": 12,
|
21 |
+
"pooler_num_fc_layers": 3,
|
22 |
+
"pooler_size_per_head": 128,
|
23 |
+
"pooler_type": "first_token_transform",
|
24 |
+
"type_vocab_size": 2,
|
25 |
+
"vocab_size": 119547,
|
26 |
"num_labels": 3,
|
27 |
"id2label": {
|
28 |
"0": "English",
|