Holonium27 commited on
Commit
c7fa55b
1 Parent(s): 2f33138

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ntu-spml/distilhubert",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": false,
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_norm": "group",
45
+ "feat_proj_dropout": 0.0,
46
+ "feat_proj_layer_norm": false,
47
+ "final_dropout": 0.0,
48
+ "hidden_act": "gelu",
49
+ "hidden_dropout": 0.1,
50
+ "hidden_size": 768,
51
+ "id2label": {
52
+ "0": "LABEL_0",
53
+ "1": "LABEL_1",
54
+ "2": "LABEL_2",
55
+ "3": "LABEL_3",
56
+ "4": "LABEL_4",
57
+ "5": "LABEL_5",
58
+ "6": "LABEL_6",
59
+ "7": "LABEL_7",
60
+ "8": "LABEL_8",
61
+ "9": "LABEL_9",
62
+ "10": "LABEL_10",
63
+ "11": "LABEL_11",
64
+ "12": "LABEL_12",
65
+ "13": "LABEL_13",
66
+ "14": "LABEL_14",
67
+ "15": "LABEL_15",
68
+ "16": "LABEL_16",
69
+ "17": "LABEL_17",
70
+ "18": "LABEL_18",
71
+ "19": "LABEL_19"
72
+ },
73
+ "initializer_range": 0.02,
74
+ "intermediate_size": 3072,
75
+ "label2id": {
76
+ "LABEL_0": 0,
77
+ "LABEL_1": 1,
78
+ "LABEL_10": 10,
79
+ "LABEL_11": 11,
80
+ "LABEL_12": 12,
81
+ "LABEL_13": 13,
82
+ "LABEL_14": 14,
83
+ "LABEL_15": 15,
84
+ "LABEL_16": 16,
85
+ "LABEL_17": 17,
86
+ "LABEL_18": 18,
87
+ "LABEL_19": 19,
88
+ "LABEL_2": 2,
89
+ "LABEL_3": 3,
90
+ "LABEL_4": 4,
91
+ "LABEL_5": 5,
92
+ "LABEL_6": 6,
93
+ "LABEL_7": 7,
94
+ "LABEL_8": 8,
95
+ "LABEL_9": 9
96
+ },
97
+ "layer_norm_eps": 1e-05,
98
+ "layerdrop": 0.0,
99
+ "mask_feature_length": 10,
100
+ "mask_feature_min_masks": 0,
101
+ "mask_feature_prob": 0.0,
102
+ "mask_time_length": 10,
103
+ "mask_time_min_masks": 2,
104
+ "mask_time_prob": 0.05,
105
+ "model_type": "hubert",
106
+ "num_attention_heads": 12,
107
+ "num_conv_pos_embedding_groups": 16,
108
+ "num_conv_pos_embeddings": 128,
109
+ "num_feat_extract_layers": 7,
110
+ "num_hidden_layers": 2,
111
+ "pad_token_id": 0,
112
+ "torch_dtype": "float32",
113
+ "transformers_version": "4.33.0",
114
+ "use_weighted_layer_sum": false,
115
+ "vocab_size": 32
116
+ }
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": 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:0270416e2ce4d1ecbc392421eb0b64c9384e19568ba91bbcb11869c3a7fc1efe
3
+ size 94793680
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:301b2ccae181967870a48565d16d7633ceb8e58b8f3df28b55ea12064689ec06
3
+ size 4091