Training in progress, step 1000
Browse files- config.json +82 -0
- model.safetensors +3 -0
- preprocessor_config.json +0 -1
- runs/May16_00-21-14_6b8dc0953d2c/events.out.tfevents.1715819160.6b8dc0953d2c.3353.0 +3 -0
- runs/May16_00-45-27_6b8dc0953d2c/events.out.tfevents.1715820573.6b8dc0953d2c.12627.0 +3 -0
- runs/May16_00-52-44_6b8dc0953d2c/events.out.tfevents.1715821031.6b8dc0953d2c.14606.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/w2v-bert-2.0",
|
| 3 |
+
"activation_dropout": 0.0,
|
| 4 |
+
"adapter_act": "relu",
|
| 5 |
+
"adapter_kernel_size": 3,
|
| 6 |
+
"adapter_stride": 2,
|
| 7 |
+
"add_adapter": true,
|
| 8 |
+
"apply_spec_augment": false,
|
| 9 |
+
"architectures": [
|
| 10 |
+
"Wav2Vec2BertForCTC"
|
| 11 |
+
],
|
| 12 |
+
"attention_dropout": 0.0,
|
| 13 |
+
"bos_token_id": 1,
|
| 14 |
+
"classifier_proj_size": 768,
|
| 15 |
+
"codevector_dim": 768,
|
| 16 |
+
"conformer_conv_dropout": 0.1,
|
| 17 |
+
"contrastive_logits_temperature": 0.1,
|
| 18 |
+
"conv_depthwise_kernel_size": 31,
|
| 19 |
+
"ctc_loss_reduction": "mean",
|
| 20 |
+
"ctc_zero_infinity": false,
|
| 21 |
+
"diversity_loss_weight": 0.1,
|
| 22 |
+
"eos_token_id": 2,
|
| 23 |
+
"feat_proj_dropout": 0.0,
|
| 24 |
+
"feat_quantizer_dropout": 0.0,
|
| 25 |
+
"feature_projection_input_dim": 160,
|
| 26 |
+
"final_dropout": 0.1,
|
| 27 |
+
"hidden_act": "swish",
|
| 28 |
+
"hidden_dropout": 0.0,
|
| 29 |
+
"hidden_size": 1024,
|
| 30 |
+
"initializer_range": 0.02,
|
| 31 |
+
"intermediate_size": 4096,
|
| 32 |
+
"layer_norm_eps": 1e-05,
|
| 33 |
+
"layerdrop": 0.0,
|
| 34 |
+
"left_max_position_embeddings": 64,
|
| 35 |
+
"mask_feature_length": 10,
|
| 36 |
+
"mask_feature_min_masks": 0,
|
| 37 |
+
"mask_feature_prob": 0.0,
|
| 38 |
+
"mask_time_length": 10,
|
| 39 |
+
"mask_time_min_masks": 2,
|
| 40 |
+
"mask_time_prob": 0.0,
|
| 41 |
+
"max_source_positions": 5000,
|
| 42 |
+
"model_type": "wav2vec2-bert",
|
| 43 |
+
"num_adapter_layers": 1,
|
| 44 |
+
"num_attention_heads": 16,
|
| 45 |
+
"num_codevector_groups": 2,
|
| 46 |
+
"num_codevectors_per_group": 320,
|
| 47 |
+
"num_hidden_layers": 24,
|
| 48 |
+
"num_negatives": 100,
|
| 49 |
+
"output_hidden_size": 1024,
|
| 50 |
+
"pad_token_id": 47,
|
| 51 |
+
"position_embeddings_type": "relative_key",
|
| 52 |
+
"proj_codevector_dim": 768,
|
| 53 |
+
"right_max_position_embeddings": 8,
|
| 54 |
+
"rotary_embedding_base": 10000,
|
| 55 |
+
"tdnn_dilation": [
|
| 56 |
+
1,
|
| 57 |
+
2,
|
| 58 |
+
3,
|
| 59 |
+
1,
|
| 60 |
+
1
|
| 61 |
+
],
|
| 62 |
+
"tdnn_dim": [
|
| 63 |
+
512,
|
| 64 |
+
512,
|
| 65 |
+
512,
|
| 66 |
+
512,
|
| 67 |
+
1500
|
| 68 |
+
],
|
| 69 |
+
"tdnn_kernel": [
|
| 70 |
+
5,
|
| 71 |
+
3,
|
| 72 |
+
3,
|
| 73 |
+
1,
|
| 74 |
+
1
|
| 75 |
+
],
|
| 76 |
+
"torch_dtype": "float32",
|
| 77 |
+
"transformers_version": "4.40.2",
|
| 78 |
+
"use_intermediate_ffn_before_adapter": false,
|
| 79 |
+
"use_weighted_layer_sum": false,
|
| 80 |
+
"vocab_size": 50,
|
| 81 |
+
"xvector_output_dim": 512
|
| 82 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63c65ff7aeffc5fbd9a8e7d4ddd1a44e9c410b98b9a579789d091efb068ba5bc
|
| 3 |
+
size 2423019560
|
preprocessor_config.json
CHANGED
|
@@ -4,7 +4,6 @@
|
|
| 4 |
"num_mel_bins": 80,
|
| 5 |
"padding_side": "right",
|
| 6 |
"padding_value": 0.0,
|
| 7 |
-
"processor_class": "Wav2Vec2BertProcessor",
|
| 8 |
"return_attention_mask": true,
|
| 9 |
"sampling_rate": 16000,
|
| 10 |
"stride": 2
|
|
|
|
| 4 |
"num_mel_bins": 80,
|
| 5 |
"padding_side": "right",
|
| 6 |
"padding_value": 0.0,
|
|
|
|
| 7 |
"return_attention_mask": true,
|
| 8 |
"sampling_rate": 16000,
|
| 9 |
"stride": 2
|
runs/May16_00-21-14_6b8dc0953d2c/events.out.tfevents.1715819160.6b8dc0953d2c.3353.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c91803fd248427ff88e5fe165049f8c27817e3493a414e8b62a52c7f00dafca4
|
| 3 |
+
size 5950
|
runs/May16_00-45-27_6b8dc0953d2c/events.out.tfevents.1715820573.6b8dc0953d2c.12627.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c4907b5d2af19cab736e5fe2ddbce53223063d9b801aa41962ec3548101fc9a
|
| 3 |
+
size 5949
|
runs/May16_00-52-44_6b8dc0953d2c/events.out.tfevents.1715821031.6b8dc0953d2c.14606.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55db3f94b05edb72f893a799eb01c07f8b32f3e962a505680445929a8d971ad7
|
| 3 |
+
size 6160
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c36ea2ede3bd1921b6b5ce3ce3e667678eb7c8b352f4766b57ffcace437b5906
|
| 3 |
+
size 4984
|