shiftxie commited on
Commit
dff4055
1 Parent(s): 760089a

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
  "_name_or_path": "facebook/wav2vec2-base",
3
  "activation_dropout": 0.0,
 
 
 
4
  "apply_spec_augment": true,
5
  "architectures": [
6
  "Wav2Vec2ForSequenceClassification"
@@ -94,8 +97,10 @@
94
  "mask_channel_prob": 0.0,
95
  "mask_channel_selection": "static",
96
  "mask_feature_length": 10,
 
97
  "mask_feature_prob": 0.0,
98
  "mask_time_length": 10,
 
99
  "mask_time_min_space": 1,
100
  "mask_time_other": 0.0,
101
  "mask_time_prob": 0.05,
@@ -103,6 +108,7 @@
103
  "model_type": "wav2vec2",
104
  "no_mask_channel_overlap": false,
105
  "no_mask_time_overlap": false,
 
106
  "num_attention_heads": 12,
107
  "num_codevector_groups": 2,
108
  "num_codevectors_per_group": 320,
@@ -111,10 +117,33 @@
111
  "num_feat_extract_layers": 7,
112
  "num_hidden_layers": 12,
113
  "num_negatives": 100,
 
114
  "pad_token_id": 0,
115
  "proj_codevector_dim": 256,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  "torch_dtype": "float32",
117
- "transformers_version": "4.11.3",
118
  "use_weighted_layer_sum": false,
119
- "vocab_size": 32
 
120
  }
 
1
  {
2
  "_name_or_path": "facebook/wav2vec2-base",
3
  "activation_dropout": 0.0,
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
  "apply_spec_augment": true,
8
  "architectures": [
9
  "Wav2Vec2ForSequenceClassification"
 
97
  "mask_channel_prob": 0.0,
98
  "mask_channel_selection": "static",
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_min_space": 1,
105
  "mask_time_other": 0.0,
106
  "mask_time_prob": 0.05,
 
108
  "model_type": "wav2vec2",
109
  "no_mask_channel_overlap": false,
110
  "no_mask_time_overlap": false,
111
+ "num_adapter_layers": 3,
112
  "num_attention_heads": 12,
113
  "num_codevector_groups": 2,
114
  "num_codevectors_per_group": 320,
 
117
  "num_feat_extract_layers": 7,
118
  "num_hidden_layers": 12,
119
  "num_negatives": 100,
120
+ "output_hidden_size": 768,
121
  "pad_token_id": 0,
122
  "proj_codevector_dim": 256,
123
+ "tdnn_dilation": [
124
+ 1,
125
+ 2,
126
+ 3,
127
+ 1,
128
+ 1
129
+ ],
130
+ "tdnn_dim": [
131
+ 512,
132
+ 512,
133
+ 512,
134
+ 512,
135
+ 1500
136
+ ],
137
+ "tdnn_kernel": [
138
+ 5,
139
+ 3,
140
+ 3,
141
+ 1,
142
+ 1
143
+ ],
144
  "torch_dtype": "float32",
145
+ "transformers_version": "4.26.1",
146
  "use_weighted_layer_sum": false,
147
+ "vocab_size": 32,
148
+ "xvector_output_dim": 512
149
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:868b197011de3dfa26ff7762c704629598f42d6bd64bb02bbb37237f285fd731
3
- size 378372905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:746edbbe072772311d8ab9f83aa328629e5c7c47ffa97de8571fb5a11de32d15
3
+ size 378363174
runs/Feb26_13-31-28_80b1f7ef0e98/1708954385.5921586/events.out.tfevents.1708954385.80b1f7ef0e98.1343.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6097f78eb9b29be98121ce0d2633eecc491af4c225765c6349376a2f69efc61
3
+ size 5713
runs/Feb26_13-31-28_80b1f7ef0e98/events.out.tfevents.1708954385.80b1f7ef0e98.1343.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f61c4b3b8b3ac8ee150221834b58ff0b729676e6fb4f7f7b260b6332ecb37bc7
3
+ size 6601
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6888b533df7c357ca566bf5e677cbbc603b7b0a5c86caccd3d49027ef1de427b
3
- size 2875
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:023a8af8579ca932f58572ddde597980eff53873db1180f37542955b6e5ea8e4
3
+ size 3960