Bedru commited on
Commit
93e2eb1
·
verified ·
1 Parent(s): e50c3e7

Training in progress, step 31

Browse files
Files changed (3) hide show
  1. config.json +127 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-base",
3
+ "activation_dropout": 0.0,
4
+ "adapter_act": "relu",
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": true,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2Vec2BertForCTC"
11
+ ],
12
+ "attention_dropout": 0.0,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 768,
15
+ "codevector_dim": 256,
16
+ "conformer_conv_dropout": 0.1,
17
+ "contrastive_logits_temperature": 0.1,
18
+ "conv_bias": false,
19
+ "conv_depthwise_kernel_size": 31,
20
+ "conv_dim": [
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512,
26
+ 512,
27
+ 512
28
+ ],
29
+ "conv_kernel": [
30
+ 10,
31
+ 3,
32
+ 3,
33
+ 3,
34
+ 3,
35
+ 2,
36
+ 2
37
+ ],
38
+ "conv_stride": [
39
+ 5,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2,
44
+ 2,
45
+ 2
46
+ ],
47
+ "ctc_loss_reduction": "mean",
48
+ "ctc_zero_infinity": false,
49
+ "diversity_loss_weight": 0.1,
50
+ "do_stable_layer_norm": false,
51
+ "eos_token_id": 2,
52
+ "feat_extract_activation": "gelu",
53
+ "feat_extract_norm": "group",
54
+ "feat_proj_dropout": 0.0,
55
+ "feat_quantizer_dropout": 0.0,
56
+ "feature_projection_input_dim": 160,
57
+ "final_dropout": 0.0,
58
+ "freeze_feat_extract_train": true,
59
+ "hidden_act": "gelu",
60
+ "hidden_dropout": 0.0,
61
+ "hidden_size": 768,
62
+ "initializer_range": 0.02,
63
+ "intermediate_size": 3072,
64
+ "layer_norm_eps": 1e-05,
65
+ "layerdrop": 0.0,
66
+ "left_max_position_embeddings": 64,
67
+ "mask_channel_length": 10,
68
+ "mask_channel_min_space": 1,
69
+ "mask_channel_other": 0.0,
70
+ "mask_channel_prob": 0.0,
71
+ "mask_channel_selection": "static",
72
+ "mask_feature_length": 10,
73
+ "mask_feature_min_masks": 0,
74
+ "mask_feature_prob": 0.0,
75
+ "mask_time_length": 10,
76
+ "mask_time_min_masks": 2,
77
+ "mask_time_min_space": 1,
78
+ "mask_time_other": 0.0,
79
+ "mask_time_prob": 0.0,
80
+ "mask_time_selection": "static",
81
+ "max_source_positions": 5000,
82
+ "model_type": "wav2vec2-bert",
83
+ "no_mask_channel_overlap": false,
84
+ "no_mask_time_overlap": false,
85
+ "num_adapter_layers": 1,
86
+ "num_attention_heads": 12,
87
+ "num_codevector_groups": 2,
88
+ "num_codevectors_per_group": 320,
89
+ "num_conv_pos_embedding_groups": 16,
90
+ "num_conv_pos_embeddings": 128,
91
+ "num_feat_extract_layers": 7,
92
+ "num_hidden_layers": 12,
93
+ "num_negatives": 100,
94
+ "output_hidden_size": 768,
95
+ "pad_token_id": 302,
96
+ "position_embeddings_type": "relative_key",
97
+ "proj_codevector_dim": 256,
98
+ "right_max_position_embeddings": 8,
99
+ "rotary_embedding_base": 10000,
100
+ "tdnn_dilation": [
101
+ 1,
102
+ 2,
103
+ 3,
104
+ 1,
105
+ 1
106
+ ],
107
+ "tdnn_dim": [
108
+ 512,
109
+ 512,
110
+ 512,
111
+ 512,
112
+ 1500
113
+ ],
114
+ "tdnn_kernel": [
115
+ 5,
116
+ 3,
117
+ 3,
118
+ 1,
119
+ 1
120
+ ],
121
+ "torch_dtype": "float32",
122
+ "transformers_version": "4.48.3",
123
+ "use_intermediate_ffn_before_adapter": false,
124
+ "use_weighted_layer_sum": false,
125
+ "vocab_size": 305,
126
+ "xvector_output_dim": 512
127
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46bbcad704120abac2c357cb34015d8c3c8c9299835d95f6385e5050abd4c6a2
3
+ size 711659860
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca98e5681b1633838c36b47d99fdd2cccefc4fb26f83e1e46092748fa1188ab4
3
+ size 5304