Training in progress, epoch 1, checkpoint
Browse files- checkpoint-245/config.json +130 -0
- checkpoint-245/model.safetensors +3 -0
- checkpoint-245/optimizer.pt +3 -0
- checkpoint-245/preprocessor_config.json +10 -0
- checkpoint-245/rng_state.pth +3 -0
- checkpoint-245/scheduler.pt +3 -0
- checkpoint-245/trainer_state.json +201 -0
- checkpoint-245/training_args.bin +3 -0
checkpoint-245/config.json
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "nguyenvulebinh/wav2vec2-base-vi",
|
| 3 |
+
"activation_dropout": 0.1,
|
| 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 |
+
"Wav2Vec2ForViSpeechClassification"
|
| 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": false,
|
| 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": "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_dropout": 0.0,
|
| 52 |
+
"feat_extract_norm": "group",
|
| 53 |
+
"feat_proj_dropout": 0.1,
|
| 54 |
+
"feat_quantizer_dropout": 0.0,
|
| 55 |
+
"final_dropout": 0.1,
|
| 56 |
+
"gradient_checkpointing": false,
|
| 57 |
+
"hidden_act": "gelu",
|
| 58 |
+
"hidden_dropout": 0.1,
|
| 59 |
+
"hidden_dropout_prob": 0.1,
|
| 60 |
+
"hidden_size": 768,
|
| 61 |
+
"id2label": {
|
| 62 |
+
"0": "male, northern dialect",
|
| 63 |
+
"1": "male, central dialect",
|
| 64 |
+
"2": "male, highland central dialect",
|
| 65 |
+
"3": "male, southern dialect",
|
| 66 |
+
"4": "female, northern dialect",
|
| 67 |
+
"5": "female, central dialect",
|
| 68 |
+
"6": "female, highland central dialect",
|
| 69 |
+
"7": "female, southern dialect"
|
| 70 |
+
},
|
| 71 |
+
"initializer_range": 0.02,
|
| 72 |
+
"intermediate_size": 3072,
|
| 73 |
+
"label2id": {
|
| 74 |
+
"female, central dialect": "5",
|
| 75 |
+
"female, highland central dialect": "6",
|
| 76 |
+
"female, northern dialect": "4",
|
| 77 |
+
"female, southern dialect": "7",
|
| 78 |
+
"male, central dialect": "1",
|
| 79 |
+
"male, highland central dialect": "2",
|
| 80 |
+
"male, northern dialect": "0",
|
| 81 |
+
"male, southern dialect": "3"
|
| 82 |
+
},
|
| 83 |
+
"layer_norm_eps": 1e-05,
|
| 84 |
+
"layerdrop": 0.1,
|
| 85 |
+
"mask_feature_length": 10,
|
| 86 |
+
"mask_feature_min_masks": 0,
|
| 87 |
+
"mask_feature_prob": 0.0,
|
| 88 |
+
"mask_time_length": 10,
|
| 89 |
+
"mask_time_min_masks": 2,
|
| 90 |
+
"mask_time_prob": 0.05,
|
| 91 |
+
"model_type": "wav2vec2",
|
| 92 |
+
"num_adapter_layers": 3,
|
| 93 |
+
"num_attention_heads": 12,
|
| 94 |
+
"num_codevector_groups": 2,
|
| 95 |
+
"num_codevectors_per_group": 320,
|
| 96 |
+
"num_conv_pos_embedding_groups": 16,
|
| 97 |
+
"num_conv_pos_embeddings": 128,
|
| 98 |
+
"num_feat_extract_layers": 7,
|
| 99 |
+
"num_hidden_layers": 12,
|
| 100 |
+
"num_negatives": 100,
|
| 101 |
+
"output_hidden_size": 768,
|
| 102 |
+
"pad_token_id": 0,
|
| 103 |
+
"proj_codevector_dim": 256,
|
| 104 |
+
"tdnn_dilation": [
|
| 105 |
+
1,
|
| 106 |
+
2,
|
| 107 |
+
3,
|
| 108 |
+
1,
|
| 109 |
+
1
|
| 110 |
+
],
|
| 111 |
+
"tdnn_dim": [
|
| 112 |
+
512,
|
| 113 |
+
512,
|
| 114 |
+
512,
|
| 115 |
+
512,
|
| 116 |
+
1500
|
| 117 |
+
],
|
| 118 |
+
"tdnn_kernel": [
|
| 119 |
+
5,
|
| 120 |
+
3,
|
| 121 |
+
3,
|
| 122 |
+
1,
|
| 123 |
+
1
|
| 124 |
+
],
|
| 125 |
+
"torch_dtype": "float32",
|
| 126 |
+
"transformers_version": "4.41.2",
|
| 127 |
+
"use_weighted_layer_sum": false,
|
| 128 |
+
"vocab_size": 96,
|
| 129 |
+
"xvector_output_dim": 512
|
| 130 |
+
}
|
checkpoint-245/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54be2adffadc0c3fe71b7501550b136c3a2b143f43933fc75b5c5a637624053b
|
| 3 |
+
size 383295784
|
checkpoint-245/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb74e1eefef71b0eebc0364ee94912847e352d975a888a1970424419c7984ea1
|
| 3 |
+
size 2929542
|
checkpoint-245/preprocessor_config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "Wav2Vec2Processor",
|
| 8 |
+
"return_attention_mask": true,
|
| 9 |
+
"sampling_rate": 16000
|
| 10 |
+
}
|
checkpoint-245/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a11b9efeac77fb4975522b54d45beb6133ea264ad72034bdf7d3928e6cd4067b
|
| 3 |
+
size 14308
|
checkpoint-245/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:702886d20b59a5c8c942d5a81d68abe3ebc6df4afc1956381b292733a9b392be
|
| 3 |
+
size 1064
|
checkpoint-245/trainer_state.json
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 245,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.04081632653061224,
|
| 13 |
+
"grad_norm": 20286.314453125,
|
| 14 |
+
"learning_rate": 1.2244897959183673e-06,
|
| 15 |
+
"loss": 2.0797,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.08163265306122448,
|
| 20 |
+
"grad_norm": 21226.833984375,
|
| 21 |
+
"learning_rate": 2.4489795918367347e-06,
|
| 22 |
+
"loss": 2.0794,
|
| 23 |
+
"step": 20
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.12244897959183673,
|
| 27 |
+
"grad_norm": 20473.34375,
|
| 28 |
+
"learning_rate": 3.673469387755102e-06,
|
| 29 |
+
"loss": 2.0791,
|
| 30 |
+
"step": 30
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.16326530612244897,
|
| 34 |
+
"grad_norm": 21295.623046875,
|
| 35 |
+
"learning_rate": 4.897959183673469e-06,
|
| 36 |
+
"loss": 2.0786,
|
| 37 |
+
"step": 40
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.20408163265306123,
|
| 41 |
+
"grad_norm": 22374.26953125,
|
| 42 |
+
"learning_rate": 6.122448979591837e-06,
|
| 43 |
+
"loss": 2.0775,
|
| 44 |
+
"step": 50
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.24489795918367346,
|
| 48 |
+
"grad_norm": 27922.837890625,
|
| 49 |
+
"learning_rate": 7.346938775510204e-06,
|
| 50 |
+
"loss": 2.0762,
|
| 51 |
+
"step": 60
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.2857142857142857,
|
| 55 |
+
"grad_norm": 21962.65625,
|
| 56 |
+
"learning_rate": 8.571428571428571e-06,
|
| 57 |
+
"loss": 2.0751,
|
| 58 |
+
"step": 70
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.32653061224489793,
|
| 62 |
+
"grad_norm": 25949.669921875,
|
| 63 |
+
"learning_rate": 9.795918367346939e-06,
|
| 64 |
+
"loss": 2.073,
|
| 65 |
+
"step": 80
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.3673469387755102,
|
| 69 |
+
"grad_norm": 21337.779296875,
|
| 70 |
+
"learning_rate": 1.1020408163265306e-05,
|
| 71 |
+
"loss": 2.0711,
|
| 72 |
+
"step": 90
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.40816326530612246,
|
| 76 |
+
"grad_norm": 21139.53125,
|
| 77 |
+
"learning_rate": 1.2244897959183674e-05,
|
| 78 |
+
"loss": 2.068,
|
| 79 |
+
"step": 100
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.4489795918367347,
|
| 83 |
+
"grad_norm": 18687.326171875,
|
| 84 |
+
"learning_rate": 1.3469387755102042e-05,
|
| 85 |
+
"loss": 2.0621,
|
| 86 |
+
"step": 110
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.4897959183673469,
|
| 90 |
+
"grad_norm": 23997.892578125,
|
| 91 |
+
"learning_rate": 1.4693877551020408e-05,
|
| 92 |
+
"loss": 2.0557,
|
| 93 |
+
"step": 120
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.5306122448979592,
|
| 97 |
+
"grad_norm": 25094.125,
|
| 98 |
+
"learning_rate": 1.5918367346938776e-05,
|
| 99 |
+
"loss": 2.0436,
|
| 100 |
+
"step": 130
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.5714285714285714,
|
| 104 |
+
"grad_norm": 35127.62890625,
|
| 105 |
+
"learning_rate": 1.7142857142857142e-05,
|
| 106 |
+
"loss": 2.0313,
|
| 107 |
+
"step": 140
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.6122448979591837,
|
| 111 |
+
"grad_norm": 38480.73046875,
|
| 112 |
+
"learning_rate": 1.836734693877551e-05,
|
| 113 |
+
"loss": 2.0124,
|
| 114 |
+
"step": 150
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.6530612244897959,
|
| 118 |
+
"grad_norm": 37025.25390625,
|
| 119 |
+
"learning_rate": 1.9591836734693877e-05,
|
| 120 |
+
"loss": 1.9832,
|
| 121 |
+
"step": 160
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.6938775510204082,
|
| 125 |
+
"grad_norm": 47326.75390625,
|
| 126 |
+
"learning_rate": 2.0816326530612247e-05,
|
| 127 |
+
"loss": 1.9503,
|
| 128 |
+
"step": 170
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.7346938775510204,
|
| 132 |
+
"grad_norm": 44386.79296875,
|
| 133 |
+
"learning_rate": 2.2040816326530613e-05,
|
| 134 |
+
"loss": 1.9033,
|
| 135 |
+
"step": 180
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.7755102040816326,
|
| 139 |
+
"grad_norm": 60427.28515625,
|
| 140 |
+
"learning_rate": 2.326530612244898e-05,
|
| 141 |
+
"loss": 1.8548,
|
| 142 |
+
"step": 190
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.8163265306122449,
|
| 146 |
+
"grad_norm": 60310.234375,
|
| 147 |
+
"learning_rate": 2.448979591836735e-05,
|
| 148 |
+
"loss": 1.7809,
|
| 149 |
+
"step": 200
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.8571428571428571,
|
| 153 |
+
"grad_norm": 73581.171875,
|
| 154 |
+
"learning_rate": 2.5714285714285714e-05,
|
| 155 |
+
"loss": 1.8435,
|
| 156 |
+
"step": 210
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.8979591836734694,
|
| 160 |
+
"grad_norm": 63305.5,
|
| 161 |
+
"learning_rate": 2.6938775510204084e-05,
|
| 162 |
+
"loss": 1.7222,
|
| 163 |
+
"step": 220
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.9387755102040817,
|
| 167 |
+
"grad_norm": 78695.546875,
|
| 168 |
+
"learning_rate": 2.816326530612245e-05,
|
| 169 |
+
"loss": 1.7823,
|
| 170 |
+
"step": 230
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.9795918367346939,
|
| 174 |
+
"grad_norm": 118529.84375,
|
| 175 |
+
"learning_rate": 2.9387755102040816e-05,
|
| 176 |
+
"loss": 1.7203,
|
| 177 |
+
"step": 240
|
| 178 |
+
}
|
| 179 |
+
],
|
| 180 |
+
"logging_steps": 10,
|
| 181 |
+
"max_steps": 2450,
|
| 182 |
+
"num_input_tokens_seen": 0,
|
| 183 |
+
"num_train_epochs": 10,
|
| 184 |
+
"save_steps": 500,
|
| 185 |
+
"stateful_callbacks": {
|
| 186 |
+
"TrainerControl": {
|
| 187 |
+
"args": {
|
| 188 |
+
"should_epoch_stop": false,
|
| 189 |
+
"should_evaluate": false,
|
| 190 |
+
"should_log": false,
|
| 191 |
+
"should_save": true,
|
| 192 |
+
"should_training_stop": false
|
| 193 |
+
},
|
| 194 |
+
"attributes": {}
|
| 195 |
+
}
|
| 196 |
+
},
|
| 197 |
+
"total_flos": 3.24301109962752e+18,
|
| 198 |
+
"train_batch_size": 48,
|
| 199 |
+
"trial_name": null,
|
| 200 |
+
"trial_params": null
|
| 201 |
+
}
|
checkpoint-245/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff1a5da6b40908735a2131d0c9bb8c41334e1f841f4d5b0727103f09277b756f
|
| 3 |
+
size 5176
|