Xenova HF staff commited on
Commit
27f732b
·
verified ·
1 Parent(s): 4584f42

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "hf-internal-testing/tiny-random-SEWDForCTC",
4
+ "activation_dropout": 0.1,
5
+ "apply_spec_augment": true,
6
+ "architectures": [
7
+ "SEWDForCTC"
8
+ ],
9
+ "attention_dropout": 0.1,
10
+ "bos_token_id": 1,
11
+ "classifier_proj_size": 256,
12
+ "conv_bias": false,
13
+ "conv_dim": [
14
+ 64,
15
+ 32,
16
+ 32
17
+ ],
18
+ "conv_kernel": [
19
+ 10,
20
+ 3,
21
+ 1
22
+ ],
23
+ "conv_stride": [
24
+ 5,
25
+ 2,
26
+ 1
27
+ ],
28
+ "ctc_loss_reduction": "mean",
29
+ "ctc_zero_infinity": false,
30
+ "eos_token_id": 2,
31
+ "feat_extract_activation": "gelu",
32
+ "feat_extract_dropout": 0.0,
33
+ "feat_extract_norm": "group",
34
+ "feat_proj_dropout": 0.0,
35
+ "feature_layer_norm_eps": 1e-05,
36
+ "final_dropout": 0.1,
37
+ "hidden_act": "gelu",
38
+ "hidden_dropout": 0.1,
39
+ "hidden_size": 32,
40
+ "initializer_range": 0.02,
41
+ "intermediate_size": 20,
42
+ "layer_norm_eps": 1e-05,
43
+ "layerdrop": 0.1,
44
+ "mask_feature_length": 10,
45
+ "mask_feature_min_masks": 0,
46
+ "mask_feature_prob": 0.0,
47
+ "mask_time_length": 10,
48
+ "mask_time_min_masks": 2,
49
+ "mask_time_prob": 0.05,
50
+ "max_position_embeddings": 512,
51
+ "model_type": "sew-d",
52
+ "norm_rel_ebd": "layer_norm",
53
+ "num_attention_heads": 2,
54
+ "num_conv_pos_embedding_groups": 2,
55
+ "num_conv_pos_embeddings": 31,
56
+ "num_feat_extract_layers": 3,
57
+ "num_hidden_layers": 4,
58
+ "pad_token_id": 0,
59
+ "pos_att_type": [
60
+ "p2c",
61
+ "c2p"
62
+ ],
63
+ "position_biased_input": false,
64
+ "position_buckets": 256,
65
+ "relative_attention": true,
66
+ "share_att_key": true,
67
+ "squeeze_factor": 2,
68
+ "transformers_version": "4.48.2",
69
+ "use_weighted_layer_sum": false,
70
+ "vocab_size": 32
71
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33b192ef0007d839d57f3f3f5686c37b511a80a70f0d8877bb89983ad61dfb5e
3
+ size 612728
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": false,
8
+ "sampling_rate": 16000
9
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "<pad>",
5
+ "unk_token": "<unk>"
6
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<pad>",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "1": {
12
+ "content": "<s>",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": true,
22
+ "normalized": false,
23
+ "rstrip": true,
24
+ "single_word": false,
25
+ "special": false
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": true,
30
+ "normalized": false,
31
+ "rstrip": true,
32
+ "single_word": false,
33
+ "special": false
34
+ }
35
+ },
36
+ "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": false,
38
+ "do_lower_case": false,
39
+ "do_normalize": true,
40
+ "eos_token": "</s>",
41
+ "extra_special_tokens": {},
42
+ "model_max_length": 512,
43
+ "pad_token": "<pad>",
44
+ "processor_class": "Wav2Vec2Processor",
45
+ "replace_word_delimiter_char": " ",
46
+ "return_attention_mask": false,
47
+ "target_lang": null,
48
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
49
+ "unk_token": "<unk>",
50
+ "word_delimiter_token": "|"
51
+ }
vocab.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "'": 27,
3
+ "</s>": 2,
4
+ "<pad>": 0,
5
+ "<s>": 1,
6
+ "<unk>": 3,
7
+ "A": 7,
8
+ "B": 24,
9
+ "C": 19,
10
+ "D": 14,
11
+ "E": 5,
12
+ "F": 20,
13
+ "G": 21,
14
+ "H": 11,
15
+ "I": 10,
16
+ "J": 29,
17
+ "K": 26,
18
+ "L": 15,
19
+ "M": 17,
20
+ "N": 9,
21
+ "O": 8,
22
+ "P": 23,
23
+ "Q": 30,
24
+ "R": 13,
25
+ "S": 12,
26
+ "T": 6,
27
+ "U": 16,
28
+ "V": 25,
29
+ "W": 18,
30
+ "X": 28,
31
+ "Y": 22,
32
+ "Z": 31,
33
+ "|": 4
34
+ }