Update config.json
Browse files- config.json +2 -18
config.json
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"BertForTokenClassification"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
-
"do_sample": false,
|
7 |
-
"finetuning_task": null,
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
@@ -21,7 +20,6 @@
|
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
-
"is_decoder": false,
|
25 |
"label2id": {
|
26 |
"B-LOC": 7,
|
27 |
"B-MISC": 1,
|
@@ -34,26 +32,12 @@
|
|
34 |
"O": 0
|
35 |
},
|
36 |
"layer_norm_eps": 1e-12,
|
37 |
-
"length_penalty": 1.0,
|
38 |
-
"max_length": 20,
|
39 |
"max_position_embeddings": 512,
|
40 |
"model_type": "bert",
|
41 |
"num_attention_heads": 12,
|
42 |
-
"num_beams": 1,
|
43 |
"num_hidden_layers": 12,
|
44 |
-
"num_labels": 9,
|
45 |
-
"num_return_sequences": 1,
|
46 |
-
"output_attentions": false,
|
47 |
-
"output_hidden_states": false,
|
48 |
"output_past": true,
|
49 |
"pad_token_id": 0,
|
50 |
-
"pruned_heads": {},
|
51 |
-
"repetition_penalty": 1.0,
|
52 |
-
"temperature": 1.0,
|
53 |
-
"top_k": 50,
|
54 |
-
"top_p": 1.0,
|
55 |
-
"torchscript": false,
|
56 |
"type_vocab_size": 2,
|
57 |
-
"use_bfloat16": false,
|
58 |
"vocab_size": 28996
|
59 |
-
}
|
|
|
1 |
{
|
2 |
+
"_num_labels": 9,
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
|
7 |
"hidden_act": "gelu",
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
|
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
|
|
23 |
"label2id": {
|
24 |
"B-LOC": 7,
|
25 |
"B-MISC": 1,
|
|
|
32 |
"O": 0
|
33 |
},
|
34 |
"layer_norm_eps": 1e-12,
|
|
|
|
|
35 |
"max_position_embeddings": 512,
|
36 |
"model_type": "bert",
|
37 |
"num_attention_heads": 12,
|
|
|
38 |
"num_hidden_layers": 12,
|
|
|
|
|
|
|
|
|
39 |
"output_past": true,
|
40 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
"type_vocab_size": 2,
|
|
|
42 |
"vocab_size": 28996
|
43 |
+
}
|