woodwardmw commited on
Commit
26bcd89
·
verified ·
1 Parent(s): 5210b59

Training in progress, step 500

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 72,
3
+ "<s>": 71
4
+ }
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/w2v-bert-2.0",
3
+ "activation_dropout": 0.0,
4
+ "adapter_act": "relu",
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": false,
9
+ "architectures": [
10
+ "Wav2Vec2BertForCTC"
11
+ ],
12
+ "attention_dropout": 0.0,
13
+ "blank_token_id": 0,
14
+ "bos_token_id": 1,
15
+ "classifier_proj_size": 768,
16
+ "codevector_dim": 768,
17
+ "conformer_conv_dropout": 0.1,
18
+ "contrastive_logits_temperature": 0.1,
19
+ "conv_depthwise_kernel_size": 31,
20
+ "ctc_loss_reduction": "mean",
21
+ "ctc_zero_infinity": false,
22
+ "diversity_loss_weight": 0.1,
23
+ "eos_token_id": 2,
24
+ "feat_proj_dropout": 0.0,
25
+ "feat_quantizer_dropout": 0.0,
26
+ "feature_projection_input_dim": 160,
27
+ "final_dropout": 0.1,
28
+ "hidden_act": "swish",
29
+ "hidden_dropout": 0.0,
30
+ "hidden_size": 1024,
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 4096,
33
+ "layer_norm_eps": 1e-05,
34
+ "layerdrop": 0.1,
35
+ "left_max_position_embeddings": 64,
36
+ "mask_feature_length": 10,
37
+ "mask_feature_min_masks": 0,
38
+ "mask_feature_prob": 0.0,
39
+ "mask_time_length": 10,
40
+ "mask_time_min_masks": 2,
41
+ "mask_time_prob": 0.05,
42
+ "max_source_positions": 5000,
43
+ "model_type": "wav2vec2-bert",
44
+ "num_adapter_layers": 1,
45
+ "num_attention_heads": 16,
46
+ "num_codevector_groups": 2,
47
+ "num_codevectors_per_group": 320,
48
+ "num_hidden_layers": 24,
49
+ "num_negatives": 100,
50
+ "output_hidden_size": 1024,
51
+ "pad_token_id": 67,
52
+ "position_embeddings_type": "relative_key",
53
+ "proj_codevector_dim": 768,
54
+ "right_max_position_embeddings": 8,
55
+ "rotary_embedding_base": 10000,
56
+ "tdnn_dilation": [
57
+ 1,
58
+ 2,
59
+ 3,
60
+ 1,
61
+ 1
62
+ ],
63
+ "tdnn_dim": [
64
+ 512,
65
+ 512,
66
+ 512,
67
+ 512,
68
+ 1500
69
+ ],
70
+ "tdnn_kernel": [
71
+ 5,
72
+ 3,
73
+ 3,
74
+ 1,
75
+ 1
76
+ ],
77
+ "torch_dtype": "float32",
78
+ "transformers_version": "4.49.0",
79
+ "use_intermediate_ffn_before_adapter": false,
80
+ "use_weighted_layer_sum": false,
81
+ "vocab_size": 73,
82
+ "xvector_output_dim": 512
83
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b76dd7a961ba8ca279683acce346740773d87adb9d794d1bcc60540d61587dc
3
+ size 2322374012
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<ctc_blank>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ }
10
+ ],
11
+ "bos_token": "<s>",
12
+ "eos_token": "</s>",
13
+ "pad_token": "[PAD]",
14
+ "unk_token": "[UNK]"
15
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<ctc_blank>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "2": {
20
+ "content": "<unk>",
21
+ "lstrip": true,
22
+ "normalized": false,
23
+ "rstrip": true,
24
+ "single_word": false,
25
+ "special": false
26
+ },
27
+ "67": {
28
+ "content": "[PAD]",
29
+ "lstrip": true,
30
+ "normalized": false,
31
+ "rstrip": true,
32
+ "single_word": false,
33
+ "special": false
34
+ },
35
+ "68": {
36
+ "content": "[UNK]",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": true,
40
+ "single_word": false,
41
+ "special": false
42
+ },
43
+ "71": {
44
+ "content": "<s>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "72": {
52
+ "content": "</s>",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ }
59
+ },
60
+ "additional_special_tokens": [
61
+ "<ctc_blank>"
62
+ ],
63
+ "bos_token": "<s>",
64
+ "clean_up_tokenization_spaces": false,
65
+ "do_lower_case": false,
66
+ "eos_token": "</s>",
67
+ "extra_special_tokens": {},
68
+ "model_max_length": 1000000000000000019884624838656,
69
+ "pad_token": "[PAD]",
70
+ "replace_word_delimiter_char": " ",
71
+ "target_lang": null,
72
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
73
+ "unk_token": "[UNK]",
74
+ "word_delimiter_token": "▁"
75
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b6440ce0d92388a01e69b10176bad0c746604a570469505c8feefc641476200
3
+ size 5368
vocab.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "!": 45,
3
+ "\"": 31,
4
+ "'": 42,
5
+ ",": 25,
6
+ "-": 57,
7
+ ".": 24,
8
+ "1": 59,
9
+ "4": 60,
10
+ "9": 63,
11
+ ":": 64,
12
+ "<ctc_blank>": 0,
13
+ "<pad>": 1,
14
+ "<unk>": 2,
15
+ "?": 35,
16
+ "A": 34,
17
+ "B": 37,
18
+ "C": 38,
19
+ "D": 52,
20
+ "E": 49,
21
+ "F": 43,
22
+ "G": 51,
23
+ "H": 47,
24
+ "I": 40,
25
+ "J": 58,
26
+ "K": 32,
27
+ "L": 46,
28
+ "M": 33,
29
+ "N": 28,
30
+ "O": 55,
31
+ "P": 36,
32
+ "S": 41,
33
+ "T": 50,
34
+ "U": 39,
35
+ "V": 56,
36
+ "W": 53,
37
+ "Y": 30,
38
+ "Z": 48,
39
+ "[PAD]": 67,
40
+ "[UNK]": 68,
41
+ "\\": 65,
42
+ "a": 3,
43
+ "b": 16,
44
+ "c": 20,
45
+ "d": 22,
46
+ "e": 10,
47
+ "f": 26,
48
+ "g": 23,
49
+ "h": 14,
50
+ "i": 5,
51
+ "j": 29,
52
+ "k": 8,
53
+ "l": 12,
54
+ "m": 11,
55
+ "n": 7,
56
+ "o": 9,
57
+ "p": 18,
58
+ "r": 44,
59
+ "s": 19,
60
+ "t": 17,
61
+ "u": 6,
62
+ "v": 27,
63
+ "w": 15,
64
+ "y": 13,
65
+ "z": 21,
66
+ "Ê": 61,
67
+ "ʼ": 54,
68
+ "‌": 69,
69
+ "‍": 70,
70
+ "’": 66,
71
+ "⁄": 62,
72
+ "▁": 4
73
+ }