Training in progress, step 181
Browse files- config.json +15 -14
- model.safetensors +2 -2
- preprocessor_config.json +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "facebook/
|
3 |
-
"activation_dropout": 0.
|
4 |
"adapter_attn_dim": 16,
|
5 |
"adapter_kernel_size": 3,
|
6 |
"adapter_stride": 2,
|
@@ -9,12 +9,12 @@
|
|
9 |
"architectures": [
|
10 |
"Wav2Vec2ForCTC"
|
11 |
],
|
12 |
-
"attention_dropout": 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,19 +45,20 @@
|
|
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 |
"feat_extract_dropout": 0.0,
|
52 |
-
"feat_extract_norm": "
|
53 |
-
"feat_proj_dropout": 0.
|
54 |
"feat_quantizer_dropout": 0.0,
|
55 |
"final_dropout": 0.0,
|
56 |
"hidden_act": "gelu",
|
57 |
-
"hidden_dropout": 0.
|
58 |
-
"
|
|
|
59 |
"initializer_range": 0.02,
|
60 |
-
"intermediate_size":
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
"layerdrop": 0.0,
|
63 |
"mask_feature_length": 10,
|
@@ -74,11 +75,11 @@
|
|
74 |
"num_conv_pos_embedding_groups": 16,
|
75 |
"num_conv_pos_embeddings": 128,
|
76 |
"num_feat_extract_layers": 7,
|
77 |
-
"num_hidden_layers":
|
78 |
"num_negatives": 100,
|
79 |
-
"output_hidden_size":
|
80 |
"pad_token_id": 28,
|
81 |
-
"proj_codevector_dim":
|
82 |
"tdnn_dilation": [
|
83 |
1,
|
84 |
2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-large-960h",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
"adapter_attn_dim": 16,
|
5 |
"adapter_kernel_size": 3,
|
6 |
"adapter_stride": 2,
|
|
|
9 |
"architectures": [
|
10 |
"Wav2Vec2ForCTC"
|
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,
|
|
|
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.0,
|
54 |
"feat_quantizer_dropout": 0.0,
|
55 |
"final_dropout": 0.0,
|
56 |
"hidden_act": "gelu",
|
57 |
+
"hidden_dropout": 0.1,
|
58 |
+
"hidden_dropout_prob": 0.1,
|
59 |
+
"hidden_size": 1024,
|
60 |
"initializer_range": 0.02,
|
61 |
+
"intermediate_size": 4096,
|
62 |
"layer_norm_eps": 1e-05,
|
63 |
"layerdrop": 0.0,
|
64 |
"mask_feature_length": 10,
|
|
|
75 |
"num_conv_pos_embedding_groups": 16,
|
76 |
"num_conv_pos_embeddings": 128,
|
77 |
"num_feat_extract_layers": 7,
|
78 |
+
"num_hidden_layers": 24,
|
79 |
"num_negatives": 100,
|
80 |
+
"output_hidden_size": 1024,
|
81 |
"pad_token_id": 28,
|
82 |
+
"proj_codevector_dim": 256,
|
83 |
"tdnn_dilation": [
|
84 |
1,
|
85 |
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:bfaf90cd06605a87819c02506ddef94177262c0279a6ecc725a305ceb6f60ddd
|
3 |
+
size 1261893268
|
preprocessor_config.json
CHANGED
@@ -3,8 +3,8 @@
|
|
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 |
}
|
|
|
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": 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 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29b72b8d3c424e887258d91160b3bfdcf483e9cc9121bae8531fddff1694e827
|
3 |
size 5432
|