Training in progress, epoch 1
Browse files- config.json +2 -2
- model.safetensors +1 -1
- preprocessor_config.json +0 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "zainulhakim/
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
@@ -87,7 +87,7 @@
|
|
87 |
"num_hidden_layers": 12,
|
88 |
"num_negatives": 100,
|
89 |
"output_hidden_size": 768,
|
90 |
-
"pad_token_id":
|
91 |
"proj_codevector_dim": 256,
|
92 |
"tdnn_dilation": [
|
93 |
1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "zainulhakim/241103_wav2vec2_Augmented_Dataset",
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
|
|
87 |
"num_hidden_layers": 12,
|
88 |
"num_negatives": 100,
|
89 |
"output_hidden_size": 768,
|
90 |
+
"pad_token_id": 19,
|
91 |
"proj_codevector_dim": 256,
|
92 |
"tdnn_dilation": [
|
93 |
1,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 377611120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09f4498d01ca9362ae1177f845d410d682e0d0609bf4576986a5c29f89bcd638
|
3 |
size 377611120
|
preprocessor_config.json
CHANGED
@@ -4,7 +4,6 @@
|
|
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 |
}
|
|
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0.0,
|
|
|
7 |
"return_attention_mask": false,
|
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 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81e8954b9eedd810c3d3dce5d61cc75780ff7e9ae963eb7b48bfc1f649673c0c
|
3 |
size 5240
|