Training in progress, step 100
Browse files- config.json +109 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- runs/Aug04_11-09-04_DESKTOP-EV8IISN/events.out.tfevents.1754290751.DESKTOP-EV8IISN +3 -0
- runs/Aug04_14-27-47_DESKTOP-EV8IISN/events.out.tfevents.1754292513.DESKTOP-EV8IISN +3 -0
- runs/Aug04_14-36-19_DESKTOP-EV8IISN/events.out.tfevents.1754293026.DESKTOP-EV8IISN +3 -0
- runs/Aug04_14-38-59_DESKTOP-EV8IISN/events.out.tfevents.1754293182.DESKTOP-EV8IISN +3 -0
- runs/Aug04_14-42-02_DESKTOP-EV8IISN/events.out.tfevents.1754293366.DESKTOP-EV8IISN +3 -0
- runs/Aug04_16-54-53_DESKTOP-EV8IISN/events.out.tfevents.1754301334.DESKTOP-EV8IISN +3 -0
- runs/Aug04_17-13-48_DESKTOP-EV8IISN/events.out.tfevents.1754302477.DESKTOP-EV8IISN +3 -0
- runs/Aug11_09-24-32_DESKTOP-EV8IISN/events.out.tfevents.1754879109.DESKTOP-EV8IISN +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_dropout": 0.1,
|
| 3 |
+
"adapter_attn_dim": null,
|
| 4 |
+
"adapter_kernel_size": 3,
|
| 5 |
+
"adapter_stride": 2,
|
| 6 |
+
"add_adapter": false,
|
| 7 |
+
"apply_spec_augment": true,
|
| 8 |
+
"architectures": [
|
| 9 |
+
"Wav2Vec2ForPreTraining"
|
| 10 |
+
],
|
| 11 |
+
"attention_dropout": 0.1,
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"classifier_proj_size": 128,
|
| 14 |
+
"codevector_dim": 128,
|
| 15 |
+
"contrastive_logits_temperature": 0.1,
|
| 16 |
+
"conv_bias": false,
|
| 17 |
+
"conv_dim": [
|
| 18 |
+
128,
|
| 19 |
+
128,
|
| 20 |
+
128,
|
| 21 |
+
128,
|
| 22 |
+
128,
|
| 23 |
+
128,
|
| 24 |
+
128
|
| 25 |
+
],
|
| 26 |
+
"conv_kernel": [
|
| 27 |
+
10,
|
| 28 |
+
3,
|
| 29 |
+
3,
|
| 30 |
+
3,
|
| 31 |
+
3,
|
| 32 |
+
2,
|
| 33 |
+
2
|
| 34 |
+
],
|
| 35 |
+
"conv_stride": [
|
| 36 |
+
5,
|
| 37 |
+
2,
|
| 38 |
+
2,
|
| 39 |
+
2,
|
| 40 |
+
2,
|
| 41 |
+
2,
|
| 42 |
+
2
|
| 43 |
+
],
|
| 44 |
+
"ctc_loss_reduction": "sum",
|
| 45 |
+
"ctc_zero_infinity": false,
|
| 46 |
+
"diversity_loss_weight": 0.1,
|
| 47 |
+
"do_stable_layer_norm": false,
|
| 48 |
+
"eos_token_id": 2,
|
| 49 |
+
"feat_extract_activation": "gelu",
|
| 50 |
+
"feat_extract_dropout": 0.0,
|
| 51 |
+
"feat_extract_norm": "group",
|
| 52 |
+
"feat_proj_dropout": 0.1,
|
| 53 |
+
"feat_quantizer_dropout": 0.0,
|
| 54 |
+
"final_dropout": 0.1,
|
| 55 |
+
"gradient_checkpointing": false,
|
| 56 |
+
"hidden_act": "gelu",
|
| 57 |
+
"hidden_dropout": 0.1,
|
| 58 |
+
"hidden_dropout_prob": 0.1,
|
| 59 |
+
"hidden_size": 192,
|
| 60 |
+
"initializer_range": 0.02,
|
| 61 |
+
"intermediate_size": 768,
|
| 62 |
+
"layer_norm_eps": 1e-05,
|
| 63 |
+
"layerdrop": 0.1,
|
| 64 |
+
"mask_feature_length": 10,
|
| 65 |
+
"mask_feature_min_masks": 0,
|
| 66 |
+
"mask_feature_prob": 0.0,
|
| 67 |
+
"mask_time_length": 10,
|
| 68 |
+
"mask_time_min_masks": 2,
|
| 69 |
+
"mask_time_prob": 0.05,
|
| 70 |
+
"model_type": "wav2vec2",
|
| 71 |
+
"num_adapter_layers": 3,
|
| 72 |
+
"num_attention_heads": 12,
|
| 73 |
+
"num_codevector_groups": 2,
|
| 74 |
+
"num_codevectors_per_group": 320,
|
| 75 |
+
"num_conv_pos_embedding_groups": 16,
|
| 76 |
+
"num_conv_pos_embeddings": 128,
|
| 77 |
+
"num_feat_extract_layers": 7,
|
| 78 |
+
"num_hidden_layers": 6,
|
| 79 |
+
"num_negatives": 100,
|
| 80 |
+
"output_hidden_size": 192,
|
| 81 |
+
"pad_token_id": 0,
|
| 82 |
+
"proj_codevector_dim": 128,
|
| 83 |
+
"tdnn_dilation": [
|
| 84 |
+
1,
|
| 85 |
+
2,
|
| 86 |
+
3,
|
| 87 |
+
1,
|
| 88 |
+
1
|
| 89 |
+
],
|
| 90 |
+
"tdnn_dim": [
|
| 91 |
+
512,
|
| 92 |
+
512,
|
| 93 |
+
512,
|
| 94 |
+
512,
|
| 95 |
+
1500
|
| 96 |
+
],
|
| 97 |
+
"tdnn_kernel": [
|
| 98 |
+
5,
|
| 99 |
+
3,
|
| 100 |
+
3,
|
| 101 |
+
1,
|
| 102 |
+
1
|
| 103 |
+
],
|
| 104 |
+
"torch_dtype": "float32",
|
| 105 |
+
"transformers_version": "4.53.1",
|
| 106 |
+
"use_weighted_layer_sum": false,
|
| 107 |
+
"vocab_size": 32,
|
| 108 |
+
"xvector_output_dim": 512
|
| 109 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0673eae56f58042d2b6780cd838ce50bb7bb9136e5b5dce5fcb56610f9510c8
|
| 3 |
+
size 13687968
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
| 4 |
+
"feature_size": 1,
|
| 5 |
+
"padding_side": "right",
|
| 6 |
+
"padding_value": 0.0,
|
| 7 |
+
"return_attention_mask": true,
|
| 8 |
+
"sampling_rate": 16000
|
| 9 |
+
}
|
runs/Aug04_11-09-04_DESKTOP-EV8IISN/events.out.tfevents.1754290751.DESKTOP-EV8IISN
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0137ebdd6c46e6957ab7e00894531d025d65512ac3e346665bdafb8796db2f25
|
| 3 |
+
size 6343
|
runs/Aug04_14-27-47_DESKTOP-EV8IISN/events.out.tfevents.1754292513.DESKTOP-EV8IISN
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80cb1f46d812ad67202e6043908360a37153085488eb570ae8a02ced9d44d2fe
|
| 3 |
+
size 6343
|
runs/Aug04_14-36-19_DESKTOP-EV8IISN/events.out.tfevents.1754293026.DESKTOP-EV8IISN
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bc70b59155cebd2fe6e54f05b2adcb5c96cbb820adc37b887c74cabc92580b2
|
| 3 |
+
size 6343
|
runs/Aug04_14-38-59_DESKTOP-EV8IISN/events.out.tfevents.1754293182.DESKTOP-EV8IISN
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95b7863465fc4be986aec2a39ff5dfb600628d8111391d69128e737e61bf0035
|
| 3 |
+
size 6343
|
runs/Aug04_14-42-02_DESKTOP-EV8IISN/events.out.tfevents.1754293366.DESKTOP-EV8IISN
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:286dadb57245fb49873c378c1d93acf200818db3c1160db3b1ab37a3e31818a2
|
| 3 |
+
size 6343
|
runs/Aug04_16-54-53_DESKTOP-EV8IISN/events.out.tfevents.1754301334.DESKTOP-EV8IISN
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11b73703999416996454c58f0ee9e6d16e2d93a071c722d0015f9a51f6eb5b1c
|
| 3 |
+
size 6964
|
runs/Aug04_17-13-48_DESKTOP-EV8IISN/events.out.tfevents.1754302477.DESKTOP-EV8IISN
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41e23355b27a5c515fd3399eac835794a5ecebfd054797dcb088e97c72d21962
|
| 3 |
+
size 6964
|
runs/Aug11_09-24-32_DESKTOP-EV8IISN/events.out.tfevents.1754879109.DESKTOP-EV8IISN
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c56958073b027fd41117c56d2e7f41d8fac2700e00fa18fe1428fb04acc3b7a0
|
| 3 |
+
size 8413
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c02b4215ffa6df21268252dbfbb60acb03ed2c3383ecd03f53d99685fdf8814
|
| 3 |
+
size 5777
|