Nithiwat commited on
Commit
c8ce627
1 Parent(s): 34dc7a8

wav2vec2phoneme

Browse files
config.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
  "_name_or_path": "facebook/wav2vec2-xls-r-300m",
3
  "activation_dropout": 0.0,
 
 
 
4
  "apply_spec_augment": true,
5
  "architectures": [
6
  "Wav2Vec2ForCTC"
@@ -58,10 +61,13 @@
58
  "layer_norm_eps": 1e-05,
59
  "layerdrop": 0.0,
60
  "mask_feature_length": 10,
 
61
  "mask_feature_prob": 0.0,
62
  "mask_time_length": 10,
 
63
  "mask_time_prob": 0.05,
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": 39,
 
74
  "proj_codevector_dim": 768,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  "torch_dtype": "float32",
76
- "transformers_version": "4.11.3",
77
  "use_weighted_layer_sum": false,
78
- "vocab_size": 42
 
79
  }
 
1
  {
2
  "_name_or_path": "facebook/wav2vec2-xls-r-300m",
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
  "Wav2Vec2ForCTC"
 
61
  "layer_norm_eps": 1e-05,
62
  "layerdrop": 0.0,
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": "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": 40,
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.25.1",
105
  "use_weighted_layer_sum": false,
106
+ "vocab_size": 43,
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:1fb9924849e3630318024b183b7e1bedf1ef24f2c800bb9710c4f44e79d82e0e
3
- size 1262095857
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bea138120341524c31a48a317b1c3f14d95ebff52ecaca81985931b040d593f0
3
+ size 1262074993
runs/Jan05_16-49-01_2c6452112e5c/1672937773.4291933/events.out.tfevents.1672937773.2c6452112e5c.3203.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5593ac722bc878cac640897b415a4986281beb89ef1901ea2989abdeda21c6d1
3
+ size 5531
runs/Jan05_16-49-01_2c6452112e5c/events.out.tfevents.1672937773.2c6452112e5c.3203.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4adc9bb749dd1464ef082071d9a10cf8b88dec3ccccf6c0a35212341302d7c7
3
+ size 5515
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1108df46559660dd07e70c3be722df29046456485a87a8f9f8db08ac82bfe548
3
- size 2799
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cc3a50c7d3fde6950d0958a54bd4d60b864103f144b186b7d018cb1bf380b3a
3
+ size 3375