Training in progress, epoch 0
Browse files- config.json +3 -3
- preprocessor_config.json +1 -1
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -43,7 +43,7 @@
|
|
43 |
2
|
44 |
],
|
45 |
"ctc_loss_reduction": "mean",
|
46 |
-
"ctc_zero_infinity":
|
47 |
"diversity_loss_weight": 0.1,
|
48 |
"do_stable_layer_norm": true,
|
49 |
"eos_token_id": 2,
|
@@ -78,7 +78,7 @@
|
|
78 |
"num_hidden_layers": 24,
|
79 |
"num_negatives": 100,
|
80 |
"output_hidden_size": 1024,
|
81 |
-
"pad_token_id":
|
82 |
"proj_codevector_dim": 768,
|
83 |
"tdnn_dilation": [
|
84 |
1,
|
@@ -104,6 +104,6 @@
|
|
104 |
"torch_dtype": "float32",
|
105 |
"transformers_version": "4.34.1",
|
106 |
"use_weighted_layer_sum": false,
|
107 |
-
"vocab_size":
|
108 |
"xvector_output_dim": 512
|
109 |
}
|
|
|
43 |
2
|
44 |
],
|
45 |
"ctc_loss_reduction": "mean",
|
46 |
+
"ctc_zero_infinity": false,
|
47 |
"diversity_loss_weight": 0.1,
|
48 |
"do_stable_layer_norm": true,
|
49 |
"eos_token_id": 2,
|
|
|
78 |
"num_hidden_layers": 24,
|
79 |
"num_negatives": 100,
|
80 |
"output_hidden_size": 1024,
|
81 |
+
"pad_token_id": 44,
|
82 |
"proj_codevector_dim": 768,
|
83 |
"tdnn_dilation": [
|
84 |
1,
|
|
|
104 |
"torch_dtype": "float32",
|
105 |
"transformers_version": "4.34.1",
|
106 |
"use_weighted_layer_sum": false,
|
107 |
+
"vocab_size": 47,
|
108 |
"xvector_output_dim": 512
|
109 |
}
|
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 |
"processor_class": "Wav2Vec2Processor",
|
8 |
"return_attention_mask": true,
|
9 |
"sampling_rate": 16000
|
|
|
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": true,
|
9 |
"sampling_rate": 16000
|
pytorch_model.bin
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:dcf5789852b1c64d927d9ec6ebc9178a88a26a542469c05e94621b17319abdb0
|
3 |
+
size 1262095082
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f4b432b2ae28e8359251a706ea56fdb45e6edb9a6be631616f023dcad53b91e
|
3 |
size 4536
|