EzraWilliam commited on
Commit
a03bd42
1 Parent(s): db50d09

Training in progress, step 100

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-base",
3
  "activation_dropout": 0.0,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
@@ -12,9 +12,9 @@
12
  "attention_dropout": 0.1,
13
  "bos_token_id": 1,
14
  "classifier_proj_size": 256,
15
- "codevector_dim": 256,
16
  "contrastive_logits_temperature": 0.1,
17
- "conv_bias": false,
18
  "conv_dim": [
19
  512,
20
  512,
@@ -45,21 +45,22 @@
45
  "ctc_loss_reduction": "mean",
46
  "ctc_zero_infinity": false,
47
  "diversity_loss_weight": 0.1,
48
- "do_stable_layer_norm": false,
49
  "eos_token_id": 2,
50
  "feat_extract_activation": "gelu",
51
- "feat_extract_norm": "group",
 
52
  "feat_proj_dropout": 0.1,
53
  "feat_quantizer_dropout": 0.0,
54
  "final_dropout": 0.0,
55
- "freeze_feat_extract_train": true,
56
  "hidden_act": "gelu",
57
  "hidden_dropout": 0.1,
58
- "hidden_size": 768,
59
  "initializer_range": 0.02,
60
- "intermediate_size": 3072,
61
  "layer_norm_eps": 1e-05,
62
- "layerdrop": 0.0,
63
  "mask_channel_length": 10,
64
  "mask_channel_min_space": 1,
65
  "mask_channel_other": 0.0,
@@ -72,23 +73,21 @@
72
  "mask_time_min_masks": 2,
73
  "mask_time_min_space": 1,
74
  "mask_time_other": 0.0,
75
- "mask_time_prob": 0.05,
76
  "mask_time_selection": "static",
77
  "model_type": "wav2vec2",
78
- "no_mask_channel_overlap": false,
79
- "no_mask_time_overlap": false,
80
  "num_adapter_layers": 3,
81
- "num_attention_heads": 12,
82
  "num_codevector_groups": 2,
83
  "num_codevectors_per_group": 320,
84
  "num_conv_pos_embedding_groups": 16,
85
  "num_conv_pos_embeddings": 128,
86
  "num_feat_extract_layers": 7,
87
- "num_hidden_layers": 12,
88
  "num_negatives": 100,
89
- "output_hidden_size": 768,
90
  "pad_token_id": 62,
91
- "proj_codevector_dim": 256,
92
  "tdnn_dilation": [
93
  1,
94
  2,
@@ -111,7 +110,7 @@
111
  1
112
  ],
113
  "torch_dtype": "float32",
114
- "transformers_version": "4.35.2",
115
  "use_weighted_layer_sum": false,
116
  "vocab_size": 65,
117
  "xvector_output_dim": 512
 
1
  {
2
+ "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
  "activation_dropout": 0.0,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
 
12
  "attention_dropout": 0.1,
13
  "bos_token_id": 1,
14
  "classifier_proj_size": 256,
15
+ "codevector_dim": 768,
16
  "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
  "conv_dim": [
19
  512,
20
  512,
 
45
  "ctc_loss_reduction": "mean",
46
  "ctc_zero_infinity": false,
47
  "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
  "eos_token_id": 2,
50
  "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
  "feat_proj_dropout": 0.1,
54
  "feat_quantizer_dropout": 0.0,
55
  "final_dropout": 0.0,
56
+ "gradient_checkpointing": false,
57
  "hidden_act": "gelu",
58
  "hidden_dropout": 0.1,
59
+ "hidden_size": 1024,
60
  "initializer_range": 0.02,
61
+ "intermediate_size": 4096,
62
  "layer_norm_eps": 1e-05,
63
+ "layerdrop": 0.1,
64
  "mask_channel_length": 10,
65
  "mask_channel_min_space": 1,
66
  "mask_channel_other": 0.0,
 
73
  "mask_time_min_masks": 2,
74
  "mask_time_min_space": 1,
75
  "mask_time_other": 0.0,
76
+ "mask_time_prob": 0.075,
77
  "mask_time_selection": "static",
78
  "model_type": "wav2vec2",
 
 
79
  "num_adapter_layers": 3,
80
+ "num_attention_heads": 16,
81
  "num_codevector_groups": 2,
82
  "num_codevectors_per_group": 320,
83
  "num_conv_pos_embedding_groups": 16,
84
  "num_conv_pos_embeddings": 128,
85
  "num_feat_extract_layers": 7,
86
+ "num_hidden_layers": 24,
87
  "num_negatives": 100,
88
+ "output_hidden_size": 1024,
89
  "pad_token_id": 62,
90
+ "proj_codevector_dim": 768,
91
  "tdnn_dilation": [
92
  1,
93
  2,
 
110
  1
111
  ],
112
  "torch_dtype": "float32",
113
+ "transformers_version": "4.37.1",
114
  "use_weighted_layer_sum": false,
115
  "vocab_size": 65,
116
  "xvector_output_dim": 512
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca468935768a935e188b9b71fb171f92c256ed5862d7ba1a7f91d7da65f2bd82
3
- size 377712636
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c86b3d61b63d57542f056f4d5125c48b79cfadad229ae0ba2f3d44f09586d49a
3
+ size 1262073980
runs/Jan28_14-01-59_8a9b44249c59/events.out.tfevents.1706450525.8a9b44249c59.1494.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a20fe043003595ecdd028ce4663a4aca46b44df096f5d1d0ef67ebaa291c4d42
3
+ size 6610
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba034b1f93513eacf48ad2ab07f4e6b6c2710833d46cf0a2c9840d6f3f35fe31
3
- size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f9283d82210ee19d1267d0cd9150f811287b32372e1ea680286e88b3168242e
3
+ size 4792