kingabzpro
commited on
Commit
•
33a4a83
1
Parent(s):
eab0ffe
Training in progress, step 500
Browse files- config.json +7 -7
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "facebook/wav2vec2-xls-r-
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
@@ -11,7 +11,7 @@
|
|
11 |
"attention_dropout": 0.1,
|
12 |
"bos_token_id": 1,
|
13 |
"classifier_proj_size": 256,
|
14 |
-
"codevector_dim":
|
15 |
"contrastive_logits_temperature": 0.1,
|
16 |
"conv_bias": true,
|
17 |
"conv_dim": [
|
@@ -55,9 +55,9 @@
|
|
55 |
"gradient_checkpointing": false,
|
56 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.1,
|
58 |
-
"hidden_size":
|
59 |
"initializer_range": 0.02,
|
60 |
-
"intermediate_size":
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
"layerdrop": 0.1,
|
63 |
"mask_feature_length": 10,
|
@@ -74,11 +74,11 @@
|
|
74 |
"num_conv_pos_embedding_groups": 16,
|
75 |
"num_conv_pos_embeddings": 128,
|
76 |
"num_feat_extract_layers": 7,
|
77 |
-
"num_hidden_layers":
|
78 |
"num_negatives": 100,
|
79 |
-
"output_hidden_size":
|
80 |
"pad_token_id": 34,
|
81 |
-
"proj_codevector_dim":
|
82 |
"tdnn_dilation": [
|
83 |
1,
|
84 |
2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-xls-r-1b",
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
|
|
11 |
"attention_dropout": 0.1,
|
12 |
"bos_token_id": 1,
|
13 |
"classifier_proj_size": 256,
|
14 |
+
"codevector_dim": 1024,
|
15 |
"contrastive_logits_temperature": 0.1,
|
16 |
"conv_bias": true,
|
17 |
"conv_dim": [
|
|
|
55 |
"gradient_checkpointing": false,
|
56 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.1,
|
58 |
+
"hidden_size": 1280,
|
59 |
"initializer_range": 0.02,
|
60 |
+
"intermediate_size": 5120,
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
"layerdrop": 0.1,
|
63 |
"mask_feature_length": 10,
|
|
|
74 |
"num_conv_pos_embedding_groups": 16,
|
75 |
"num_conv_pos_embeddings": 128,
|
76 |
"num_feat_extract_layers": 7,
|
77 |
+
"num_hidden_layers": 48,
|
78 |
"num_negatives": 100,
|
79 |
+
"output_hidden_size": 1280,
|
80 |
"pad_token_id": 34,
|
81 |
+
"proj_codevector_dim": 1024,
|
82 |
"tdnn_dilation": [
|
83 |
1,
|
84 |
2,
|
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:544bd0bbef46d7190456138fc478ad10ca4a849ec4fe8ca201ac40e6462ea31a
|
3 |
+
size 3850502321
|
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:bdb8f97d454170177a527f9d46a17a9f70e6cae32e2bcfa2f0c1c2a91a01afb5
|
3 |
size 3055
|