Xenova HF staff commited on
Commit
f6c1cac
·
verified ·
1 Parent(s): 2ad2554

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "hf-internal-testing/tiny-random-HubertModel",
4
+ "activation_dropout": 0.1,
5
+ "apply_spec_augment": true,
6
+ "architectures": [
7
+ "HubertModel"
8
+ ],
9
+ "attention_dropout": 0.1,
10
+ "bos_token_id": 1,
11
+ "classifier_proj_size": 256,
12
+ "conv_bias": false,
13
+ "conv_dim": [
14
+ 32,
15
+ 32,
16
+ 32
17
+ ],
18
+ "conv_kernel": [
19
+ 8,
20
+ 8,
21
+ 8
22
+ ],
23
+ "conv_pos_batch_norm": false,
24
+ "conv_stride": [
25
+ 4,
26
+ 4,
27
+ 4
28
+ ],
29
+ "ctc_loss_reduction": "sum",
30
+ "ctc_zero_infinity": false,
31
+ "do_stable_layer_norm": false,
32
+ "eos_token_id": 2,
33
+ "feat_extract_activation": "gelu",
34
+ "feat_extract_dropout": 0.0,
35
+ "feat_extract_norm": "group",
36
+ "feat_proj_dropout": 0.0,
37
+ "feat_proj_layer_norm": true,
38
+ "final_dropout": 0.1,
39
+ "hidden_act": "gelu",
40
+ "hidden_dropout": 0.1,
41
+ "hidden_dropout_prob": 0.1,
42
+ "hidden_size": 16,
43
+ "initializer_range": 0.02,
44
+ "intermediate_size": 20,
45
+ "layer_norm_eps": 1e-05,
46
+ "layerdrop": 0.1,
47
+ "mask_feature_length": 10,
48
+ "mask_feature_min_masks": 0,
49
+ "mask_feature_prob": 0.0,
50
+ "mask_time_length": 10,
51
+ "mask_time_min_masks": 2,
52
+ "mask_time_prob": 0.05,
53
+ "model_type": "hubert",
54
+ "num_attention_heads": 2,
55
+ "num_conv_pos_embedding_groups": 2,
56
+ "num_conv_pos_embeddings": 16,
57
+ "num_feat_extract_layers": 3,
58
+ "num_hidden_layers": 4,
59
+ "pad_token_id": 0,
60
+ "transformers_version": "4.48.2",
61
+ "use_weighted_layer_sum": false,
62
+ "vocab_size": 32
63
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dab199c46a76979b627052b2b7bf32d2ec0180b942971e993f6e92e679610ead
3
+ size 192076
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": 9223372036854775807,
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
+ }