why341 commited on
Commit
2b760c7
·
verified ·
1 Parent(s): 0c0d3a4

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,116 +1,45 @@
1
  {
2
- "_name_or_path": "jonatasgrosman/wav2vec2-large-xlsr-53-english",
3
- "activation_dropout": 0.05,
4
- "adapter_attn_dim": null,
5
- "adapter_kernel_size": 3,
6
- "adapter_stride": 2,
7
- "add_adapter": false,
8
- "apply_spec_augment": true,
9
  "architectures": [
10
- "Wav2Vec2ForSequenceClassification"
11
  ],
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": true,
18
- "conv_dim": [
19
- 512,
20
- 512,
21
- 512,
22
- 512,
23
- 512,
24
- 512,
25
- 512
26
- ],
27
- "conv_kernel": [
28
- 10,
29
- 3,
30
- 3,
31
- 3,
32
- 3,
33
- 2,
34
- 2
35
- ],
36
- "conv_stride": [
37
- 5,
38
- 2,
39
- 2,
40
- 2,
41
- 2,
42
- 2,
43
- 2
44
- ],
45
- "ctc_loss_reduction": "mean",
46
- "ctc_zero_infinity": true,
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.05,
54
- "feat_quantizer_dropout": 0.0,
55
- "final_dropout": 0.0,
56
- "hidden_act": "gelu",
57
- "hidden_dropout": 0.05,
58
- "hidden_size": 1024,
59
- "initializer_range": 0.02,
60
- "intermediate_size": 4096,
61
- "layer_norm_eps": 1e-05,
62
- "layerdrop": 0.05,
63
- "mask_channel_length": 10,
64
- "mask_channel_min_space": 1,
65
- "mask_channel_other": 0.0,
66
- "mask_channel_prob": 0.0,
67
- "mask_channel_selection": "static",
68
  "mask_feature_length": 10,
69
  "mask_feature_min_masks": 0,
70
  "mask_feature_prob": 0.0,
71
  "mask_time_length": 10,
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
- "num_adapter_layers": 3,
79
- "num_attention_heads": 16,
80
- "num_codevector_groups": 2,
81
- "num_codevectors_per_group": 320,
82
- "num_conv_pos_embedding_groups": 16,
83
- "num_conv_pos_embeddings": 128,
84
- "num_feat_extract_layers": 7,
85
- "num_hidden_layers": 24,
86
- "num_negatives": 100,
87
- "output_hidden_size": 1024,
88
- "pad_token_id": 0,
89
- "proj_codevector_dim": 256,
90
- "tdnn_dilation": [
91
- 1,
92
- 2,
93
- 3,
94
- 1,
95
- 1
96
- ],
97
- "tdnn_dim": [
98
- 512,
99
- 512,
100
- 512,
101
- 512,
102
- 1500
103
- ],
104
- "tdnn_kernel": [
105
- 5,
106
- 3,
107
- 3,
108
- 1,
109
- 1
110
- ],
111
  "torch_dtype": "float32",
112
  "transformers_version": "4.45.1",
 
113
  "use_weighted_layer_sum": false,
114
- "vocab_size": 33,
115
- "xvector_output_dim": 512
116
  }
 
1
  {
2
+ "_name_or_path": "distil-whisper/distil-large-v3",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "apply_spec_augment": false,
 
 
 
6
  "architectures": [
7
+ "WhisperForAudioClassification"
8
  ],
9
+ "attention_dropout": 0.0,
10
+ "bos_token_id": 50257,
11
  "classifier_proj_size": 256,
12
+ "d_model": 1280,
13
+ "decoder_attention_heads": 20,
14
+ "decoder_ffn_dim": 5120,
15
+ "decoder_layerdrop": 0.0,
16
+ "decoder_layers": 2,
17
+ "decoder_start_token_id": 50258,
18
+ "dropout": 0.0,
19
+ "encoder_attention_heads": 20,
20
+ "encoder_ffn_dim": 5120,
21
+ "encoder_layerdrop": 0.0,
22
+ "encoder_layers": 32,
23
+ "eos_token_id": 50257,
24
+ "init_std": 0.02,
25
+ "is_encoder_decoder": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  "mask_feature_length": 10,
27
  "mask_feature_min_masks": 0,
28
  "mask_feature_prob": 0.0,
29
  "mask_time_length": 10,
30
  "mask_time_min_masks": 2,
 
 
31
  "mask_time_prob": 0.05,
32
+ "max_source_positions": 1500,
33
+ "max_target_positions": 448,
34
+ "median_filter_width": 7,
35
+ "model_type": "whisper",
36
+ "num_hidden_layers": 32,
37
+ "num_mel_bins": 128,
38
+ "pad_token_id": 50256,
39
+ "scale_embedding": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  "torch_dtype": "float32",
41
  "transformers_version": "4.45.1",
42
+ "use_cache": true,
43
  "use_weighted_layer_sum": false,
44
+ "vocab_size": 51866
 
45
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f724710ebfb2857517a089699d0a8557d3ca14637913aa1f67a8003fbf168ea
3
- size 1262859296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:521aa337faa597864f55f4f985d982d7a8664a4995e8516b552ee4a2fe64cdf0
3
+ size 2549244064
preprocessor_config.json CHANGED
@@ -1,10 +1,14 @@
1
  {
2
- "do_normalize": true,
3
- "feature_extractor_type": "Wav2Vec2FeatureExtractor",
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
  }
 
1
  {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 128,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
  "padding_side": "right",
10
  "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
  "sampling_rate": 16000
14
  }
runs/Oct11_00-59-46_LCND3341981/events.out.tfevents.1728570588.LCND3341981.26660.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68063d0aa4fae5af88e24f1965fefdabeaf8ac5ff74ffdc2709c11a86864a67e
3
+ size 5577
runs/Oct11_01-04-28_LCND3341981/events.out.tfevents.1728570868.LCND3341981.47000.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e109a9eebd11349f6f421b3f4704426b014a733bd381755eb8d4750742883d20
3
+ size 5576
runs/Oct11_12-45-42_LCND3341981/events.out.tfevents.1728612944.LCND3341981.26060.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e846e72d6f13c7746f647a96435c5b7530552f0fe3bf3b86862b2f94ea272570
3
+ size 5576
runs/Oct11_13-29-58_LCND3341981/events.out.tfevents.1728615598.LCND3341981.37168.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:505e0b8fa717e6d8b380c3960a1cc177003feb38ea5d507b8a6808e6c77cba61
3
+ size 6199
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76f6fbf6fb3c6821fc50213eefc2e29ad3ebc8be7922525abf8d479e7612e94f
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4bc67dc1e58e6faed1fe433c0690017608406792de157cd607cb223fa70ce2e
3
  size 5304