Splend1dchan commited on
Commit
376de9f
·
1 Parent(s): 571e97f

Training in progress, step 200

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