mazkooleg commited on
Commit
9b0f341
1 Parent(s): d1b6ba7

End of training

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +124 -0
  3. preprocessor_config.json +10 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/data2vec-audio-base-960h",
3
+ "activation_dropout": 0.1,
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
+ "architectures": [
8
+ "Data2VecAudioForSequenceClassification"
9
+ ],
10
+ "attention_dropout": 0.1,
11
+ "bos_token_id": 1,
12
+ "classifier_proj_size": 256,
13
+ "conv_bias": false,
14
+ "conv_dim": [
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512,
20
+ 512,
21
+ 512
22
+ ],
23
+ "conv_kernel": [
24
+ 10,
25
+ 3,
26
+ 3,
27
+ 3,
28
+ 3,
29
+ 2,
30
+ 2
31
+ ],
32
+ "conv_pos_kernel_size": 19,
33
+ "conv_stride": [
34
+ 5,
35
+ 2,
36
+ 2,
37
+ 2,
38
+ 2,
39
+ 2,
40
+ 2
41
+ ],
42
+ "ctc_loss_reduction": "sum",
43
+ "ctc_zero_infinity": false,
44
+ "eos_token_id": 2,
45
+ "feat_extract_activation": "gelu",
46
+ "feat_proj_dropout": 0.0,
47
+ "final_dropout": 0.1,
48
+ "hidden_act": "gelu",
49
+ "hidden_dropout": 0.1,
50
+ "hidden_size": 768,
51
+ "id2label": {
52
+ "0": "zero",
53
+ "1": "one",
54
+ "10": "#unk#",
55
+ "11": "#pub#",
56
+ "2": "two",
57
+ "3": "three",
58
+ "4": "four",
59
+ "5": "five",
60
+ "6": "six",
61
+ "7": "seven",
62
+ "8": "eight",
63
+ "9": "nine"
64
+ },
65
+ "initializer_range": 0.02,
66
+ "intermediate_size": 3072,
67
+ "label2id": {
68
+ "#pub#": 11,
69
+ "#unk#": 10,
70
+ "eight": 8,
71
+ "five": 5,
72
+ "four": 4,
73
+ "nine": 9,
74
+ "one": 1,
75
+ "seven": 7,
76
+ "six": 6,
77
+ "three": 3,
78
+ "two": 2,
79
+ "zero": 0
80
+ },
81
+ "layer_norm_eps": 1e-05,
82
+ "layerdrop": 0.1,
83
+ "mask_feature_length": 10,
84
+ "mask_feature_min_masks": 0,
85
+ "mask_feature_prob": 0.0,
86
+ "mask_time_length": 10,
87
+ "mask_time_min_masks": 2,
88
+ "mask_time_prob": 0.05,
89
+ "model_type": "data2vec-audio",
90
+ "num_adapter_layers": 3,
91
+ "num_attention_heads": 12,
92
+ "num_conv_pos_embedding_groups": 16,
93
+ "num_conv_pos_embeddings": 5,
94
+ "num_feat_extract_layers": 7,
95
+ "num_hidden_layers": 12,
96
+ "output_hidden_size": 768,
97
+ "pad_token_id": 0,
98
+ "tdnn_dilation": [
99
+ 1,
100
+ 2,
101
+ 3,
102
+ 1,
103
+ 1
104
+ ],
105
+ "tdnn_dim": [
106
+ 512,
107
+ 512,
108
+ 512,
109
+ 512,
110
+ 1500
111
+ ],
112
+ "tdnn_kernel": [
113
+ 5,
114
+ 3,
115
+ 3,
116
+ 1,
117
+ 1
118
+ ],
119
+ "torch_dtype": "float32",
120
+ "transformers_version": "4.26.1",
121
+ "use_weighted_layer_sum": false,
122
+ "vocab_size": 32,
123
+ "xvector_output_dim": 512
124
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c4246ff930149ee1e87fcf23fabd6cd5b7f566c7a7d7ecd66b80b3e816a9746
3
+ size 373533805
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c250b5bca01b8d357a0e1316a980170999de41f8935c6e0ba240d04299dba5fc
3
+ size 3503