excalibur12 commited on
Commit
0a339e7
1 Parent(s): 52834a6

Training in progress, step 1000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 65,
3
+ "<s>": 64
4
+ }
config.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-xls-r-1b",
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
+ "Wav2Vec2ForCTC"
10
+ ],
11
+ "attention_dropout": 0.1,
12
+ "bos_token_id": 1,
13
+ "classifier_proj_size": 256,
14
+ "codevector_dim": 1024,
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.1,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.0,
55
+ "gradient_checkpointing": false,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.1,
58
+ "hidden_size": 1280,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 5120,
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.1,
63
+ "mask_feature_length": 10,
64
+ "mask_feature_min_masks": 0,
65
+ "mask_feature_prob": 0.0,
66
+ "mask_time_length": 10,
67
+ "mask_time_min_masks": 2,
68
+ "mask_time_prob": 0.075,
69
+ "model_type": "wav2vec2",
70
+ "num_adapter_layers": 3,
71
+ "num_attention_heads": 16,
72
+ "num_codevector_groups": 2,
73
+ "num_codevectors_per_group": 320,
74
+ "num_conv_pos_embedding_groups": 16,
75
+ "num_conv_pos_embeddings": 128,
76
+ "num_feat_extract_layers": 7,
77
+ "num_hidden_layers": 48,
78
+ "num_negatives": 100,
79
+ "output_hidden_size": 1280,
80
+ "pad_token_id": 63,
81
+ "proj_codevector_dim": 1024,
82
+ "tdnn_dilation": [
83
+ 1,
84
+ 2,
85
+ 3,
86
+ 1,
87
+ 1
88
+ ],
89
+ "tdnn_dim": [
90
+ 512,
91
+ 512,
92
+ 512,
93
+ 512,
94
+ 1500
95
+ ],
96
+ "tdnn_kernel": [
97
+ 5,
98
+ 3,
99
+ 3,
100
+ 1,
101
+ 1
102
+ ],
103
+ "torch_dtype": "float32",
104
+ "transformers_version": "4.28.1",
105
+ "use_weighted_layer_sum": false,
106
+ "vocab_size": 66,
107
+ "xvector_output_dim": 512
108
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0,
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1183aa1d8cf584a69e7dafd6167dc6af7f531f3f96348bb548947e604379aba4
3
+ size 3850608621
runs/Apr02_13-41-38_oem-System-Product-Name/1712032957.9772153/events.out.tfevents.1712032957.oem-System-Product-Name.33815.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0874775802e387da12ded53d74aa6f57c20538265e1cc79714137d15142e86e4
3
+ size 5998
runs/Apr02_13-41-38_oem-System-Product-Name/events.out.tfevents.1712032957.oem-System-Product-Name.33815.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d81a2779b0555596c0d0a99a600ad2ba6c5e35b82bd2852a3fbdc554af9332e6
3
+ size 5545
runs/Apr02_13-51-53_oem-System-Product-Name/1712033565.9217913/events.out.tfevents.1712033565.oem-System-Product-Name.73458.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5617a29b3189d76b22611eaa7f56ffedda6a1a7ba2c6ec282f5f006541eccbdd
3
+ size 5998
runs/Apr02_13-51-53_oem-System-Product-Name/events.out.tfevents.1712033565.oem-System-Product-Name.73458.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:109f07900218c9b052716b55ca58e39b6732ebe4aa74468bbc4f9234e8bba118
3
+ size 5545
runs/Apr02_13-53-28_oem-System-Product-Name/1712033661.630471/events.out.tfevents.1712033661.oem-System-Product-Name.75722.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:470cdf169f0787067c030246ab72b39a9344d079eecfbeca0de9f6bfacfe2303
3
+ size 5998
runs/Apr02_13-53-28_oem-System-Product-Name/events.out.tfevents.1712033661.oem-System-Product-Name.75722.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7a343ef23cacc1975a2f22ad962a01d6ff33a0749d3222b4946c6c4ed182e14
3
+ size 5545
runs/Apr02_13-56-33_oem-System-Product-Name/1712033847.069015/events.out.tfevents.1712033847.oem-System-Product-Name.79840.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0249bb8ad52092a6973604f63ed5e327ca09877b08fb74eeb440f1075cfcca09
3
+ size 5998
runs/Apr02_13-56-33_oem-System-Product-Name/events.out.tfevents.1712033847.oem-System-Product-Name.79840.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0711c798f1cc327aa4029457244754adb74a1153b6830712504a32edb0ce1370
3
+ size 6020
special_tokens_map.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "</s>",
12
+ "lstrip": false,
13
+ "normalized": true,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "bos_token": "<s>",
19
+ "eos_token": "</s>",
20
+ "pad_token": "[PAD]",
21
+ "unk_token": "[UNK]"
22
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "clean_up_tokenization_spaces": true,
4
+ "do_phonemize": false,
5
+ "eos_token": "</s>",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "pad_token": "[PAD]",
8
+ "phone_delimiter_token": "|",
9
+ "phonemizer_backend": "espeak",
10
+ "phonemizer_lang": "en-us",
11
+ "processor_class": "Wav2Vec2Processor",
12
+ "tokenizer_class": "Wav2Vec2PhonemeCTCTokenizer",
13
+ "unk_token": "[UNK]",
14
+ "word_delimiter_token": null
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f860ddafb6a7f6951b616691a93df63cad3b5503a0d1c36736f8d76efe752f3d
3
+ size 3707
vocab.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "[PAD]": 63,
3
+ "[UNK]": 62,
4
+ "aa": 0,
5
+ "ae": 1,
6
+ "ah": 2,
7
+ "ao": 3,
8
+ "aw": 4,
9
+ "ax": 5,
10
+ "ax-h": 6,
11
+ "axr": 7,
12
+ "ay": 8,
13
+ "b": 9,
14
+ "bcl": 10,
15
+ "ch": 11,
16
+ "d": 12,
17
+ "dcl": 13,
18
+ "dh": 14,
19
+ "dx": 15,
20
+ "eh": 16,
21
+ "el": 17,
22
+ "em": 18,
23
+ "en": 19,
24
+ "eng": 20,
25
+ "epi": 21,
26
+ "er": 22,
27
+ "ey": 23,
28
+ "f": 24,
29
+ "g": 25,
30
+ "gcl": 26,
31
+ "h#": 27,
32
+ "hh": 28,
33
+ "hv": 29,
34
+ "ih": 30,
35
+ "ix": 31,
36
+ "iy": 32,
37
+ "jh": 33,
38
+ "k": 34,
39
+ "kcl": 35,
40
+ "l": 36,
41
+ "m": 37,
42
+ "n": 38,
43
+ "ng": 39,
44
+ "nx": 40,
45
+ "ow": 41,
46
+ "oy": 42,
47
+ "p": 43,
48
+ "pau": 44,
49
+ "pcl": 45,
50
+ "q": 46,
51
+ "r": 47,
52
+ "s": 48,
53
+ "sh": 49,
54
+ "t": 50,
55
+ "tcl": 51,
56
+ "th": 52,
57
+ "uh": 53,
58
+ "uw": 54,
59
+ "ux": 55,
60
+ "v": 56,
61
+ "w": 57,
62
+ "y": 58,
63
+ "z": 59,
64
+ "zh": 60,
65
+ "|": 61
66
+ }