Training in progress, step 400
Browse files- config.json +4 -4
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"architectures": [
|
10 |
"Wav2Vec2ForCTC"
|
11 |
],
|
12 |
-
"attention_dropout": 0.
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
"codevector_dim": 768,
|
@@ -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 |
}
|
|
|
9 |
"architectures": [
|
10 |
"Wav2Vec2ForCTC"
|
11 |
],
|
12 |
+
"attention_dropout": 0.1,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
"codevector_dim": 768,
|
|
|
78 |
"num_hidden_layers": 24,
|
79 |
"num_negatives": 100,
|
80 |
"output_hidden_size": 1024,
|
81 |
+
"pad_token_id": 30,
|
82 |
"proj_codevector_dim": 768,
|
83 |
"tdnn_dilation": [
|
84 |
1,
|
|
|
102 |
1
|
103 |
],
|
104 |
"torch_dtype": "float32",
|
105 |
+
"transformers_version": "4.32.1",
|
106 |
"use_weighted_layer_sum": false,
|
107 |
+
"vocab_size": 33,
|
108 |
"xvector_output_dim": 512
|
109 |
}
|
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:30d51dcb1ebb11336d38eba3c162934f92d29d831a352b749ed91c1c2862de98
|
3 |
+
size 1262037165
|
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:34e8d1a692773d1c780f1bc1528aeca8bdac16917e89a26218fc16de24bb94d8
|
3 |
+
size 4091
|