Splend1dchan commited on
Commit
0f01637
1 Parent(s): 6e1e174

preds cleanup and misc

Browse files
README.md ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ wav2vec2 -> t5lephone
2
+ bs = 16
3
+ dropout = 0.3
4
+
5
+ performance : 29%
6
+
7
+ {
8
+ "architectures": [
9
+ "SpeechMixEEDT5"
10
+ ],
11
+ "decoder": {
12
+ "_name_or_path": "voidful/phoneme_byt5",
13
+ "add_cross_attention": true,
14
+ "architectures": [
15
+ "T5ForConditionalGeneration"
16
+ ],
17
+ "bad_words_ids": null,
18
+ "bos_token_id": null,
19
+ "chunk_size_feed_forward": 0,
20
+ "cross_attention_hidden_size": null,
21
+ "d_ff": 3584,
22
+ "d_kv": 64,
23
+ "d_model": 1472,
24
+ "decoder_start_token_id": 0,
25
+ "diversity_penalty": 0.0,
26
+ "do_sample": false,
27
+ "dropout_rate": 0.1,
28
+ "early_stopping": false,
29
+ "encoder_no_repeat_ngram_size": 0,
30
+ "eos_token_id": 1,
31
+ "feed_forward_proj": "gated-gelu",
32
+ "finetuning_task": null,
33
+ "forced_bos_token_id": null,
34
+ "forced_eos_token_id": null,
35
+ "gradient_checkpointing": false,
36
+ "id2label": {
37
+ "0": "LABEL_0",
38
+ "1": "LABEL_1"
39
+ },
40
+ "initializer_factor": 1.0,
41
+ "is_decoder": true,
42
+ "is_encoder_decoder": true,
43
+ "label2id": {
44
+ "LABEL_0": 0,
45
+ "LABEL_1": 1
46
+ },
47
+ "layer_norm_epsilon": 1e-06,
48
+ "length_penalty": 1.0,
49
+ "max_length": 20,
50
+ "min_length": 0,
51
+ "model_type": "t5",
52
+ "no_repeat_ngram_size": 0,
53
+ "num_beam_groups": 1,
54
+ "num_beams": 1,
55
+ "num_decoder_layers": 4,
56
+ "num_heads": 6,
57
+ "num_layers": 12,
58
+ "num_return_sequences": 1,
59
+ "output_attentions": false,
60
+ "output_hidden_states": false,
61
+ "output_scores": false,
62
+ "pad_token_id": 0,
63
+ "prefix": null,
64
+ "problem_type": null,
65
+ "pruned_heads": {},
66
+ "relative_attention_max_distance": 128,
67
+ "relative_attention_num_buckets": 32,
68
+ "remove_invalid_values": false,
69
+ "repetition_penalty": 1.0,
70
+ "return_dict": true,
71
+ "return_dict_in_generate": false,
72
+ "sep_token_id": null,
73
+ "task_specific_params": null,
74
+ "temperature": 1.0,
75
+ "tie_encoder_decoder": false,
76
+ "tie_word_embeddings": false,
77
+ "tokenizer_class": "ByT5Tokenizer",
78
+ "top_k": 50,
79
+ "top_p": 1.0,
80
+ "torch_dtype": "float32",
81
+ "torchscript": false,
82
+ "transformers_version": "4.17.0",
83
+ "typical_p": 1.0,
84
+ "use_bfloat16": false,
85
+ "use_cache": true,
86
+ "vocab_size": 384
87
+ },
88
+ "encoder": {
89
+ "_name_or_path": "facebook/wav2vec2-large-lv60",
90
+ "activation_dropout": 0.1,
91
+ "adapter_kernel_size": 3,
92
+ "adapter_stride": 2,
93
+ "add_adapter": false,
94
+ "add_cross_attention": false,
95
+ "apply_spec_augment": true,
96
+ "architectures": [
97
+ "Wav2Vec2ForPreTraining"
98
+ ],
99
+ "attention_dropout": 0.1,
100
+ "bad_words_ids": null,
101
+ "bos_token_id": 1,
102
+ "chunk_size_feed_forward": 0,
103
+ "classifier_proj_size": 256,
104
+ "codevector_dim": 768,
105
+ "contrastive_logits_temperature": 0.1,
106
+ "conv_bias": true,
107
+ "conv_dim": [
108
+ 512,
109
+ 512,
110
+ 512,
111
+ 512,
112
+ 512,
113
+ 512,
114
+ 512
115
+ ],
116
+ "conv_kernel": [
117
+ 10,
118
+ 3,
119
+ 3,
120
+ 3,
121
+ 3,
122
+ 2,
123
+ 2
124
+ ],
125
+ "conv_stride": [
126
+ 5,
127
+ 2,
128
+ 2,
129
+ 2,
130
+ 2,
131
+ 2,
132
+ 2
133
+ ],
134
+ "cross_attention_hidden_size": null,
135
+ "ctc_loss_reduction": "sum",
136
+ "ctc_zero_infinity": false,
137
+ "decoder_start_token_id": null,
138
+ "diversity_loss_weight": 0.1,
139
+ "diversity_penalty": 0.0,
140
+ "do_sample": false,
141
+ "do_stable_layer_norm": true,
142
+ "early_stopping": false,
143
+ "encoder_no_repeat_ngram_size": 0,
144
+ "eos_token_id": 2,
145
+ "feat_extract_activation": "gelu",
146
+ "feat_extract_dropout": 0.0,
147
+ "feat_extract_norm": "layer",
148
+ "feat_proj_dropout": 0.1,
149
+ "feat_quantizer_dropout": 0.0,
150
+ "final_dropout": 0.1,
151
+ "finetuning_task": null,
152
+ "forced_bos_token_id": null,
153
+ "forced_eos_token_id": null,
154
+ "gradient_checkpointing": false,
155
+ "hidden_act": "gelu",
156
+ "hidden_dropout": 0.1,
157
+ "hidden_dropout_prob": 0.1,
158
+ "hidden_size": 1024,
159
+ "id2label": {
160
+ "0": "LABEL_0",
161
+ "1": "LABEL_1"
162
+ },
163
+ "initializer_range": 0.02,
164
+ "intermediate_size": 4096,
165
+ "is_decoder": false,
166
+ "is_encoder_decoder": false,
167
+ "label2id": {
168
+ "LABEL_0": 0,
169
+ "LABEL_1": 1
170
+ },
171
+ "layer_norm_eps": 1e-05,
172
+ "layerdrop": 0.0,
173
+ "length_penalty": 1.0,
174
+ "mask_feature_length": 10,
175
+ "mask_feature_min_masks": 0,
176
+ "mask_feature_prob": 0.0,
177
+ "mask_time_length": 10,
178
+ "mask_time_min_masks": 2,
179
+ "mask_time_prob": 0.05,
180
+ "max_length": 20,
181
+ "min_length": 0,
182
+ "model_type": "wav2vec2",
183
+ "no_repeat_ngram_size": 0,
184
+ "num_adapter_layers": 3,
185
+ "num_attention_heads": 16,
186
+ "num_beam_groups": 1,
187
+ "num_beams": 1,
188
+ "num_codevector_groups": 2,
189
+ "num_codevectors_per_group": 320,
190
+ "num_conv_pos_embedding_groups": 16,
191
+ "num_conv_pos_embeddings": 128,
192
+ "num_feat_extract_layers": 7,
193
+ "num_hidden_layers": 24,
194
+ "num_negatives": 100,
195
+ "num_return_sequences": 1,
196
+ "output_attentions": false,
197
+ "output_hidden_size": 1024,
198
+ "output_hidden_states": false,
199
+ "output_scores": false,
200
+ "pad_token_id": 0,
201
+ "prefix": null,
202
+ "problem_type": null,
203
+ "proj_codevector_dim": 768,
204
+ "pruned_heads": {},
205
+ "remove_invalid_values": false,
206
+ "repetition_penalty": 1.0,
207
+ "return_dict": true,
208
+ "return_dict_in_generate": false,
209
+ "sep_token_id": null,
210
+ "task_specific_params": null,
211
+ "tdnn_dilation": [
212
+ 1,
213
+ 2,
214
+ 3,
215
+ 1,
216
+ 1
217
+ ],
218
+ "tdnn_dim": [
219
+ 512,
220
+ 512,
221
+ 512,
222
+ 512,
223
+ 1500
224
+ ],
225
+ "tdnn_kernel": [
226
+ 5,
227
+ 3,
228
+ 3,
229
+ 1,
230
+ 1
231
+ ],
232
+ "temperature": 1.0,
233
+ "tie_encoder_decoder": false,
234
+ "tie_word_embeddings": true,
235
+ "tokenizer_class": null,
236
+ "top_k": 50,
237
+ "top_p": 1.0,
238
+ "torch_dtype": null,
239
+ "torchscript": false,
240
+ "transformers_version": "4.17.0",
241
+ "typical_p": 1.0,
242
+ "use_bfloat16": false,
243
+ "use_weighted_layer_sum": false,
244
+ "vocab_size": 32,
245
+ "xvector_output_dim": 512
246
+ },
247
+ "is_encoder_decoder": true,
248
+ "model_type": "speechmix",
249
+ "torch_dtype": "float32",
250
+ "transformers_version": null
251
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd7511f12311002c94465a7d5514adf5fb6b13655cfd47b86549783e5cf1a5b3
3
+ size 25114117
predictions-1920_fromhf_largebatch.csv → predictions/predictions-1920_fromhf_largebatch.csv RENAMED
File without changes
predictions-2880_fromhf_largebatch.csv → predictions/predictions-2880_fromhf_largebatch.csv RENAMED
File without changes
predictions-3840_fromhf_largebatch.csv → predictions/predictions-3840_fromhf_largebatch.csv RENAMED
File without changes
predictions-4800_fromhf_largebatch.csv → predictions/predictions-4800_fromhf_largebatch.csv RENAMED
File without changes
predictions-5760_fromhf_largebatch.csv → predictions/predictions-5760_fromhf_largebatch.csv RENAMED
File without changes
predictions-6720_fromhf_largebatch.csv → predictions/predictions-6720_fromhf_largebatch.csv RENAMED
File without changes
predictions-7680_fromhf_largebatch.csv → predictions/predictions-7680_fromhf_largebatch.csv RENAMED
File without changes
predictions-8640_fromhf_largebatch.csv → predictions/predictions-8640_fromhf_largebatch.csv RENAMED
File without changes
predictions/predictions-9600_fromhf_largebatch.csv ADDED
@@ -0,0 +1,340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gold,preds
2
+ joint_account,business_loan
3
+ joint_account,pay_bill
4
+ joint_account,cash_deposit
5
+ joint_account,cash_deposit
6
+ joint_account,joint_account
7
+ joint_account,cash_deposit
8
+ joint_account,joint_account
9
+ joint_account,business_loan
10
+ joint_account,joint_account
11
+ balance,balance
12
+ balance,business_loan
13
+ balance,business_loan
14
+ balance,address
15
+ balance,balance
16
+ balance,address
17
+ balance,balance
18
+ balance,pay_bill
19
+ pay_bill,joint_account
20
+ pay_bill,balance
21
+ pay_bill,pay_bill
22
+ pay_bill,address
23
+ pay_bill,joint_account
24
+ pay_bill,pay_bill
25
+ pay_bill,balance
26
+ pay_bill,pay_bill
27
+ freeze,pay_bill
28
+ freeze,business_loan
29
+ freeze,cash_deposit
30
+ freeze,freeze
31
+ freeze,joint_account
32
+ freeze,freeze
33
+ freeze,freeze
34
+ freeze,joint_account
35
+ freeze,joint_account
36
+ app_error,high_value_payment
37
+ app_error,high_value_payment
38
+ app_error,cash_deposit
39
+ app_error,joint_account
40
+ app_error,cash_deposit
41
+ app_error,cash_deposit
42
+ app_error,joint_account
43
+ app_error,latest_transactions
44
+ address,latest_transactions
45
+ address,business_loan
46
+ address,address
47
+ address,balance
48
+ address,address
49
+ address,balance
50
+ address,address
51
+ atm_limit,joint_account
52
+ atm_limit,atm_limit
53
+ atm_limit,cash_deposit
54
+ atm_limit,joint_account
55
+ atm_limit,cash_deposit
56
+ atm_limit,app_error
57
+ atm_limit,balance
58
+ atm_limit,app_error
59
+ abroad,cash_deposit
60
+ abroad,joint_account
61
+ abroad,joint_account
62
+ abroad,cash_deposit
63
+ abroad,high_value_payment
64
+ abroad,app_error
65
+ abroad,joint_account
66
+ direct_debit,direct_debit
67
+ direct_debit,direct_debit
68
+ direct_debit,business_loan
69
+ direct_debit,direct_debit
70
+ direct_debit,latest_transactions
71
+ direct_debit,business_loan
72
+ direct_debit,direct_debit
73
+ latest_transactions,joint_account
74
+ latest_transactions,joint_account
75
+ latest_transactions,latest_transactions
76
+ latest_transactions,latest_transactions
77
+ latest_transactions,latest_transactions
78
+ latest_transactions,latest_transactions
79
+ latest_transactions,latest_transactions
80
+ high_value_payment,high_value_payment
81
+ high_value_payment,joint_account
82
+ high_value_payment,cash_deposit
83
+ high_value_payment,high_value_payment
84
+ high_value_payment,joint_account
85
+ high_value_payment,business_loan
86
+ high_value_payment,joint_account
87
+ high_value_payment,pay_bill
88
+ cash_deposit,freeze
89
+ cash_deposit,pay_bill
90
+ cash_deposit,latest_transactions
91
+ cash_deposit,cash_deposit
92
+ cash_deposit,pay_bill
93
+ cash_deposit,joint_account
94
+ cash_deposit,pay_bill
95
+ cash_deposit,joint_account
96
+ cash_deposit,joint_account
97
+ cash_deposit,joint_account
98
+ card_issues,joint_account
99
+ card_issues,high_value_payment
100
+ card_issues,freeze
101
+ card_issues,cash_deposit
102
+ card_issues,joint_account
103
+ card_issues,card_issues
104
+ card_issues,card_issues
105
+ card_issues,joint_account
106
+ card_issues,freeze
107
+ business_loan,business_loan
108
+ business_loan,business_loan
109
+ business_loan,balance
110
+ business_loan,balance
111
+ business_loan,card_issues
112
+ business_loan,pay_bill
113
+ business_loan,business_loan
114
+ business_loan,balance
115
+ joint_account,business_loan
116
+ joint_account,pay_bill
117
+ joint_account,cash_deposit
118
+ joint_account,cash_deposit
119
+ joint_account,joint_account
120
+ joint_account,cash_deposit
121
+ joint_account,joint_account
122
+ joint_account,business_loan
123
+ joint_account,joint_account
124
+ balance,balance
125
+ balance,business_loan
126
+ balance,business_loan
127
+ balance,address
128
+ balance,balance
129
+ balance,address
130
+ balance,balance
131
+ balance,pay_bill
132
+ pay_bill,joint_account
133
+ pay_bill,balance
134
+ pay_bill,pay_bill
135
+ pay_bill,address
136
+ pay_bill,joint_account
137
+ pay_bill,pay_bill
138
+ pay_bill,balance
139
+ pay_bill,pay_bill
140
+ freeze,pay_bill
141
+ freeze,business_loan
142
+ freeze,cash_deposit
143
+ freeze,freeze
144
+ freeze,joint_account
145
+ freeze,freeze
146
+ freeze,freeze
147
+ freeze,joint_account
148
+ freeze,joint_account
149
+ app_error,high_value_payment
150
+ app_error,high_value_payment
151
+ app_error,cash_deposit
152
+ app_error,joint_account
153
+ app_error,cash_deposit
154
+ app_error,joint_account
155
+ app_error,joint_account
156
+ app_error,latest_transactions
157
+ address,latest_transactions
158
+ address,business_loan
159
+ address,address
160
+ address,balance
161
+ address,address
162
+ address,address
163
+ address,address
164
+ atm_limit,joint_account
165
+ atm_limit,atm_limit
166
+ atm_limit,cash_deposit
167
+ atm_limit,joint_account
168
+ atm_limit,cash_deposit
169
+ atm_limit,app_error
170
+ atm_limit,balance
171
+ atm_limit,app_error
172
+ abroad,cash_deposit
173
+ abroad,joint_account
174
+ abroad,joint_account
175
+ abroad,cash_deposit
176
+ abroad,high_value_payment
177
+ abroad,app_error
178
+ abroad,joint_account
179
+ direct_debit,direct_debit
180
+ direct_debit,direct_debit
181
+ direct_debit,business_loan
182
+ direct_debit,direct_debit
183
+ direct_debit,latest_transactions
184
+ direct_debit,business_loan
185
+ direct_debit,direct_debit
186
+ latest_transactions,joint_account
187
+ latest_transactions,joint_account
188
+ latest_transactions,latest_transactions
189
+ latest_transactions,latest_transactions
190
+ latest_transactions,latest_transactions
191
+ latest_transactions,latest_transactions
192
+ latest_transactions,latest_transactions
193
+ high_value_payment,app_error
194
+ high_value_payment,joint_account
195
+ high_value_payment,cash_deposit
196
+ high_value_payment,high_value_payment
197
+ high_value_payment,joint_account
198
+ high_value_payment,business_loan
199
+ high_value_payment,joint_account
200
+ high_value_payment,pay_bill
201
+ cash_deposit,freeze
202
+ cash_deposit,pay_bill
203
+ cash_deposit,latest_transactions
204
+ cash_deposit,cash_deposit
205
+ cash_deposit,pay_bill
206
+ cash_deposit,joint_account
207
+ cash_deposit,pay_bill
208
+ cash_deposit,joint_account
209
+ cash_deposit,joint_account
210
+ cash_deposit,cash_deposit
211
+ card_issues,joint_account
212
+ card_issues,high_value_payment
213
+ card_issues,freeze
214
+ card_issues,cash_deposit
215
+ card_issues,joint_account
216
+ card_issues,card_issues
217
+ card_issues,card_issues
218
+ card_issues,joint_account
219
+ card_issues,freeze
220
+ business_loan,business_loan
221
+ business_loan,business_loan
222
+ business_loan,balance
223
+ business_loan,balance
224
+ business_loan,card_issues
225
+ business_loan,pay_bill
226
+ business_loan,business_loan
227
+ business_loan,balance
228
+ joint_account,business_loan
229
+ joint_account,pay_bill
230
+ joint_account,cash_deposit
231
+ joint_account,cash_deposit
232
+ joint_account,joint_account
233
+ joint_account,cash_deposit
234
+ joint_account,joint_account
235
+ joint_account,business_loan
236
+ joint_account,joint_account
237
+ balance,balance
238
+ balance,business_loan
239
+ balance,business_loan
240
+ balance,address
241
+ balance,balance
242
+ balance,address
243
+ balance,balance
244
+ balance,pay_bill
245
+ pay_bill,joint_account
246
+ pay_bill,balance
247
+ pay_bill,pay_bill
248
+ pay_bill,address
249
+ pay_bill,joint_account
250
+ pay_bill,pay_bill
251
+ pay_bill,balance
252
+ pay_bill,pay_bill
253
+ freeze,pay_bill
254
+ freeze,business_loan
255
+ freeze,cash_deposit
256
+ freeze,freeze
257
+ freeze,joint_account
258
+ freeze,freeze
259
+ freeze,freeze
260
+ freeze,joint_account
261
+ freeze,joint_account
262
+ app_error,high_value_payment
263
+ app_error,high_value_payment
264
+ app_error,cash_deposit
265
+ app_error,joint_account
266
+ app_error,cash_deposit
267
+ app_error,cash_deposit
268
+ app_error,cash_deposit
269
+ app_error,latest_transactions
270
+ address,latest_transactions
271
+ address,pay_bill
272
+ address,address
273
+ address,balance
274
+ address,address
275
+ address,address
276
+ address,address
277
+ atm_limit,joint_account
278
+ atm_limit,atm_limit
279
+ atm_limit,cash_deposit
280
+ atm_limit,joint_account
281
+ atm_limit,cash_deposit
282
+ atm_limit,app_error
283
+ atm_limit,balance
284
+ atm_limit,app_error
285
+ abroad,cash_deposit
286
+ abroad,joint_account
287
+ abroad,joint_account
288
+ abroad,cash_deposit
289
+ abroad,high_value_payment
290
+ abroad,app_error
291
+ abroad,joint_account
292
+ direct_debit,direct_debit
293
+ direct_debit,direct_debit
294
+ direct_debit,business_loan
295
+ direct_debit,direct_debit
296
+ direct_debit,latest_transactions
297
+ direct_debit,business_loan
298
+ direct_debit,direct_debit
299
+ latest_transactions,joint_account
300
+ latest_transactions,joint_account
301
+ latest_transactions,latest_transactions
302
+ latest_transactions,latest_transactions
303
+ latest_transactions,latest_transactions
304
+ latest_transactions,latest_transactions
305
+ latest_transactions,latest_transactions
306
+ high_value_payment,high_value_payment
307
+ high_value_payment,joint_account
308
+ high_value_payment,cash_deposit
309
+ high_value_payment,high_value_payment
310
+ high_value_payment,joint_account
311
+ high_value_payment,business_loan
312
+ high_value_payment,joint_account
313
+ high_value_payment,pay_bill
314
+ cash_deposit,freeze
315
+ cash_deposit,pay_bill
316
+ cash_deposit,latest_transactions
317
+ cash_deposit,cash_deposit
318
+ cash_deposit,pay_bill
319
+ cash_deposit,joint_account
320
+ cash_deposit,pay_bill
321
+ cash_deposit,joint_account
322
+ cash_deposit,joint_account
323
+ cash_deposit,cash_deposit
324
+ card_issues,joint_account
325
+ card_issues,high_value_payment
326
+ card_issues,freeze
327
+ card_issues,cash_deposit
328
+ card_issues,joint_account
329
+ card_issues,card_issues
330
+ card_issues,cash_deposit
331
+ card_issues,joint_account
332
+ card_issues,freeze
333
+ business_loan,business_loan
334
+ business_loan,business_loan
335
+ business_loan,balance
336
+ business_loan,balance
337
+ business_loan,card_issues
338
+ business_loan,pay_bill
339
+ business_loan,balance
340
+ business_loan,balance
predictions-960_fromhf_largebatch.csv → predictions/predictions-960_fromhf_largebatch.csv RENAMED
File without changes
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6c9ec4438b0f5ca07f9026aa41889e10015416c622505319b23ceca7e29bfd9
3
+ size 21643
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efc6f9c409a7b90065fce436ac0b309968591aafd5300266737732f27229af0b
3
+ size 623
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff