llillillil
commited on
Commit
•
4c27ca6
1
Parent(s):
6790f93
Training in progress, epoch 1
Browse files- config.json +55 -9
- model.safetensors +2 -2
- preprocessor_config.json +1 -1
- runs/Jun26_17-38-26_WIN-CEJF2NB9KFH/events.out.tfevents.1719394706.WIN-CEJF2NB9KFH.85300.0 +2 -2
- runs/Jun26_17-53-35_WIN-CEJF2NB9KFH/events.out.tfevents.1719395616.WIN-CEJF2NB9KFH.91860.0 +3 -0
- runs/Jun26_19-08-23_WIN-CEJF2NB9KFH/events.out.tfevents.1719400104.WIN-CEJF2NB9KFH.37732.0 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,13 +1,19 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation_dropout": 0.
|
|
|
|
|
|
|
|
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"attention_dropout": 0.1,
|
9 |
"bos_token_id": 1,
|
10 |
"classifier_proj_size": 256,
|
|
|
|
|
11 |
"conv_bias": false,
|
12 |
"conv_dim": [
|
13 |
512,
|
@@ -38,13 +44,15 @@
|
|
38 |
],
|
39 |
"ctc_loss_reduction": "sum",
|
40 |
"ctc_zero_infinity": false,
|
|
|
41 |
"do_stable_layer_norm": false,
|
42 |
"eos_token_id": 2,
|
43 |
"feat_extract_activation": "gelu",
|
44 |
"feat_extract_norm": "group",
|
45 |
-
"feat_proj_dropout": 0.
|
46 |
-
"
|
47 |
-
"final_dropout": 0.
|
|
|
48 |
"hidden_act": "gelu",
|
49 |
"hidden_dropout": 0.1,
|
50 |
"hidden_size": 768,
|
@@ -61,22 +69,60 @@
|
|
61 |
"LABEL_2": 2
|
62 |
},
|
63 |
"layer_norm_eps": 1e-05,
|
64 |
-
"layerdrop": 0.
|
|
|
|
|
|
|
|
|
|
|
65 |
"mask_feature_length": 10,
|
66 |
"mask_feature_min_masks": 0,
|
67 |
"mask_feature_prob": 0.0,
|
68 |
"mask_time_length": 10,
|
69 |
"mask_time_min_masks": 2,
|
|
|
|
|
70 |
"mask_time_prob": 0.05,
|
71 |
-
"
|
|
|
|
|
|
|
|
|
72 |
"num_attention_heads": 12,
|
|
|
|
|
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 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
"torch_dtype": "float32",
|
79 |
"transformers_version": "4.40.2",
|
80 |
"use_weighted_layer_sum": false,
|
81 |
-
"vocab_size": 32
|
|
|
82 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-base",
|
3 |
+
"activation_dropout": 0.0,
|
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 |
+
"Wav2Vec2ForSequenceClassification"
|
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,
|
|
|
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_norm": "group",
|
52 |
+
"feat_proj_dropout": 0.1,
|
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.1,
|
58 |
"hidden_size": 768,
|
|
|
69 |
"LABEL_2": 2
|
70 |
},
|
71 |
"layer_norm_eps": 1e-05,
|
72 |
+
"layerdrop": 0.0,
|
73 |
+
"mask_channel_length": 10,
|
74 |
+
"mask_channel_min_space": 1,
|
75 |
+
"mask_channel_other": 0.0,
|
76 |
+
"mask_channel_prob": 0.0,
|
77 |
+
"mask_channel_selection": "static",
|
78 |
"mask_feature_length": 10,
|
79 |
"mask_feature_min_masks": 0,
|
80 |
"mask_feature_prob": 0.0,
|
81 |
"mask_time_length": 10,
|
82 |
"mask_time_min_masks": 2,
|
83 |
+
"mask_time_min_space": 1,
|
84 |
+
"mask_time_other": 0.0,
|
85 |
"mask_time_prob": 0.05,
|
86 |
+
"mask_time_selection": "static",
|
87 |
+
"model_type": "wav2vec2",
|
88 |
+
"no_mask_channel_overlap": false,
|
89 |
+
"no_mask_time_overlap": false,
|
90 |
+
"num_adapter_layers": 3,
|
91 |
"num_attention_heads": 12,
|
92 |
+
"num_codevector_groups": 2,
|
93 |
+
"num_codevectors_per_group": 320,
|
94 |
"num_conv_pos_embedding_groups": 16,
|
95 |
"num_conv_pos_embeddings": 128,
|
96 |
"num_feat_extract_layers": 7,
|
97 |
"num_hidden_layers": 12,
|
98 |
+
"num_negatives": 100,
|
99 |
+
"output_hidden_size": 768,
|
100 |
"pad_token_id": 0,
|
101 |
+
"proj_codevector_dim": 256,
|
102 |
+
"tdnn_dilation": [
|
103 |
+
1,
|
104 |
+
2,
|
105 |
+
3,
|
106 |
+
1,
|
107 |
+
1
|
108 |
+
],
|
109 |
+
"tdnn_dim": [
|
110 |
+
512,
|
111 |
+
512,
|
112 |
+
512,
|
113 |
+
512,
|
114 |
+
1500
|
115 |
+
],
|
116 |
+
"tdnn_kernel": [
|
117 |
+
5,
|
118 |
+
3,
|
119 |
+
3,
|
120 |
+
1,
|
121 |
+
1
|
122 |
+
],
|
123 |
"torch_dtype": "float32",
|
124 |
"transformers_version": "4.40.2",
|
125 |
"use_weighted_layer_sum": false,
|
126 |
+
"vocab_size": 32,
|
127 |
+
"xvector_output_dim": 512
|
128 |
}
|
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:6e639bab791a1b5ad8b41d7dc9d59d02aa2dfa77c1b0e7e6cd16f748795157a3
|
3 |
+
size 378303340
|
preprocessor_config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
-
"padding_value": 0,
|
7 |
"return_attention_mask": false,
|
8 |
"sampling_rate": 16000
|
9 |
}
|
|
|
3 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
+
"padding_value": 0.0,
|
7 |
"return_attention_mask": false,
|
8 |
"sampling_rate": 16000
|
9 |
}
|
runs/Jun26_17-38-26_WIN-CEJF2NB9KFH/events.out.tfevents.1719394706.WIN-CEJF2NB9KFH.85300.0
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:4bab15b26b88a1633a77a88540355bd2b494c697afed12e6f243e8b713d0ba0b
|
3 |
+
size 13953
|
runs/Jun26_17-53-35_WIN-CEJF2NB9KFH/events.out.tfevents.1719395616.WIN-CEJF2NB9KFH.91860.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e01fd182e53b2f861a79c60d045350fa1cd366b032e8b1fd6a4c5427d0b0870
|
3 |
+
size 14894
|
runs/Jun26_19-08-23_WIN-CEJF2NB9KFH/events.out.tfevents.1719400104.WIN-CEJF2NB9KFH.37732.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ddd750d1a331dd184e49b258932dae1fbf204beab283d21310c1c032fcb9715
|
3 |
+
size 7083
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4539
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e520fa03092f74f79776e945f260abbc663c6fe792e530708e14eb35d1af337c
|
3 |
size 4539
|