alex000kim commited on
Commit
d473fa2
·
verified ·
1 Parent(s): 579ee66

Training in progress, epoch 0

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,29 +45,30 @@
45
  "ctc_loss_reduction": "sum",
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
  "id2label": {
60
  "0": "human",
61
  "1": "voicemail"
62
  },
63
  "initializer_range": 0.02,
64
- "intermediate_size": 3072,
65
  "label2id": {
66
  "human": 0,
67
  "voicemail": 1
68
  },
69
  "layer_norm_eps": 1e-05,
70
- "layerdrop": 0.0,
71
  "mask_channel_length": 10,
72
  "mask_channel_min_space": 1,
73
  "mask_channel_other": 0.0,
@@ -80,23 +81,21 @@
80
  "mask_time_min_masks": 2,
81
  "mask_time_min_space": 1,
82
  "mask_time_other": 0.0,
83
- "mask_time_prob": 0.05,
84
  "mask_time_selection": "static",
85
  "model_type": "wav2vec2",
86
- "no_mask_channel_overlap": false,
87
- "no_mask_time_overlap": false,
88
  "num_adapter_layers": 3,
89
- "num_attention_heads": 12,
90
  "num_codevector_groups": 2,
91
  "num_codevectors_per_group": 320,
92
  "num_conv_pos_embedding_groups": 16,
93
  "num_conv_pos_embeddings": 128,
94
  "num_feat_extract_layers": 7,
95
- "num_hidden_layers": 12,
96
  "num_negatives": 100,
97
- "output_hidden_size": 768,
98
  "pad_token_id": 0,
99
- "proj_codevector_dim": 256,
100
  "tdnn_dilation": [
101
  1,
102
  2,
 
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": "sum",
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
  "id2label": {
61
  "0": "human",
62
  "1": "voicemail"
63
  },
64
  "initializer_range": 0.02,
65
+ "intermediate_size": 4096,
66
  "label2id": {
67
  "human": 0,
68
  "voicemail": 1
69
  },
70
  "layer_norm_eps": 1e-05,
71
+ "layerdrop": 0.1,
72
  "mask_channel_length": 10,
73
  "mask_channel_min_space": 1,
74
  "mask_channel_other": 0.0,
 
81
  "mask_time_min_masks": 2,
82
  "mask_time_min_space": 1,
83
  "mask_time_other": 0.0,
84
+ "mask_time_prob": 0.075,
85
  "mask_time_selection": "static",
86
  "model_type": "wav2vec2",
 
 
87
  "num_adapter_layers": 3,
88
+ "num_attention_heads": 16,
89
  "num_codevector_groups": 2,
90
  "num_codevectors_per_group": 320,
91
  "num_conv_pos_embedding_groups": 16,
92
  "num_conv_pos_embeddings": 128,
93
  "num_feat_extract_layers": 7,
94
+ "num_hidden_layers": 24,
95
  "num_negatives": 100,
96
+ "output_hidden_size": 1024,
97
  "pad_token_id": 0,
98
+ "proj_codevector_dim": 768,
99
  "tdnn_dilation": [
100
  1,
101
  2,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48367fd44a7c7e42314dff0cb0e9659cba8487f42a5109922e399303e0a4fe55
3
- size 378302360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca0471a6de26595add255c006a9db3dd78ca4379f01218a285b612e4cf063c95
3
+ size 1262859296
preprocessor_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
  "feature_size": 1,
5
  "padding_side": "right",
6
- "padding_value": 0.0,
7
- "return_attention_mask": false,
8
  "sampling_rate": 16000
9
  }
 
3
  "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
  "feature_size": 1,
5
  "padding_side": "right",
6
+ "padding_value": 0,
7
+ "return_attention_mask": true,
8
  "sampling_rate": 16000
9
  }
runs/Jun03_22-46-57_PQ3KV637QN/events.out.tfevents.1717469219.PQ3KV637QN.30933.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f7c74efc08e24a29d818707d1e3eebe6e296f85eb1220e18f5414a6b8d19c7c
3
- size 8824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e882dd0f67eef28c766bcebb1502b66da55fd359449a8f1b6d1240b7466b92c
3
+ size 9172
runs/Jun03_22-51-58_PQ3KV637QN/events.out.tfevents.1717469519.PQ3KV637QN.32787.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0c96034c34681ca784200fe56025850d092d96d945b8784e65ce050c8a9e98a
3
+ size 4184
runs/Jun03_22-52-43_PQ3KV637QN/events.out.tfevents.1717469564.PQ3KV637QN.33247.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1887e1df64435ede42fd0b93787614b3ff18de117221cd5adbb68329572ec80
3
+ size 6890
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07aeb40baf14bffaf8a83efaffcd9b24e984b7e87add6190610c3e73544db6e1
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:794db01522d22482f49e56983384164e689791dae226b90ef89922c1eb8e31fe
3
  size 5112