Training in progress, epoch 0
Browse files- config.json +4 -4
- model.safetensors +3 -0
- preprocessor_config.json +1 -1
- training_args.bin +2 -2
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,
|
@@ -102,8 +102,8 @@
|
|
102 |
1
|
103 |
],
|
104 |
"torch_dtype": "float32",
|
105 |
-
"transformers_version": "4.
|
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": true,
|
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": 34,
|
82 |
"proj_codevector_dim": 768,
|
83 |
"tdnn_dilation": [
|
84 |
1,
|
|
|
102 |
1
|
103 |
],
|
104 |
"torch_dtype": "float32",
|
105 |
+
"transformers_version": "4.35.0",
|
106 |
"use_weighted_layer_sum": false,
|
107 |
+
"vocab_size": 37,
|
108 |
"xvector_output_dim": 512
|
109 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68cf31fd580766c2595a8063f4e7f71be482aaad2511cbc920e72966c719e35b
|
3 |
+
size 1261959180
|
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.0,
|
7 |
"processor_class": "Wav2Vec2Processor",
|
8 |
"return_attention_mask": true,
|
9 |
"sampling_rate": 16000
|
training_args.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:27e7a6cbc097f3c556d4f433e39dbc40ba151c3999a17534ce8080c1b2a22eab
|
3 |
+
size 4600
|