speech-test
commited on
Commit
•
b5baf57
1
Parent(s):
a91d704
Upload model
Browse files- config.json +125 -0
- preprocessor_config.json +9 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/hubert-base-ls960",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
+
"apply_spec_augment": true,
|
5 |
+
"architectures": [
|
6 |
+
"HubertForSequenceClassification"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.1,
|
9 |
+
"bos_token_id": 1,
|
10 |
+
"classifier_proj_size": 256,
|
11 |
+
"conv_bias": false,
|
12 |
+
"conv_dim": [
|
13 |
+
512,
|
14 |
+
512,
|
15 |
+
512,
|
16 |
+
512,
|
17 |
+
512,
|
18 |
+
512,
|
19 |
+
512
|
20 |
+
],
|
21 |
+
"conv_kernel": [
|
22 |
+
10,
|
23 |
+
3,
|
24 |
+
3,
|
25 |
+
3,
|
26 |
+
3,
|
27 |
+
2,
|
28 |
+
2
|
29 |
+
],
|
30 |
+
"conv_stride": [
|
31 |
+
5,
|
32 |
+
2,
|
33 |
+
2,
|
34 |
+
2,
|
35 |
+
2,
|
36 |
+
2,
|
37 |
+
2
|
38 |
+
],
|
39 |
+
"ctc_loss_reduction": "sum",
|
40 |
+
"ctc_zero_infinity": false,
|
41 |
+
"do_stable_layer_norm": false,
|
42 |
+
"eos_token_id": 2,
|
43 |
+
"feat_extract_activation": "gelu",
|
44 |
+
"feat_extract_dropout": 0.0,
|
45 |
+
"feat_extract_norm": "group",
|
46 |
+
"feat_proj_dropout": 0.1,
|
47 |
+
"final_dropout": 0.1,
|
48 |
+
"gradient_checkpointing": false,
|
49 |
+
"hidden_act": "gelu",
|
50 |
+
"hidden_dropout": 0.1,
|
51 |
+
"hidden_dropout_prob": 0.1,
|
52 |
+
"hidden_size": 768,
|
53 |
+
"id2label": {
|
54 |
+
"0": "LABEL_0",
|
55 |
+
"1": "LABEL_1",
|
56 |
+
"2": "LABEL_2",
|
57 |
+
"3": "LABEL_3",
|
58 |
+
"4": "LABEL_4",
|
59 |
+
"5": "LABEL_5",
|
60 |
+
"6": "LABEL_6",
|
61 |
+
"7": "LABEL_7",
|
62 |
+
"8": "LABEL_8",
|
63 |
+
"9": "LABEL_9",
|
64 |
+
"10": "LABEL_10",
|
65 |
+
"11": "LABEL_11",
|
66 |
+
"12": "LABEL_12",
|
67 |
+
"13": "LABEL_13",
|
68 |
+
"14": "LABEL_14",
|
69 |
+
"15": "LABEL_15",
|
70 |
+
"16": "LABEL_16",
|
71 |
+
"17": "LABEL_17",
|
72 |
+
"18": "LABEL_18",
|
73 |
+
"19": "LABEL_19",
|
74 |
+
"20": "LABEL_20",
|
75 |
+
"21": "LABEL_21",
|
76 |
+
"22": "LABEL_22",
|
77 |
+
"23": "LABEL_23"
|
78 |
+
},
|
79 |
+
"initializer_range": 0.02,
|
80 |
+
"intermediate_size": 3072,
|
81 |
+
"label2id": {
|
82 |
+
"LABEL_0": 0,
|
83 |
+
"LABEL_1": 1,
|
84 |
+
"LABEL_10": 10,
|
85 |
+
"LABEL_11": 11,
|
86 |
+
"LABEL_12": 12,
|
87 |
+
"LABEL_13": 13,
|
88 |
+
"LABEL_14": 14,
|
89 |
+
"LABEL_15": 15,
|
90 |
+
"LABEL_16": 16,
|
91 |
+
"LABEL_17": 17,
|
92 |
+
"LABEL_18": 18,
|
93 |
+
"LABEL_19": 19,
|
94 |
+
"LABEL_2": 2,
|
95 |
+
"LABEL_20": 20,
|
96 |
+
"LABEL_21": 21,
|
97 |
+
"LABEL_22": 22,
|
98 |
+
"LABEL_23": 23,
|
99 |
+
"LABEL_3": 3,
|
100 |
+
"LABEL_4": 4,
|
101 |
+
"LABEL_5": 5,
|
102 |
+
"LABEL_6": 6,
|
103 |
+
"LABEL_7": 7,
|
104 |
+
"LABEL_8": 8,
|
105 |
+
"LABEL_9": 9
|
106 |
+
},
|
107 |
+
"layer_norm_eps": 1e-05,
|
108 |
+
"layerdrop": 0.1,
|
109 |
+
"mask_feature_length": 10,
|
110 |
+
"mask_feature_prob": 0.0,
|
111 |
+
"mask_time_length": 10,
|
112 |
+
"mask_time_prob": 0.05,
|
113 |
+
"model_type": "hubert",
|
114 |
+
"num_attention_heads": 12,
|
115 |
+
"num_conv_pos_embedding_groups": 16,
|
116 |
+
"num_conv_pos_embeddings": 128,
|
117 |
+
"num_feat_extract_layers": 7,
|
118 |
+
"num_hidden_layers": 12,
|
119 |
+
"pad_token_id": 0,
|
120 |
+
"problem_type": "single_label_classification",
|
121 |
+
"torch_dtype": "float32",
|
122 |
+
"transformers_version": "4.10.0.dev0",
|
123 |
+
"use_weighted_layer_sum": true,
|
124 |
+
"vocab_size": 32
|
125 |
+
}
|
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,
|
7 |
+
"return_attention_mask": true,
|
8 |
+
"sampling_rate": 16000
|
9 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea9511104cd59a7acec70d0baed2908eb4c24686970432953e5f9ee03721008b
|
3 |
+
size 378380817
|