reichenbach commited on
Commit
5aa2771
1 Parent(s): 38519d1

Training in progress, step 400

Browse files
config.json CHANGED
@@ -1,11 +1,14 @@
1
  {
2
  "_name_or_path": "facebook/wav2vec2-xls-r-300m",
3
  "activation_dropout": 0.0,
 
 
 
4
  "apply_spec_augment": true,
5
  "architectures": [
6
  "Wav2Vec2ForCTC"
7
  ],
8
- "attention_dropout": 0.25,
9
  "bos_token_id": 1,
10
  "classifier_proj_size": 256,
11
  "codevector_dim": 768,
@@ -46,22 +49,25 @@
46
  "feat_extract_activation": "gelu",
47
  "feat_extract_dropout": 0.0,
48
  "feat_extract_norm": "layer",
49
- "feat_proj_dropout": 0.2,
50
  "feat_quantizer_dropout": 0.0,
51
  "final_dropout": 0.0,
52
  "gradient_checkpointing": false,
53
  "hidden_act": "gelu",
54
- "hidden_dropout": 0.32,
55
  "hidden_size": 1024,
56
  "initializer_range": 0.02,
57
  "intermediate_size": 4096,
58
  "layer_norm_eps": 1e-05,
59
- "layerdrop": 0.3,
60
  "mask_feature_length": 10,
 
61
  "mask_feature_prob": 0.0,
62
  "mask_time_length": 10,
63
- "mask_time_prob": 0.23,
 
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": 96,
 
74
  "proj_codevector_dim": 768,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  "torch_dtype": "float32",
76
- "transformers_version": "4.11.3",
77
  "use_weighted_layer_sum": false,
78
- "vocab_size": 99
 
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"
10
  ],
11
+ "attention_dropout": 0.2,
12
  "bos_token_id": 1,
13
  "classifier_proj_size": 256,
14
  "codevector_dim": 768,
 
49
  "feat_extract_activation": "gelu",
50
  "feat_extract_dropout": 0.0,
51
  "feat_extract_norm": "layer",
52
+ "feat_proj_dropout": 0.15,
53
  "feat_quantizer_dropout": 0.0,
54
  "final_dropout": 0.0,
55
  "gradient_checkpointing": false,
56
  "hidden_act": "gelu",
57
+ "hidden_dropout": 0.24,
58
  "hidden_size": 1024,
59
  "initializer_range": 0.02,
60
  "intermediate_size": 4096,
61
  "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.15,
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.17,
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": 97,
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.2",
105
  "use_weighted_layer_sum": false,
106
+ "vocab_size": 100,
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:bdfc7907a2a6bd0347b6a049d99c58e79446a212f8f23059c1e974488504dc03
3
- size 1262329585
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98e07603bfd19e0bd2036a9c42b25ca665c2cbf08fa132f0173e943c04369d4c
3
+ size 1262333681
runs/Feb07_09-00-02_job-1cbb6c7a-d063-4cb3-ba22-bc0e2afc09f0/1644224464.2690885/events.out.tfevents.1644224464.job-1cbb6c7a-d063-4cb3-ba22-bc0e2afc09f0.3352471.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9015966d3b5cc0eee06be0744a3bcdcc560e60330e39e287c7db6d8c8d2872b0
3
+ size 4826
runs/Feb07_09-00-02_job-1cbb6c7a-d063-4cb3-ba22-bc0e2afc09f0/events.out.tfevents.1644224464.job-1cbb6c7a-d063-4cb3-ba22-bc0e2afc09f0.3352471.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:334c491604b61d74ba757c0e24b7d66329ae141f90ea68a2d44cdc6d7f048718
3
+ size 5263
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9aae5ac7fa7845371126005fed154e5034424cc7c21acd6a206b057432d3ceed
3
- size 2863
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fdc4ca2565d5bcdf9c6e88a9e36142b6db67ad1917a9e590ef0c1b7fa45691c
3
+ size 3055