Update config.json

This commit is contained in:
system 2020-06-17 14:42:29 +00:00
parent 8072b766b6
commit a33b55cc7b
1 changed files with 6 additions and 6 deletions

View File

@ -10,16 +10,16 @@
"hidden_dropout_prob": 0.1, "hidden_dropout_prob": 0.1,
"hidden_size": 1024, "hidden_size": 1024,
"id2label": { "id2label": {
"0": "LABEL_0", "0": "CONTRADICTION",
"1": "LABEL_1", "1": "NEUTRAL",
"2": "LABEL_2" "2": "ENTAILMENT"
}, },
"initializer_range": 0.02, "initializer_range": 0.02,
"intermediate_size": 4096, "intermediate_size": 4096,
"label2id": { "label2id": {
"LABEL_0": 0, "CONTRADICTION": 0,
"LABEL_1": 1, "NEUTRAL": 1,
"LABEL_2": 2 "ENTAILMENT": 2
}, },
"layer_norm_eps": 1e-05, "layer_norm_eps": 1e-05,
"max_position_embeddings": 514, "max_position_embeddings": 514,