morit commited on
Commit
21996a9
·
1 Parent(s): 136b0d3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -20,9 +20,9 @@
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
- "contradiction": 0,
24
  "neutral": 1,
25
- "entailment": 2
26
  },
27
  "layer_norm_eps": 1e-05,
28
  "max_position_embeddings": 514,
 
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
+ "contradiction": 2,
24
  "neutral": 1,
25
+ "entailment": 0
26
  },
27
  "layer_norm_eps": 1e-05,
28
  "max_position_embeddings": 514,