excalibur12 commited on
Commit
b9431bb
1 Parent(s): 37d5ba7

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,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-large",
3
+ "activation_dropout": 0.1,
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": 768,
15
+ "contrastive_logits_temperature": 0.1,
16
+ "conv_bias": false,
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": false,
48
+ "eos_token_id": 2,
49
+ "feat_extract_activation": "gelu",
50
+ "feat_extract_dropout": 0.0,
51
+ "feat_extract_norm": "group",
52
+ "feat_proj_dropout": 0.1,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.1,
55
+ "gradient_checkpointing": false,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.1,
58
+ "hidden_dropout_prob": 0.1,
59
+ "hidden_size": 1024,
60
+ "initializer_range": 0.02,
61
+ "intermediate_size": 4096,
62
+ "layer_norm_eps": 1e-05,
63
+ "layerdrop": 0.1,
64
+ "mask_feature_length": 10,
65
+ "mask_feature_min_masks": 0,
66
+ "mask_feature_prob": 0.0,
67
+ "mask_time_length": 10,
68
+ "mask_time_min_masks": 2,
69
+ "mask_time_prob": 0.05,
70
+ "model_type": "wav2vec2",
71
+ "num_adapter_layers": 3,
72
+ "num_attention_heads": 16,
73
+ "num_codevector_groups": 2,
74
+ "num_codevectors_per_group": 320,
75
+ "num_conv_pos_embedding_groups": 16,
76
+ "num_conv_pos_embeddings": 128,
77
+ "num_feat_extract_layers": 7,
78
+ "num_hidden_layers": 24,
79
+ "num_negatives": 100,
80
+ "output_hidden_size": 1024,
81
+ "pad_token_id": 63,
82
+ "proj_codevector_dim": 768,
83
+ "tdnn_dilation": [
84
+ 1,
85
+ 2,
86
+ 3,
87
+ 1,
88
+ 1
89
+ ],
90
+ "tdnn_dim": [
91
+ 512,
92
+ 512,
93
+ 512,
94
+ 512,
95
+ 1500
96
+ ],
97
+ "tdnn_kernel": [
98
+ 5,
99
+ 3,
100
+ 3,
101
+ 1,
102
+ 1
103
+ ],
104
+ "torch_dtype": "float32",
105
+ "transformers_version": "4.28.1",
106
+ "use_weighted_layer_sum": false,
107
+ "vocab_size": 66,
108
+ "xvector_output_dim": 512
109
+ }
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.0,
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "return_attention_mask": false,
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:508b626b6f6f610aaaee5653ed7e43e363ba0e445a5028496c4b8bad26103e82
3
+ size 1262126945
runs/Apr01_08-14-47_oem-System-Product-Name/1711926945.6810613/events.out.tfevents.1711926945.oem-System-Product-Name.74581.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73b850d1d9689a913673c6f597c8cd32cbd990fd14cb5d1c13e2d3b0bed3d536
3
+ size 5989
runs/Apr01_08-14-47_oem-System-Product-Name/events.out.tfevents.1711926945.oem-System-Product-Name.74581.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e833f6da5197b180047ad7b0059bdadb8caa86c46eeb518971f84f91cbec75a
3
+ size 6011
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:2631571d1947aefe55894abbcfad8d82634c1f606b70c0a92d38a057e87a2794
3
+ size 3643
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
+ }