MeanBean-05 commited on
Commit
f619fc2
1 Parent(s): 30dfaa5

Updated the tokenizer parameters and made some changes to the labels.

Browse files

Previous version would only predict the labels as numbers. This version will show the corresponding category of the predicted label.

Files changed (2) hide show
  1. config.json +28 -28
  2. model.safetensors +1 -1
config.json CHANGED
@@ -9,37 +9,37 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9",
22
- "10": "LABEL_10",
23
- "11": "LABEL_11",
24
- "12": "LABEL_12",
25
- "13": "LABEL_13"
26
  },
27
  "initializer_range": 0.02,
28
  "label2id": {
29
- "LABEL_0": 0,
30
- "LABEL_1": 1,
31
- "LABEL_10": 10,
32
- "LABEL_11": 11,
33
- "LABEL_12": 12,
34
- "LABEL_13": 13,
35
- "LABEL_2": 2,
36
- "LABEL_3": 3,
37
- "LABEL_4": 4,
38
- "LABEL_5": 5,
39
- "LABEL_6": 6,
40
- "LABEL_7": 7,
41
- "LABEL_8": 8,
42
- "LABEL_9": 9
43
  },
44
  "max_position_embeddings": 512,
45
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "Continue Conversation",
13
+ "1": "Pause Conversation",
14
+ "2": "Restart Conversation",
15
+ "3": "Repeat Conversation",
16
+ "4": "End Conversation",
17
+ "5": "Refuse to Answer",
18
+ "6": "Affirmative Confirmation",
19
+ "7": "Negative Confirmation",
20
+ "8": "Correction Request",
21
+ "9": "Questions Answerable by Conversational Context / History",
22
+ "10": "Questions Requiring External Information",
23
+ "11": "Questions on Process",
24
+ "12": "New Inquiry or Request",
25
+ "13": "Transfer to Human Agent"
26
  },
27
  "initializer_range": 0.02,
28
  "label2id": {
29
+ "Affirmative Confirmation": 6,
30
+ "Continue Conversation": 0,
31
+ "Correction Request": 8,
32
+ "End Conversation": 4,
33
+ "Negative Confirmation": 7,
34
+ "New Inquiry or Request": 12,
35
+ "Pause Conversation": 1,
36
+ "Questions Answerable by Conversational Context / History": 9,
37
+ "Questions Requiring External Information": 10,
38
+ "Questions on Process": 11,
39
+ "Refuse to Answer": 5,
40
+ "Repeat Conversation": 3,
41
+ "Restart Conversation": 2,
42
+ "Transfer to Human Agent": 13
43
  },
44
  "max_position_embeddings": 512,
45
  "model_type": "distilbert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d17797c8e9d7983fb354464411de81f27c877f540742477ea6c08a31cabe5f96
3
  size 267869480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa658f20c80bfa1f5eafca9e90f544823f33f003762c38d7d9ed328d0325b99
3
  size 267869480