Training in progress, epoch 1
Browse files- config.json +11 -20
- model.safetensors +2 -2
- preprocessor_config.json +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/scratch/elec/puhe/p/palp3/sami_ASR/downloaded-
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
@@ -12,9 +12,9 @@
|
|
12 |
"attention_dropout": 0.0,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
-
"codevector_dim":
|
16 |
"contrastive_logits_temperature": 0.1,
|
17 |
-
"conv_bias":
|
18 |
"conv_dim": [
|
19 |
512,
|
20 |
512,
|
@@ -45,48 +45,39 @@
|
|
45 |
"ctc_loss_reduction": "mean",
|
46 |
"ctc_zero_infinity": false,
|
47 |
"diversity_loss_weight": 0.1,
|
48 |
-
"do_stable_layer_norm":
|
49 |
"eos_token_id": 2,
|
50 |
"feat_extract_activation": "gelu",
|
51 |
-
"
|
52 |
-
"feat_extract_norm": "layer",
|
53 |
"feat_proj_dropout": 0.0,
|
54 |
"feat_quantizer_dropout": 0.0,
|
55 |
"final_dropout": 0.0,
|
56 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.0,
|
58 |
-
"hidden_size":
|
59 |
"initializer_range": 0.02,
|
60 |
-
"intermediate_size":
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
"layerdrop": 0.0,
|
63 |
-
"mask_channel_length": 10,
|
64 |
-
"mask_channel_min_space": 1,
|
65 |
-
"mask_channel_other": 0.0,
|
66 |
-
"mask_channel_prob": 0.0,
|
67 |
-
"mask_channel_selection": "static",
|
68 |
"mask_feature_length": 10,
|
69 |
"mask_feature_min_masks": 0,
|
70 |
"mask_feature_prob": 0.0,
|
71 |
"mask_time_length": 10,
|
72 |
"mask_time_min_masks": 2,
|
73 |
-
"mask_time_min_space": 1,
|
74 |
-
"mask_time_other": 0.0,
|
75 |
"mask_time_prob": 0.05,
|
76 |
-
"mask_time_selection": "static",
|
77 |
"model_type": "wav2vec2",
|
78 |
"num_adapter_layers": 3,
|
79 |
-
"num_attention_heads":
|
80 |
"num_codevector_groups": 2,
|
81 |
"num_codevectors_per_group": 320,
|
82 |
"num_conv_pos_embedding_groups": 16,
|
83 |
"num_conv_pos_embeddings": 128,
|
84 |
"num_feat_extract_layers": 7,
|
85 |
-
"num_hidden_layers":
|
86 |
"num_negatives": 100,
|
87 |
-
"output_hidden_size":
|
88 |
"pad_token_id": 0,
|
89 |
-
"proj_codevector_dim":
|
90 |
"tdnn_dilation": [
|
91 |
1,
|
92 |
2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/scratch/elec/puhe/p/palp3/sami_ASR/downloaded-base-sami/wav2vec2-base-sami-22k-finetuned",
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
|
|
12 |
"attention_dropout": 0.0,
|
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,
|
|
|
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_norm": "group",
|
|
|
52 |
"feat_proj_dropout": 0.0,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
"final_dropout": 0.0,
|
55 |
"hidden_act": "gelu",
|
56 |
"hidden_dropout": 0.0,
|
57 |
+
"hidden_size": 768,
|
58 |
"initializer_range": 0.02,
|
59 |
+
"intermediate_size": 3072,
|
60 |
"layer_norm_eps": 1e-05,
|
61 |
"layerdrop": 0.0,
|
|
|
|
|
|
|
|
|
|
|
62 |
"mask_feature_length": 10,
|
63 |
"mask_feature_min_masks": 0,
|
64 |
"mask_feature_prob": 0.0,
|
65 |
"mask_time_length": 10,
|
66 |
"mask_time_min_masks": 2,
|
|
|
|
|
67 |
"mask_time_prob": 0.05,
|
|
|
68 |
"model_type": "wav2vec2",
|
69 |
"num_adapter_layers": 3,
|
70 |
+
"num_attention_heads": 12,
|
71 |
"num_codevector_groups": 2,
|
72 |
"num_codevectors_per_group": 320,
|
73 |
"num_conv_pos_embedding_groups": 16,
|
74 |
"num_conv_pos_embeddings": 128,
|
75 |
"num_feat_extract_layers": 7,
|
76 |
+
"num_hidden_layers": 12,
|
77 |
"num_negatives": 100,
|
78 |
+
"output_hidden_size": 768,
|
79 |
"pad_token_id": 0,
|
80 |
+
"proj_codevector_dim": 256,
|
81 |
"tdnn_dilation": [
|
82 |
1,
|
83 |
2,
|
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:d64f602d3bc48b7d2214d78d6e932836d2cd0bc942dd69dbcdf1958c5eb1fa47
|
3 |
+
size 377654192
|
preprocessor_config.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
-
"do_normalize":
|
3 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0,
|
7 |
"processor_class": "Wav2Vec2Processor",
|
8 |
-
"return_attention_mask":
|
9 |
"sampling_rate": 16000
|
10 |
}
|
|
|
1 |
{
|
2 |
+
"do_normalize": false,
|
3 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0,
|
7 |
"processor_class": "Wav2Vec2Processor",
|
8 |
+
"return_attention_mask": false,
|
9 |
"sampling_rate": 16000
|
10 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3774c36946cb93e738d91f3499c3b3dadf5dc03a52a4dce57046d7f63d1147e6
|
3 |
size 5496
|