ZarahShibli commited on
Commit
6df0baf
·
verified ·
1 Parent(s): aa9b915

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +17 -17
config.json CHANGED
@@ -23,23 +23,23 @@
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
  "vocab_size": 30522,
26
- "id2label": {
27
- "0": "LABEL_0",
28
- "1": "LABEL_1",
29
- "2": "LABEL_2",
30
- "3": "LABEL_3",
31
- "4": "LABEL_4",
32
- "5": "LABEL_5",
33
- "6": "LABEL_6"
34
  },
35
- "label2id": {
36
- "LABEL_0": 0,
37
- "LABEL_1": 1,
38
- "LABEL_2": 2,
39
- "LABEL_3": 3,
40
- "LABEL_4": 4,
41
- "LABEL_5": 5,
42
- "LABEL_6": 6
43
-
44
  }
 
45
  }
 
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
  "vocab_size": 30522,
26
+ "id2label" : {
27
+ "0": "Classreferences",
28
+ "1": "Collaborators",
29
+ "2": "Example",
30
+ "3": "Intent",
31
+ "4": "Keyimplementationpoints",
32
+ "5": "Keymessages",
33
+ "6": "Responsibilities"
34
  },
35
+ "label2id" : {
36
+ "Classreferences": 0,
37
+ "Collaborators": 1,
38
+ "Example": 2,
39
+ "Intent": 3,
40
+ "Keyimplementationpoints": 4,
41
+ "Keymessages": 5,
42
+ "Responsibilities": 6
 
43
  }
44
+
45
  }