acul3 commited on
Commit
0af9079
·
verified ·
1 Parent(s): dff1d5f

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-xls-r-300m",
3
+ "activation_dropout": 0.0,
4
+ "adapter_attn_dim": null,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2Vec2ForSequenceClassification"
11
+ ],
12
+ "attention_dropout": 0.1,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 768,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "sum",
46
+ "ctc_zero_infinity": false,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
+ "feat_proj_dropout": 0.1,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.0,
56
+ "gradient_checkpointing": false,
57
+ "hidden_act": "gelu",
58
+ "hidden_dropout": 0.1,
59
+ "hidden_size": 1024,
60
+ "id2label": {
61
+ "0": "abroad",
62
+ "1": "address",
63
+ "10": "high_value_payment",
64
+ "11": "joint_account",
65
+ "12": "latest_transactions",
66
+ "13": "pay_bill",
67
+ "2": "app_error",
68
+ "3": "atm_limit",
69
+ "4": "balance",
70
+ "5": "business_loan",
71
+ "6": "card_issues",
72
+ "7": "cash_deposit",
73
+ "8": "direct_debit",
74
+ "9": "freeze"
75
+ },
76
+ "initializer_range": 0.02,
77
+ "intermediate_size": 4096,
78
+ "label2id": {
79
+ "abroad": "0",
80
+ "address": "1",
81
+ "app_error": "2",
82
+ "atm_limit": "3",
83
+ "balance": "4",
84
+ "business_loan": "5",
85
+ "card_issues": "6",
86
+ "cash_deposit": "7",
87
+ "direct_debit": "8",
88
+ "freeze": "9",
89
+ "high_value_payment": "10",
90
+ "joint_account": "11",
91
+ "latest_transactions": "12",
92
+ "pay_bill": "13"
93
+ },
94
+ "layer_norm_eps": 1e-05,
95
+ "layerdrop": 0.1,
96
+ "mask_feature_length": 10,
97
+ "mask_feature_min_masks": 0,
98
+ "mask_feature_prob": 0.0,
99
+ "mask_time_length": 10,
100
+ "mask_time_min_masks": 2,
101
+ "mask_time_prob": 0.075,
102
+ "model_type": "wav2vec2",
103
+ "num_adapter_layers": 3,
104
+ "num_attention_heads": 16,
105
+ "num_codevector_groups": 2,
106
+ "num_codevectors_per_group": 320,
107
+ "num_conv_pos_embedding_groups": 16,
108
+ "num_conv_pos_embeddings": 128,
109
+ "num_feat_extract_layers": 7,
110
+ "num_hidden_layers": 24,
111
+ "num_negatives": 100,
112
+ "output_hidden_size": 1024,
113
+ "pad_token_id": 0,
114
+ "proj_codevector_dim": 768,
115
+ "tdnn_dilation": [
116
+ 1,
117
+ 2,
118
+ 3,
119
+ 1,
120
+ 1
121
+ ],
122
+ "tdnn_dim": [
123
+ 512,
124
+ 512,
125
+ 512,
126
+ 512,
127
+ 1500
128
+ ],
129
+ "tdnn_kernel": [
130
+ 5,
131
+ 3,
132
+ 3,
133
+ 1,
134
+ 1
135
+ ],
136
+ "torch_dtype": "float32",
137
+ "transformers_version": "4.44.2",
138
+ "use_weighted_layer_sum": false,
139
+ "vocab_size": 32,
140
+ "xvector_output_dim": 512
141
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b741717b9fd1748287ac61de7403217580aea4d3f843031bdd6c4c559c656eb1
3
+ size 1262871640
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
runs/Sep23_08-20-46_05db6cebe0bc/events.out.tfevents.1727079649.05db6cebe0bc.483.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcb8ea9fc7af32ee49a885712351fc854f8cc89a881e222ad77a9d2baed0f437
3
+ size 6905
runs/Sep23_08-24-04_05db6cebe0bc/events.out.tfevents.1727079845.05db6cebe0bc.483.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e27bd836f36e7cdbbf27cdd89fa8404f791cf40e061fb977ef265e6b958037a
3
+ size 7406
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:079afd910a99be250fa7fddb8e394f76448c3fe77b25eb8c256d2b21ba33f920
3
+ size 5176