Jingya HUANG
commited on
Commit
•
c5af7e8
1
Parent(s):
d33f60f
upload
Browse files- .gitattributes +1 -0
- config.json +149 -0
- model.neuron +3 -0
- preprocessor_config.json +9 -0
- special_tokens_map.json +30 -0
- tokenizer_config.json +50 -0
- vocab.json +34 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.neuron filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/tmp/tmp3fvhmf4q",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"adapter_attn_dim": null,
|
5 |
+
"adapter_kernel_size": 3,
|
6 |
+
"adapter_stride": 2,
|
7 |
+
"add_adapter": false,
|
8 |
+
"apply_spec_augment": true,
|
9 |
+
"architectures": [
|
10 |
+
"Wav2Vec2ForAudioFrameClassification"
|
11 |
+
],
|
12 |
+
"attention_dropout": 0.1,
|
13 |
+
"bos_token_id": 1,
|
14 |
+
"classifier_proj_size": 256,
|
15 |
+
"codevector_dim": 256,
|
16 |
+
"contrastive_logits_temperature": 0.1,
|
17 |
+
"conv_bias": false,
|
18 |
+
"conv_dim": [
|
19 |
+
512,
|
20 |
+
512,
|
21 |
+
512,
|
22 |
+
512,
|
23 |
+
512,
|
24 |
+
512,
|
25 |
+
512
|
26 |
+
],
|
27 |
+
"conv_kernel": [
|
28 |
+
10,
|
29 |
+
3,
|
30 |
+
3,
|
31 |
+
3,
|
32 |
+
3,
|
33 |
+
2,
|
34 |
+
2
|
35 |
+
],
|
36 |
+
"conv_stride": [
|
37 |
+
5,
|
38 |
+
2,
|
39 |
+
2,
|
40 |
+
2,
|
41 |
+
2,
|
42 |
+
2,
|
43 |
+
2
|
44 |
+
],
|
45 |
+
"ctc_loss_reduction": "sum",
|
46 |
+
"ctc_zero_infinity": false,
|
47 |
+
"diversity_loss_weight": 0.1,
|
48 |
+
"do_stable_layer_norm": false,
|
49 |
+
"eos_token_id": 2,
|
50 |
+
"feat_extract_activation": "gelu",
|
51 |
+
"feat_extract_norm": "group",
|
52 |
+
"feat_proj_dropout": 0.1,
|
53 |
+
"feat_quantizer_dropout": 0.0,
|
54 |
+
"final_dropout": 0.0,
|
55 |
+
"freeze_feat_extract_train": true,
|
56 |
+
"hidden_act": "gelu",
|
57 |
+
"hidden_dropout": 0.1,
|
58 |
+
"hidden_size": 768,
|
59 |
+
"id2label": {
|
60 |
+
"0": "speaker_0",
|
61 |
+
"1": "speaker_1"
|
62 |
+
},
|
63 |
+
"initializer_range": 0.02,
|
64 |
+
"intermediate_size": 3072,
|
65 |
+
"label2id": {
|
66 |
+
"speaker_0": 0,
|
67 |
+
"speaker_1": 1
|
68 |
+
},
|
69 |
+
"layer_norm_eps": 1e-05,
|
70 |
+
"layerdrop": 0.05,
|
71 |
+
"mask_channel_length": 10,
|
72 |
+
"mask_channel_min_space": 1,
|
73 |
+
"mask_channel_other": 0.0,
|
74 |
+
"mask_channel_prob": 0.0,
|
75 |
+
"mask_channel_selection": "static",
|
76 |
+
"mask_feature_length": 10,
|
77 |
+
"mask_feature_min_masks": 0,
|
78 |
+
"mask_feature_prob": 0.0,
|
79 |
+
"mask_time_length": 10,
|
80 |
+
"mask_time_min_masks": 2,
|
81 |
+
"mask_time_min_space": 1,
|
82 |
+
"mask_time_other": 0.0,
|
83 |
+
"mask_time_prob": 0.05,
|
84 |
+
"mask_time_selection": "static",
|
85 |
+
"model_type": "wav2vec2",
|
86 |
+
"neuron": {
|
87 |
+
"auto_cast": "matmul",
|
88 |
+
"auto_cast_type": "bf16",
|
89 |
+
"compiler_type": "neuronx-cc",
|
90 |
+
"compiler_version": "2.13.66.0+6dfecc895",
|
91 |
+
"disable_fallback": false,
|
92 |
+
"disable_fast_relayout": false,
|
93 |
+
"dynamic_batch_size": false,
|
94 |
+
"inline_weights_to_neff": true,
|
95 |
+
"input_names": [
|
96 |
+
"input_values"
|
97 |
+
],
|
98 |
+
"model_type": "wav2vec2",
|
99 |
+
"optlevel": "2",
|
100 |
+
"output_attentions": false,
|
101 |
+
"output_hidden_states": false,
|
102 |
+
"output_names": [
|
103 |
+
"logits"
|
104 |
+
],
|
105 |
+
"static_audio_sequence_length": 100000,
|
106 |
+
"static_batch_size": 1
|
107 |
+
},
|
108 |
+
"no_mask_channel_overlap": false,
|
109 |
+
"no_mask_time_overlap": false,
|
110 |
+
"num_adapter_layers": 3,
|
111 |
+
"num_attention_heads": 12,
|
112 |
+
"num_codevector_groups": 2,
|
113 |
+
"num_codevectors_per_group": 320,
|
114 |
+
"num_conv_pos_embedding_groups": 16,
|
115 |
+
"num_conv_pos_embeddings": 128,
|
116 |
+
"num_feat_extract_layers": 7,
|
117 |
+
"num_hidden_layers": 12,
|
118 |
+
"num_negatives": 100,
|
119 |
+
"output_hidden_size": 768,
|
120 |
+
"pad_token_id": 0,
|
121 |
+
"proj_codevector_dim": 256,
|
122 |
+
"task": "audio-frame-classification",
|
123 |
+
"tdnn_dilation": [
|
124 |
+
1,
|
125 |
+
2,
|
126 |
+
3,
|
127 |
+
1,
|
128 |
+
1
|
129 |
+
],
|
130 |
+
"tdnn_dim": [
|
131 |
+
512,
|
132 |
+
512,
|
133 |
+
512,
|
134 |
+
512,
|
135 |
+
1500
|
136 |
+
],
|
137 |
+
"tdnn_kernel": [
|
138 |
+
5,
|
139 |
+
3,
|
140 |
+
3,
|
141 |
+
1,
|
142 |
+
1
|
143 |
+
],
|
144 |
+
"torchscript": true,
|
145 |
+
"transformers_version": "4.41.1",
|
146 |
+
"use_weighted_layer_sum": true,
|
147 |
+
"vocab_size": 32,
|
148 |
+
"xvector_output_dim": 512
|
149 |
+
}
|
model.neuron
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5682e1ea376b02f277932b280b0ea844edcb3da0d8bfe36e4da6b6403bd2c4a
|
3 |
+
size 153227063
|
preprocessor_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": false,
|
3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"padding_side": "right",
|
6 |
+
"padding_value": 0.0,
|
7 |
+
"return_attention_mask": true,
|
8 |
+
"sampling_rate": 16000
|
9 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": true,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": true,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": true,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": true,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<pad>",
|
18 |
+
"lstrip": true,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": true,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": true,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": true,
|
38 |
+
"do_lower_case": false,
|
39 |
+
"do_normalize": true,
|
40 |
+
"eos_token": "</s>",
|
41 |
+
"model_max_length": 1000000000000000019884624838656,
|
42 |
+
"pad_token": "<pad>",
|
43 |
+
"processor_class": "Wav2Vec2Processor",
|
44 |
+
"replace_word_delimiter_char": " ",
|
45 |
+
"return_attention_mask": true,
|
46 |
+
"target_lang": null,
|
47 |
+
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
48 |
+
"unk_token": "<unk>",
|
49 |
+
"word_delimiter_token": "|"
|
50 |
+
}
|
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 |
+
}
|