kingabzpro
commited on
Commit
·
8b9884d
1
Parent(s):
bd47eba
Training in progress, step 500
Browse files- config.json +3 -3
- pytorch_model.bin +2 -2
- 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,
|
@@ -101,8 +101,8 @@
|
|
101 |
1
|
102 |
],
|
103 |
"torch_dtype": "float32",
|
104 |
-
"transformers_version": "4.
|
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": 48,
|
81 |
"proj_codevector_dim": 768,
|
82 |
"tdnn_dilation": [
|
83 |
1,
|
|
|
101 |
1
|
102 |
],
|
103 |
"torch_dtype": "float32",
|
104 |
+
"transformers_version": "4.17.0.dev0",
|
105 |
"use_weighted_layer_sum": false,
|
106 |
+
"vocab_size": 51,
|
107 |
"xvector_output_dim": 512
|
108 |
}
|
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:7482327e5acb86a9c6c9dc1758abbfe13c3a7af81df3ee5f141385126129d6be
|
3 |
+
size 1262132785
|
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:b62926e8333cd93bf5435c6096b1c393b887da34a623a88b5f8e07abd048b8c9
|
3 |
size 3055
|