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_size": 1024,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2"
"0": "CONTRADICTION",
"1": "NEUTRAL",
"2": "ENTAILMENT"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2
"CONTRADICTION": 0,
"NEUTRAL": 1,
"ENTAILMENT": 2
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,