akum1343 commited on
Commit
1572238
·
1 Parent(s): 7e64a1b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Incomplete",
13
+ "1": "Optumrx_prescription_id_card",
14
+ "10": "do_not_call",
15
+ "11": "early_refill_request",
16
+ "12": "easy_pay_reminder",
17
+ "13": "epic_card_renewal",
18
+ "14": "expedite_medicine_delivery",
19
+ "15": "feedback survey",
20
+ "16": "financial_assistance",
21
+ "17": "increase_days_supply",
22
+ "18": "insurance_not_active",
23
+ "19": "mail_order",
24
+ "2": "benefits_coverage",
25
+ "20": "mail_order_pharmacy_registration",
26
+ "21": "medicine_change",
27
+ "22": "medicine_information",
28
+ "23": "medicine_not_covered",
29
+ "24": "member_authorization",
30
+ "25": "member_callback",
31
+ "26": "new_prescription_received",
32
+ "27": "new_prescription_request",
33
+ "28": "order_cancelled_awaiting_prescriber_response",
34
+ "29": "order_info",
35
+ "3": "billing_issue",
36
+ "30": "order_status",
37
+ "31": "other (expired_medicine)",
38
+ "32": "other (order_history)",
39
+ "33": "other (patient_consent_form)",
40
+ "34": "other (patient_feedback)",
41
+ "35": "other (prescription_history_report)",
42
+ "36": "out_of_pocket_information",
43
+ "37": "out_of_stock",
44
+ "38": "override_medication",
45
+ "39": "patient_survey",
46
+ "4": "cancel_order",
47
+ "40": "payment_status",
48
+ "41": "pharmacy_network_coverage",
49
+ "42": "pharmacy_transfer",
50
+ "43": "plan_information",
51
+ "44": "portal_usage",
52
+ "45": "prescriber_change",
53
+ "46": "prescription_clarification_request",
54
+ "47": "prior_authorization",
55
+ "48": "raise_order_request",
56
+ "49": "refill_reminder",
57
+ "5": "cancel_order_tstf",
58
+ "50": "reimbursement_information",
59
+ "51": "renew_prescription_request",
60
+ "52": "resend_order_request",
61
+ "53": "return_medicine",
62
+ "54": "schedule_delivery",
63
+ "55": "stop_auto_refill",
64
+ "56": "survey",
65
+ "57": "text_notification_setup",
66
+ "58": "tiering_exception",
67
+ "59": "transfer",
68
+ "6": "copay_information",
69
+ "60": "unknown",
70
+ "61": "update_delivery_address",
71
+ "62": "update_member_information",
72
+ "63": "update_payment_method",
73
+ "64": "update_phone_number",
74
+ "7": "delivery_carrier",
75
+ "8": "delivery_issue",
76
+ "9": "discontinue_medicine"
77
+ },
78
+ "initializer_range": 0.02,
79
+ "label2id": {
80
+ "Incomplete": "0",
81
+ "Optumrx_prescription_id_card": "1",
82
+ "benefits_coverage": "2",
83
+ "billing_issue": "3",
84
+ "cancel_order": "4",
85
+ "cancel_order_tstf": "5",
86
+ "copay_information": "6",
87
+ "delivery_carrier": "7",
88
+ "delivery_issue": "8",
89
+ "discontinue_medicine": "9",
90
+ "do_not_call": "10",
91
+ "early_refill_request": "11",
92
+ "easy_pay_reminder": "12",
93
+ "epic_card_renewal": "13",
94
+ "expedite_medicine_delivery": "14",
95
+ "feedback survey": "15",
96
+ "financial_assistance": "16",
97
+ "increase_days_supply": "17",
98
+ "insurance_not_active": "18",
99
+ "mail_order": "19",
100
+ "mail_order_pharmacy_registration": "20",
101
+ "medicine_change": "21",
102
+ "medicine_information": "22",
103
+ "medicine_not_covered": "23",
104
+ "member_authorization": "24",
105
+ "member_callback": "25",
106
+ "new_prescription_received": "26",
107
+ "new_prescription_request": "27",
108
+ "order_cancelled_awaiting_prescriber_response": "28",
109
+ "order_info": "29",
110
+ "order_status": "30",
111
+ "other (expired_medicine)": "31",
112
+ "other (order_history)": "32",
113
+ "other (patient_consent_form)": "33",
114
+ "other (patient_feedback)": "34",
115
+ "other (prescription_history_report)": "35",
116
+ "out_of_pocket_information": "36",
117
+ "out_of_stock": "37",
118
+ "override_medication": "38",
119
+ "patient_survey": "39",
120
+ "payment_status": "40",
121
+ "pharmacy_network_coverage": "41",
122
+ "pharmacy_transfer": "42",
123
+ "plan_information": "43",
124
+ "portal_usage": "44",
125
+ "prescriber_change": "45",
126
+ "prescription_clarification_request": "46",
127
+ "prior_authorization": "47",
128
+ "raise_order_request": "48",
129
+ "refill_reminder": "49",
130
+ "reimbursement_information": "50",
131
+ "renew_prescription_request": "51",
132
+ "resend_order_request": "52",
133
+ "return_medicine": "53",
134
+ "schedule_delivery": "54",
135
+ "stop_auto_refill": "55",
136
+ "survey": "56",
137
+ "text_notification_setup": "57",
138
+ "tiering_exception": "58",
139
+ "transfer": "59",
140
+ "unknown": "60",
141
+ "update_delivery_address": "61",
142
+ "update_member_information": "62",
143
+ "update_payment_method": "63",
144
+ "update_phone_number": "64"
145
+ },
146
+ "max_position_embeddings": 512,
147
+ "model_type": "distilbert",
148
+ "n_heads": 12,
149
+ "n_layers": 6,
150
+ "pad_token_id": 0,
151
+ "problem_type": "single_label_classification",
152
+ "qa_dropout": 0.1,
153
+ "seq_classif_dropout": 0.2,
154
+ "sinusoidal_pos_embds": false,
155
+ "tie_weights_": true,
156
+ "torch_dtype": "float32",
157
+ "transformers_version": "4.25.1",
158
+ "vocab_size": 30522
159
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:867e1e6cd85464348b0f61a37f2ceaa5f53318cb65684f56592ade44ea42f2da
3
+ size 268047917
runs/Feb01_20-46-39_LHTU05CG2122L3W/1675264670.961889/events.out.tfevents.1675264670.LHTU05CG2122L3W.5300.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6c0257dcdbc40b501b038b12dbde13b88bb38b4e0ec7b430fc487fbd210f2a
3
+ size 5521
runs/Feb01_20-46-39_LHTU05CG2122L3W/events.out.tfevents.1675264670.LHTU05CG2122L3W.5300.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a81f6114fb645d22480f35d458d87a4f23b0b4290a8e2381d35ed126515c0472
3
+ size 8250
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c98267f4e2a4d9448036e26df6a6410ccfdda0e5e57d8081f6a883da44994afc
3
+ size 3451
vocab.txt ADDED
The diff for this file is too large to render. See raw diff