Karan Chand commited on
Commit
c1bcfb5
·
1 Parent(s): 4d076aa

Training in progress, step 300

Browse files
config.json CHANGED
@@ -1,6 +1,6 @@
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,
@@ -11,7 +11,7 @@
11
  "attention_dropout": 0.0,
12
  "bos_token_id": 1,
13
  "classifier_proj_size": 256,
14
- "codevector_dim": 768,
15
  "contrastive_logits_temperature": 0.1,
16
  "conv_bias": true,
17
  "conv_dim": [
@@ -42,7 +42,7 @@
42
  2
43
  ],
44
  "ctc_loss_reduction": "mean",
45
- "ctc_zero_infinity": false,
46
  "diversity_loss_weight": 0.1,
47
  "do_stable_layer_norm": true,
48
  "eos_token_id": 2,
@@ -52,7 +52,6 @@
52
  "feat_proj_dropout": 0.0,
53
  "feat_quantizer_dropout": 0.0,
54
  "final_dropout": 0.0,
55
- "gradient_checkpointing": false,
56
  "hidden_act": "gelu",
57
  "hidden_dropout": 0.0,
58
  "hidden_size": 1024,
@@ -60,12 +59,20 @@
60
  "intermediate_size": 4096,
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,
 
69
  "model_type": "wav2vec2",
70
  "num_adapter_layers": 3,
71
  "num_attention_heads": 16,
@@ -77,8 +84,8 @@
77
  "num_hidden_layers": 24,
78
  "num_negatives": 100,
79
  "output_hidden_size": 1024,
80
- "pad_token_id": 33,
81
- "proj_codevector_dim": 768,
82
  "tdnn_dilation": [
83
  1,
84
  2,
@@ -103,6 +110,6 @@
103
  "torch_dtype": "float32",
104
  "transformers_version": "4.20.1",
105
  "use_weighted_layer_sum": false,
106
- "vocab_size": 34,
107
  "xvector_output_dim": 512
108
  }
 
1
  {
2
+ "_name_or_path": "jonatasgrosman/wav2vec2-large-xlsr-53-english",
3
+ "activation_dropout": 0.05,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
6
  "add_adapter": false,
 
11
  "attention_dropout": 0.0,
12
  "bos_token_id": 1,
13
  "classifier_proj_size": 256,
14
+ "codevector_dim": 256,
15
  "contrastive_logits_temperature": 0.1,
16
  "conv_bias": true,
17
  "conv_dim": [
 
42
  2
43
  ],
44
  "ctc_loss_reduction": "mean",
45
+ "ctc_zero_infinity": true,
46
  "diversity_loss_weight": 0.1,
47
  "do_stable_layer_norm": true,
48
  "eos_token_id": 2,
 
52
  "feat_proj_dropout": 0.0,
53
  "feat_quantizer_dropout": 0.0,
54
  "final_dropout": 0.0,
 
55
  "hidden_act": "gelu",
56
  "hidden_dropout": 0.0,
57
  "hidden_size": 1024,
 
59
  "intermediate_size": 4096,
60
  "layer_norm_eps": 1e-05,
61
  "layerdrop": 0.0,
62
+ "mask_channel_length": 10,
63
+ "mask_channel_min_space": 1,
64
+ "mask_channel_other": 0.0,
65
+ "mask_channel_prob": 0.0,
66
+ "mask_channel_selection": "static",
67
  "mask_feature_length": 10,
68
  "mask_feature_min_masks": 0,
69
  "mask_feature_prob": 0.0,
70
  "mask_time_length": 10,
71
  "mask_time_min_masks": 2,
72
+ "mask_time_min_space": 1,
73
+ "mask_time_other": 0.0,
74
  "mask_time_prob": 0,
75
+ "mask_time_selection": "static",
76
  "model_type": "wav2vec2",
77
  "num_adapter_layers": 3,
78
  "num_attention_heads": 16,
 
84
  "num_hidden_layers": 24,
85
  "num_negatives": 100,
86
  "output_hidden_size": 1024,
87
+ "pad_token_id": 0,
88
+ "proj_codevector_dim": 256,
89
  "tdnn_dilation": [
90
  1,
91
  2,
 
110
  "torch_dtype": "float32",
111
  "transformers_version": "4.20.1",
112
  "use_weighted_layer_sum": false,
113
+ "vocab_size": 33,
114
  "xvector_output_dim": 512
115
  }
preprocessor_config.json CHANGED
@@ -4,6 +4,7 @@
4
  "feature_size": 1,
5
  "padding_side": "right",
6
  "padding_value": 0.0,
 
7
  "return_attention_mask": true,
8
  "sampling_rate": 16000
9
  }
 
4
  "feature_size": 1,
5
  "padding_side": "right",
6
  "padding_value": 0.0,
7
+ "processor_class": "Wav2Vec2ProcessorWithLM",
8
  "return_attention_mask": true,
9
  "sampling_rate": 16000
10
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3bed27a0618795d0ef8554fdcb3e99cc4faf5d90cc69a2ba3c55c751566118d2
3
- size 1262033715
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aa29613990da5ea3049f7232c6764645631f5ce9d20268af3df9ac6c0fb8ea7
3
+ size 1262029619
runs/Aug03_18-10-17_DESKTOP-6CRK3AE/1659543028.0143137/events.out.tfevents.1659543028.DESKTOP-6CRK3AE.10656.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a3d0df6497bbece2bb3a9d7b23fb5798b768d2ef01a6d0325bed3da0c921fed
3
+ size 5342
runs/Aug03_18-10-17_DESKTOP-6CRK3AE/events.out.tfevents.1659543027.DESKTOP-6CRK3AE.10656.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2304d1ebba77d8e1407cb5db0d5bc0625df45912f6b25513eebc9b271fae445
3
+ size 5041
runs/Aug03_18-11-34_DESKTOP-6CRK3AE/1659543105.0672584/events.out.tfevents.1659543105.DESKTOP-6CRK3AE.2468.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2e9b5ea7da327c1d15dffb959524c05bdf3ef22d6094a1d6e3f0bb01674ae8
3
+ size 5342
runs/Aug03_18-11-34_DESKTOP-6CRK3AE/events.out.tfevents.1659543105.DESKTOP-6CRK3AE.2468.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff817850627c6d32df1e708df6b051c0ab18981b7f3086d097b72bf34581bd3e
3
+ size 6647
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d96017db4260fa946f113362d7c2d469c9215e7b47ebf591f7bfd66e7e2ed98b
3
  size 3311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:586aef4283205ba7c03c24a24273804478bbc7bb58a3210a427b00cd19abc80d
3
  size 3311