Commit
·
6a44544
1
Parent(s):
70f9b45
Training in progress, epoch 0
Browse files- config.json +9 -18
- pytorch_model.bin +1 -1
- 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,
|
@@ -42,19 +42,20 @@
|
|
42 |
2,
|
43 |
2
|
44 |
],
|
45 |
-
"ctc_loss_reduction": "
|
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_norm": "group",
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
-
"final_dropout": 0.
|
55 |
-
"freeze_feat_extract_train": true,
|
56 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.1,
|
|
|
58 |
"hidden_size": 768,
|
59 |
"id2label": {
|
60 |
"0": "ngang",
|
@@ -75,24 +76,14 @@
|
|
75 |
"sac": 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,
|
82 |
-
"mask_channel_prob": 0.0,
|
83 |
-
"mask_channel_selection": "static",
|
84 |
"mask_feature_length": 10,
|
85 |
"mask_feature_min_masks": 0,
|
86 |
"mask_feature_prob": 0.0,
|
87 |
"mask_time_length": 10,
|
88 |
"mask_time_min_masks": 2,
|
89 |
-
"mask_time_min_space": 1,
|
90 |
-
"mask_time_other": 0.0,
|
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": 12,
|
98 |
"num_codevector_groups": 2,
|
@@ -103,7 +94,7 @@
|
|
103 |
"num_hidden_layers": 12,
|
104 |
"num_negatives": 100,
|
105 |
"output_hidden_size": 768,
|
106 |
-
"pad_token_id":
|
107 |
"proj_codevector_dim": 256,
|
108 |
"tdnn_dilation": [
|
109 |
1,
|
@@ -129,6 +120,6 @@
|
|
129 |
"torch_dtype": "float32",
|
130 |
"transformers_version": "4.31.0",
|
131 |
"use_weighted_layer_sum": false,
|
132 |
-
"vocab_size":
|
133 |
"xvector_output_dim": 512
|
134 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "nguyenvulebinh/wav2vec2-base-vietnamese-250h",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
6 |
"adapter_stride": 2,
|
|
|
42 |
2,
|
43 |
2
|
44 |
],
|
45 |
+
"ctc_loss_reduction": "mean",
|
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 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.1,
|
58 |
+
"hidden_dropout_prob": 0.1,
|
59 |
"hidden_size": 768,
|
60 |
"id2label": {
|
61 |
"0": "ngang",
|
|
|
76 |
"sac": 1
|
77 |
},
|
78 |
"layer_norm_eps": 1e-05,
|
79 |
+
"layerdrop": 0.1,
|
|
|
|
|
|
|
|
|
|
|
80 |
"mask_feature_length": 10,
|
81 |
"mask_feature_min_masks": 0,
|
82 |
"mask_feature_prob": 0.0,
|
83 |
"mask_time_length": 10,
|
84 |
"mask_time_min_masks": 2,
|
|
|
|
|
85 |
"mask_time_prob": 0.05,
|
|
|
86 |
"model_type": "wav2vec2",
|
|
|
|
|
87 |
"num_adapter_layers": 3,
|
88 |
"num_attention_heads": 12,
|
89 |
"num_codevector_groups": 2,
|
|
|
94 |
"num_hidden_layers": 12,
|
95 |
"num_negatives": 100,
|
96 |
"output_hidden_size": 768,
|
97 |
+
"pad_token_id": 109,
|
98 |
"proj_codevector_dim": 256,
|
99 |
"tdnn_dilation": [
|
100 |
1,
|
|
|
120 |
"torch_dtype": "float32",
|
121 |
"transformers_version": "4.31.0",
|
122 |
"use_weighted_layer_sum": false,
|
123 |
+
"vocab_size": 110,
|
124 |
"xvector_output_dim": 512
|
125 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378354537
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1e0d62feb56f9e82317ac8b56a25e960029df39be054f8afd44f9b5b750e2e5
|
3 |
size 378354537
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc1d1eb7ba186b12a0cd47765395233617259d6f2a3846476fabadd718c55461
|
3 |
size 3963
|