Cookize commited on
Commit
5b39280
1 Parent(s): 2a7f082

update id2label

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -15,8 +15,8 @@
15
  "SUFFICIENT": 1
16
  },
17
  "id2label": {
18
- "0": "NOCAUSAL",
19
- "1": "SUFFICIENT"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 4096,
15
  "SUFFICIENT": 1
16
  },
17
  "id2label": {
18
+ "0": "没有因果关系",
19
+ "1": "存在因果关系"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 4096,