mazkooleg commited on
Commit
0faf9e5
1 Parent(s): c9320d6

End of training

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +104 -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,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "other",
53
+ "1": "digit"
54
+ },
55
+ "initializer_range": 0.02,
56
+ "intermediate_size": 3072,
57
+ "label2id": {
58
+ "digit": 1,
59
+ "other": 0
60
+ },
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.1,
63
+ "mask_feature_length": 10,
64
+ "mask_feature_min_masks": 0,
65
+ "mask_feature_prob": 0.0,
66
+ "mask_time_length": 10,
67
+ "mask_time_min_masks": 2,
68
+ "mask_time_prob": 0.05,
69
+ "model_type": "data2vec-audio",
70
+ "num_adapter_layers": 3,
71
+ "num_attention_heads": 12,
72
+ "num_conv_pos_embedding_groups": 16,
73
+ "num_conv_pos_embeddings": 5,
74
+ "num_feat_extract_layers": 7,
75
+ "num_hidden_layers": 12,
76
+ "output_hidden_size": 768,
77
+ "pad_token_id": 0,
78
+ "tdnn_dilation": [
79
+ 1,
80
+ 2,
81
+ 3,
82
+ 1,
83
+ 1
84
+ ],
85
+ "tdnn_dim": [
86
+ 512,
87
+ 512,
88
+ 512,
89
+ 512,
90
+ 1500
91
+ ],
92
+ "tdnn_kernel": [
93
+ 5,
94
+ 3,
95
+ 3,
96
+ 1,
97
+ 1
98
+ ],
99
+ "torch_dtype": "float32",
100
+ "transformers_version": "4.28.1",
101
+ "use_weighted_layer_sum": false,
102
+ "vocab_size": 32,
103
+ "xvector_output_dim": 512
104
+ }
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:89fb1d49d28a5a43c5d6927bd9dcf28cd115366fc34b4a34696a6340ad9761f9
3
+ size 373525557
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ae86fa34fa1171b63af3e684c1f086614d238b5ac6e98474955c60d1ed66133
3
+ size 3643