change labels in config file

This commit is contained in:
BDoyen 2021-03-25 11:43:36 +00:00
parent f5bddca01e
commit 2a02222200
1 changed files with 4 additions and 4 deletions

View File

@ -11,16 +11,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,