raruidol commited on
Commit
7e7747d
1 Parent(s): 1f1e354

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -19,10 +19,10 @@
19
  "initializer_range": 0.02,
20
  "intermediate_size": 4096,
21
  "label2id": {
22
- "LABEL_0": 0,
23
- "LABEL_1": 1,
24
- "LABEL_2": 2,
25
- "LABEL_3": 3
26
  },
27
  "layer_norm_eps": 1e-05,
28
  "max_position_embeddings": 514,
 
19
  "initializer_range": 0.02,
20
  "intermediate_size": 4096,
21
  "label2id": {
22
+ "No-Relation": 0,
23
+ "Inference": 1,
24
+ "Conflict": 2,
25
+ "Rephrase": 3
26
  },
27
  "layer_norm_eps": 1e-05,
28
  "max_position_embeddings": 514,