Upload config.json
Browse files- config.json +183 -0
config.json
ADDED
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "Credit reporting",
|
13 |
+
"1": "General-purpose credit card or charge card",
|
14 |
+
"2": "Checking account",
|
15 |
+
"3": "Other debt",
|
16 |
+
"4": "Second mortgage",
|
17 |
+
"5": "Conventional home mortgage",
|
18 |
+
"6": "I do not know",
|
19 |
+
"7": "Credit card debt",
|
20 |
+
"8": "Medical debt",
|
21 |
+
"9": "Federal student loan servicing",
|
22 |
+
"10": "FHA mortgage",
|
23 |
+
"11": "Conventional fixed mortgage",
|
24 |
+
"12": "Loan",
|
25 |
+
"13": "Other (i.e. phone, health club, etc.)",
|
26 |
+
"14": "Store credit card",
|
27 |
+
"15": "Installment loan",
|
28 |
+
"16": "Credit card",
|
29 |
+
"17": "Medical",
|
30 |
+
"18": "Mobile or digital wallet",
|
31 |
+
"19": "Private student loan",
|
32 |
+
"20": "Non-federal student loan",
|
33 |
+
"21": "Domestic (US) money transfer",
|
34 |
+
"22": "VA mortgage",
|
35 |
+
"23": "Vehicle loan",
|
36 |
+
"24": "Auto debt",
|
37 |
+
"25": "Payday loan",
|
38 |
+
"26": "Conventional adjustable mortgage (ARM)",
|
39 |
+
"27": "Other personal consumer report",
|
40 |
+
"28": "Payday loan debt",
|
41 |
+
"29": "Savings account",
|
42 |
+
"30": "Virtual currency",
|
43 |
+
"31": "Other bank product/service",
|
44 |
+
"32": "Other type of mortgage",
|
45 |
+
"33": "Other banking product or service",
|
46 |
+
"34": "Other mortgage",
|
47 |
+
"35": "International money transfer",
|
48 |
+
"36": "Lease",
|
49 |
+
"37": "General-purpose prepaid card",
|
50 |
+
"38": "Home equity loan or line of credit (HELOC)",
|
51 |
+
"39": "Government benefit card",
|
52 |
+
"40": "Mortgage debt",
|
53 |
+
"41": "Personal line of credit",
|
54 |
+
"42": "Home equity loan or line of credit",
|
55 |
+
"43": "Federal student loan debt",
|
56 |
+
"44": "Private student loan debt",
|
57 |
+
"45": "Credit repair services",
|
58 |
+
"46": "Title loan",
|
59 |
+
"47": "Auto",
|
60 |
+
"48": "Vehicle lease",
|
61 |
+
"49": "Mortgage",
|
62 |
+
"50": "Reverse mortgage",
|
63 |
+
"51": "General purpose card",
|
64 |
+
"52": "CD (Certificate of Deposit)",
|
65 |
+
"53": "Federal student loan",
|
66 |
+
"54": "Payroll card",
|
67 |
+
"55": "Debt settlement",
|
68 |
+
"56": "Check cashing service",
|
69 |
+
"57": "Traveler's check or cashier's check",
|
70 |
+
"58": "Gift card",
|
71 |
+
"59": "(CD) Certificate of deposit",
|
72 |
+
"60": "Money order",
|
73 |
+
"61": "Foreign currency exchange",
|
74 |
+
"62": "Refund anticipation check",
|
75 |
+
"63": "Gift or merchant card",
|
76 |
+
"64": "Cashing a check without an account",
|
77 |
+
"65": "ID prepaid card",
|
78 |
+
"66": "Mobile wallet",
|
79 |
+
"67": "Government benefit payment card",
|
80 |
+
"68": "Pawn loan",
|
81 |
+
"69": "Other special purpose card",
|
82 |
+
"70": "Check cashing",
|
83 |
+
"71": "Credit repair",
|
84 |
+
"72": "Traveler\u2019s/Cashier\u2019s checks",
|
85 |
+
"73": "Transit card",
|
86 |
+
"74": "Student prepaid card",
|
87 |
+
"75": "Electronic Benefit Transfer / EBT card",
|
88 |
+
"76": ""
|
89 |
+
},
|
90 |
+
"initializer_range": 0.02,
|
91 |
+
"label2id": {
|
92 |
+
"": 76,
|
93 |
+
"(CD) Certificate of deposit": 59,
|
94 |
+
"Auto": 47,
|
95 |
+
"Auto debt": 24,
|
96 |
+
"CD (Certificate of Deposit)": 52,
|
97 |
+
"Cashing a check without an account": 64,
|
98 |
+
"Check cashing": 70,
|
99 |
+
"Check cashing service": 56,
|
100 |
+
"Checking account": 2,
|
101 |
+
"Conventional adjustable mortgage (ARM)": 26,
|
102 |
+
"Conventional fixed mortgage": 11,
|
103 |
+
"Conventional home mortgage": 5,
|
104 |
+
"Credit card": 16,
|
105 |
+
"Credit card debt": 7,
|
106 |
+
"Credit repair": 71,
|
107 |
+
"Credit repair services": 45,
|
108 |
+
"Credit reporting": 0,
|
109 |
+
"Debt settlement": 55,
|
110 |
+
"Domestic (US) money transfer": 21,
|
111 |
+
"Electronic Benefit Transfer / EBT card": 75,
|
112 |
+
"FHA mortgage": 10,
|
113 |
+
"Federal student loan": 53,
|
114 |
+
"Federal student loan debt": 43,
|
115 |
+
"Federal student loan servicing": 9,
|
116 |
+
"Foreign currency exchange": 61,
|
117 |
+
"General purpose card": 51,
|
118 |
+
"General-purpose credit card or charge card": 1,
|
119 |
+
"General-purpose prepaid card": 37,
|
120 |
+
"Gift card": 58,
|
121 |
+
"Gift or merchant card": 63,
|
122 |
+
"Government benefit card": 39,
|
123 |
+
"Government benefit payment card": 67,
|
124 |
+
"Home equity loan or line of credit": 42,
|
125 |
+
"Home equity loan or line of credit (HELOC)": 38,
|
126 |
+
"I do not know": 6,
|
127 |
+
"ID prepaid card": 65,
|
128 |
+
"Installment loan": 15,
|
129 |
+
"International money transfer": 35,
|
130 |
+
"Lease": 36,
|
131 |
+
"Loan": 12,
|
132 |
+
"Medical": 17,
|
133 |
+
"Medical debt": 8,
|
134 |
+
"Mobile or digital wallet": 18,
|
135 |
+
"Mobile wallet": 66,
|
136 |
+
"Money order": 60,
|
137 |
+
"Mortgage": 49,
|
138 |
+
"Mortgage debt": 40,
|
139 |
+
"Non-federal student loan": 20,
|
140 |
+
"Other (i.e. phone, health club, etc.)": 13,
|
141 |
+
"Other bank product/service": 31,
|
142 |
+
"Other banking product or service": 33,
|
143 |
+
"Other debt": 3,
|
144 |
+
"Other mortgage": 34,
|
145 |
+
"Other personal consumer report": 27,
|
146 |
+
"Other special purpose card": 69,
|
147 |
+
"Other type of mortgage": 32,
|
148 |
+
"Pawn loan": 68,
|
149 |
+
"Payday loan": 25,
|
150 |
+
"Payday loan debt": 28,
|
151 |
+
"Payroll card": 54,
|
152 |
+
"Personal line of credit": 41,
|
153 |
+
"Private student loan": 19,
|
154 |
+
"Private student loan debt": 44,
|
155 |
+
"Refund anticipation check": 62,
|
156 |
+
"Reverse mortgage": 50,
|
157 |
+
"Savings account": 29,
|
158 |
+
"Second mortgage": 4,
|
159 |
+
"Store credit card": 14,
|
160 |
+
"Student prepaid card": 74,
|
161 |
+
"Title loan": 46,
|
162 |
+
"Transit card": 73,
|
163 |
+
"Traveler's check or cashier's check": 57,
|
164 |
+
"Traveler\u2019s/Cashier\u2019s checks": 72,
|
165 |
+
"VA mortgage": 22,
|
166 |
+
"Vehicle lease": 48,
|
167 |
+
"Vehicle loan": 23,
|
168 |
+
"Virtual currency": 30
|
169 |
+
},
|
170 |
+
"max_position_embeddings": 512,
|
171 |
+
"model_type": "distilbert",
|
172 |
+
"n_heads": 12,
|
173 |
+
"n_layers": 6,
|
174 |
+
"pad_token_id": 0,
|
175 |
+
"problem_type": "single_label_classification",
|
176 |
+
"qa_dropout": 0.1,
|
177 |
+
"seq_classif_dropout": 0.2,
|
178 |
+
"sinusoidal_pos_embds": false,
|
179 |
+
"tie_weights_": true,
|
180 |
+
"torch_dtype": "float32",
|
181 |
+
"transformers_version": "4.16.2",
|
182 |
+
"vocab_size": 30522
|
183 |
+
}
|