Update config.json

This commit is contained in:
system 2020-07-15 10:37:40 +00:00
parent f2e5a1cfaa
commit f1498e261c
1 changed files with 1 additions and 11 deletions

View File

@ -1,24 +1,14 @@
{ {
"architectures": [ "architectures": [
"BertForTokenClassification" "BertModel"
], ],
"attention_probs_dropout_prob": 0.1, "attention_probs_dropout_prob": 0.1,
"gradient_checkpointing": false, "gradient_checkpointing": false,
"hidden_act": "gelu", "hidden_act": "gelu",
"hidden_dropout_prob": 0.1, "hidden_dropout_prob": 0.1,
"hidden_size": 768, "hidden_size": 768,
"id2label": {
"0": "B",
"1": "I",
"2": "O"
},
"initializer_range": 0.02, "initializer_range": 0.02,
"intermediate_size": 3072, "intermediate_size": 3072,
"label2id": {
"B": 0,
"I": 1,
"O": 2
},
"layer_norm_eps": 1e-12, "layer_norm_eps": 1e-12,
"max_position_embeddings": 512, "max_position_embeddings": 512,
"model_type": "bert", "model_type": "bert",