change config

This commit is contained in:
BDoyen 2021-03-25 11:11:40 +00:00
parent b2ab9fed0c
commit afae42a725
1 changed files with 4 additions and 4 deletions

View File

@ -10,16 +10,16 @@
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "contradiction",
"0": "entailment",
"1": "neutral",
"2": "entailment"
"2": "contradiction"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"contradiction": 0,
"entailment": 0,
"neutral": 1,
"entailment": 2
"contradiction": 2
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,