AigizK commited on
Commit
7739934
1 Parent(s): 3f6e999
Files changed (3) hide show
  1. config.json +31 -2
  2. pytorch_model.bin +1 -1
  3. training_args.bin +2 -2
config.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
  "_name_or_path": "facebook/wav2vec2-xls-r-300m",
3
  "activation_dropout": 0.055,
 
 
 
4
  "apply_spec_augment": true,
5
  "architectures": [
6
  "Wav2Vec2ForCTC"
@@ -58,10 +61,13 @@
58
  "layer_norm_eps": 1e-05,
59
  "layerdrop": 0.041,
60
  "mask_feature_length": 10,
 
61
  "mask_feature_prob": 0.0,
62
  "mask_time_length": 10,
 
63
  "mask_time_prob": 0.4,
64
  "model_type": "wav2vec2",
 
65
  "num_attention_heads": 16,
66
  "num_codevector_groups": 2,
67
  "num_codevectors_per_group": 320,
@@ -70,10 +76,33 @@
70
  "num_feat_extract_layers": 7,
71
  "num_hidden_layers": 24,
72
  "num_negatives": 100,
 
73
  "pad_token_id": 38,
74
  "proj_codevector_dim": 768,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  "torch_dtype": "float32",
76
- "transformers_version": "4.11.3",
77
  "use_weighted_layer_sum": false,
78
- "vocab_size": 41
 
79
  }
1
  {
2
  "_name_or_path": "facebook/wav2vec2-xls-r-300m",
3
  "activation_dropout": 0.055,
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
  "apply_spec_augment": true,
8
  "architectures": [
9
  "Wav2Vec2ForCTC"
61
  "layer_norm_eps": 1e-05,
62
  "layerdrop": 0.041,
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.4,
69
  "model_type": "wav2vec2",
70
+ "num_adapter_layers": 3,
71
  "num_attention_heads": 16,
72
  "num_codevector_groups": 2,
73
  "num_codevectors_per_group": 320,
76
  "num_feat_extract_layers": 7,
77
  "num_hidden_layers": 24,
78
  "num_negatives": 100,
79
+ "output_hidden_size": 1024,
80
  "pad_token_id": 38,
81
  "proj_codevector_dim": 768,
82
+ "tdnn_dilation": [
83
+ 1,
84
+ 2,
85
+ 3,
86
+ 1,
87
+ 1
88
+ ],
89
+ "tdnn_dim": [
90
+ 512,
91
+ 512,
92
+ 512,
93
+ 512,
94
+ 1500
95
+ ],
96
+ "tdnn_kernel": [
97
+ 5,
98
+ 3,
99
+ 3,
100
+ 1,
101
+ 1
102
+ ],
103
  "torch_dtype": "float32",
104
+ "transformers_version": "4.16.1",
105
  "use_weighted_layer_sum": false,
106
+ "vocab_size": 41,
107
+ "xvector_output_dim": 512
108
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80fb9a33792275409933c0e0dd58a80a5738a44784b8ad5b2d5d7bdddadd0992
3
  size 1262091761
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0f669e4d738fbb52242e30e2a804595460778b5afd8784b8d8a4876025601e6
3
  size 1262091761
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2dde1472c46d20edf889a420666ead256e4dfd14ae79e82fb9e458b5122f4ff8
3
- size 2863
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91fff6e217226fab63b0b117587d18515a1d4e44ab9622a6fb4fa01a4fa1905b
3
+ size 3055