Commit
·
2ae840f
1
Parent(s):
d824206
Training in progress, step 50
Browse files- config.json +2 -2
- preprocessor_config.json +0 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -77,7 +77,7 @@
|
|
| 77 |
"num_hidden_layers": 24,
|
| 78 |
"num_negatives": 100,
|
| 79 |
"output_hidden_size": 1024,
|
| 80 |
-
"pad_token_id":
|
| 81 |
"proj_codevector_dim": 768,
|
| 82 |
"tdnn_dilation": [
|
| 83 |
1,
|
|
@@ -103,6 +103,6 @@
|
|
| 103 |
"torch_dtype": "float32",
|
| 104 |
"transformers_version": "4.17.0.dev0",
|
| 105 |
"use_weighted_layer_sum": false,
|
| 106 |
-
"vocab_size":
|
| 107 |
"xvector_output_dim": 512
|
| 108 |
}
|
|
|
|
| 77 |
"num_hidden_layers": 24,
|
| 78 |
"num_negatives": 100,
|
| 79 |
"output_hidden_size": 1024,
|
| 80 |
+
"pad_token_id": 44,
|
| 81 |
"proj_codevector_dim": 768,
|
| 82 |
"tdnn_dilation": [
|
| 83 |
1,
|
|
|
|
| 103 |
"torch_dtype": "float32",
|
| 104 |
"transformers_version": "4.17.0.dev0",
|
| 105 |
"use_weighted_layer_sum": false,
|
| 106 |
+
"vocab_size": 47,
|
| 107 |
"xvector_output_dim": 512
|
| 108 |
}
|
preprocessor_config.json
CHANGED
|
@@ -4,7 +4,6 @@
|
|
| 4 |
"feature_size": 1,
|
| 5 |
"padding_side": "right",
|
| 6 |
"padding_value": 0.0,
|
| 7 |
-
"processor_class": "Wav2Vec2ProcessorWithLM",
|
| 8 |
"return_attention_mask": true,
|
| 9 |
"sampling_rate": 16000
|
| 10 |
}
|
|
|
|
| 4 |
"feature_size": 1,
|
| 5 |
"padding_side": "right",
|
| 6 |
"padding_value": 0.0,
|
|
|
|
| 7 |
"return_attention_mask": true,
|
| 8 |
"sampling_rate": 16000
|
| 9 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3055
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25d5e2b08a5398bca74353d11c22a3a484f7633475bcb715eb853cd080ae37cf
|
| 3 |
size 3055
|