Training in progress, epoch 1
Browse files- config.json +17 -19
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
-
"activation_dropout": 0.
|
| 4 |
"adapter_attn_dim": null,
|
| 5 |
"adapter_kernel_size": 3,
|
| 6 |
"adapter_stride": 2,
|
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"classifier_proj_size": 256,
|
| 15 |
"codevector_dim": 256,
|
| 16 |
"contrastive_logits_temperature": 0.1,
|
| 17 |
-
"conv_bias":
|
| 18 |
"conv_dim": [
|
| 19 |
512,
|
| 20 |
512,
|
|
@@ -42,20 +42,20 @@
|
|
| 42 |
2,
|
| 43 |
2
|
| 44 |
],
|
| 45 |
-
"ctc_loss_reduction": "
|
| 46 |
-
"ctc_zero_infinity":
|
| 47 |
"diversity_loss_weight": 0.1,
|
| 48 |
-
"do_stable_layer_norm":
|
| 49 |
"eos_token_id": 2,
|
| 50 |
"feat_extract_activation": "gelu",
|
| 51 |
-
"
|
| 52 |
-
"
|
|
|
|
| 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.
|
| 58 |
-
"hidden_size":
|
| 59 |
"id2label": {
|
| 60 |
"0": "angry",
|
| 61 |
"1": "sad",
|
|
@@ -65,7 +65,7 @@
|
|
| 65 |
"5": "happy"
|
| 66 |
},
|
| 67 |
"initializer_range": 0.02,
|
| 68 |
-
"intermediate_size":
|
| 69 |
"label2id": {
|
| 70 |
"angry": 0,
|
| 71 |
"disgust": 2,
|
|
@@ -75,7 +75,7 @@
|
|
| 75 |
"sad": 1
|
| 76 |
},
|
| 77 |
"layer_norm_eps": 1e-05,
|
| 78 |
-
"layerdrop": 0.
|
| 79 |
"mask_channel_length": 10,
|
| 80 |
"mask_channel_min_space": 1,
|
| 81 |
"mask_channel_other": 0.0,
|
|
@@ -91,18 +91,16 @@
|
|
| 91 |
"mask_time_prob": 0.05,
|
| 92 |
"mask_time_selection": "static",
|
| 93 |
"model_type": "wav2vec2",
|
| 94 |
-
"no_mask_channel_overlap": false,
|
| 95 |
-
"no_mask_time_overlap": false,
|
| 96 |
"num_adapter_layers": 3,
|
| 97 |
-
"num_attention_heads":
|
| 98 |
"num_codevector_groups": 2,
|
| 99 |
"num_codevectors_per_group": 320,
|
| 100 |
"num_conv_pos_embedding_groups": 16,
|
| 101 |
"num_conv_pos_embeddings": 128,
|
| 102 |
"num_feat_extract_layers": 7,
|
| 103 |
-
"num_hidden_layers":
|
| 104 |
"num_negatives": 100,
|
| 105 |
-
"output_hidden_size":
|
| 106 |
"pad_token_id": 0,
|
| 107 |
"proj_codevector_dim": 256,
|
| 108 |
"tdnn_dilation": [
|
|
@@ -129,6 +127,6 @@
|
|
| 129 |
"torch_dtype": "float32",
|
| 130 |
"transformers_version": "4.39.3",
|
| 131 |
"use_weighted_layer_sum": false,
|
| 132 |
-
"vocab_size":
|
| 133 |
"xvector_output_dim": 512
|
| 134 |
}
|
|
|
|
| 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,
|
|
|
|
| 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,
|
|
|
|
| 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 |
"id2label": {
|
| 60 |
"0": "angry",
|
| 61 |
"1": "sad",
|
|
|
|
| 65 |
"5": "happy"
|
| 66 |
},
|
| 67 |
"initializer_range": 0.02,
|
| 68 |
+
"intermediate_size": 4096,
|
| 69 |
"label2id": {
|
| 70 |
"angry": 0,
|
| 71 |
"disgust": 2,
|
|
|
|
| 75 |
"sad": 1
|
| 76 |
},
|
| 77 |
"layer_norm_eps": 1e-05,
|
| 78 |
+
"layerdrop": 0.05,
|
| 79 |
"mask_channel_length": 10,
|
| 80 |
"mask_channel_min_space": 1,
|
| 81 |
"mask_channel_other": 0.0,
|
|
|
|
| 91 |
"mask_time_prob": 0.05,
|
| 92 |
"mask_time_selection": "static",
|
| 93 |
"model_type": "wav2vec2",
|
|
|
|
|
|
|
| 94 |
"num_adapter_layers": 3,
|
| 95 |
+
"num_attention_heads": 16,
|
| 96 |
"num_codevector_groups": 2,
|
| 97 |
"num_codevectors_per_group": 320,
|
| 98 |
"num_conv_pos_embedding_groups": 16,
|
| 99 |
"num_conv_pos_embeddings": 128,
|
| 100 |
"num_feat_extract_layers": 7,
|
| 101 |
+
"num_hidden_layers": 24,
|
| 102 |
"num_negatives": 100,
|
| 103 |
+
"output_hidden_size": 1024,
|
| 104 |
"pad_token_id": 0,
|
| 105 |
"proj_codevector_dim": 256,
|
| 106 |
"tdnn_dilation": [
|
|
|
|
| 127 |
"torch_dtype": "float32",
|
| 128 |
"transformers_version": "4.39.3",
|
| 129 |
"use_weighted_layer_sum": false,
|
| 130 |
+
"vocab_size": 33,
|
| 131 |
"xvector_output_dim": 512
|
| 132 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a5b62438e9e4ebb0170990d16e272d57a770a6c2aa5808954c088d1e3d9f2c0
|
| 3 |
+
size 1262863416
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:decb07fd61901eb7248ec185cc960ae2d2777a8530880439ac805c206e177d0d
|
| 3 |
size 4920
|