andreaceto commited on
Commit
cd94523
·
verified ·
1 Parent(s): 2909bed

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +20 -20
config.json CHANGED
@@ -7,26 +7,26 @@
7
  "dim": 768,
8
  "dropout": 0.1,
9
  "hidden_dim": 3072,
10
- "id2label": [
11
- "bye",
12
- "cancel",
13
- "greeting",
14
- "negative_reply",
15
- "oos",
16
- "positive_reply",
17
- "query_avail",
18
- "reschedule",
19
- "schedule"
20
- ],
21
- "id2label_ner": [
22
- "O",
23
- "B-appointment_id",
24
- "I-appointment_id",
25
- "B-appointment_type",
26
- "I-appointment_type",
27
- "B-practitioner_name",
28
- "I-practitioner_name"
29
- ],
30
  "initializer_range": 0.02,
31
  "label2id": {
32
  "bye": 0,
 
7
  "dim": 768,
8
  "dropout": 0.1,
9
  "hidden_dim": 3072,
10
+ "id2label": {
11
+ 0: "bye",
12
+ 1: "cancel",
13
+ 2: "greeting",
14
+ 3: "negative_reply",
15
+ 4: "oos",
16
+ 5: "positive_reply",
17
+ 6: "query_avail",
18
+ 7: "reschedule",
19
+ 8: "schedule"
20
+ },
21
+ "id2label_ner": {
22
+ 0: "O",
23
+ 1: "B-appointment_id",
24
+ 2: "I-appointment_id",
25
+ 3: "B-appointment_type",
26
+ 4: "I-appointment_type",
27
+ 5: "B-practitioner_name",
28
+ 6: "I-practitioner_name"
29
+ },
30
  "initializer_range": 0.02,
31
  "label2id": {
32
  "bye": 0,