kingabzpro
commited on
Commit
•
7d6b979
1
Parent(s):
6f14b31
Training in progress, step 100
Browse files
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation_dropout": 0.
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
6 |
"add_adapter": false,
|
@@ -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": [
|
@@ -52,7 +52,6 @@
|
|
52 |
"feat_proj_dropout": 0.0,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
"final_dropout": 0.0,
|
55 |
-
"gradient_checkpointing": false,
|
56 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.1,
|
58 |
"hidden_size": 1024,
|
@@ -60,12 +59,20 @@
|
|
60 |
"intermediate_size": 4096,
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
"layerdrop": 0.1,
|
|
|
|
|
|
|
|
|
|
|
63 |
"mask_feature_length": 10,
|
64 |
"mask_feature_min_masks": 0,
|
65 |
"mask_feature_prob": 0.0,
|
66 |
"mask_time_length": 10,
|
67 |
"mask_time_min_masks": 2,
|
|
|
|
|
68 |
"mask_time_prob": 0.05,
|
|
|
69 |
"model_type": "wav2vec2",
|
70 |
"num_adapter_layers": 3,
|
71 |
"num_attention_heads": 16,
|
@@ -78,7 +85,7 @@
|
|
78 |
"num_negatives": 100,
|
79 |
"output_hidden_size": 1024,
|
80 |
"pad_token_id": 62,
|
81 |
-
"proj_codevector_dim":
|
82 |
"tdnn_dilation": [
|
83 |
1,
|
84 |
2,
|
@@ -103,6 +110,6 @@
|
|
103 |
"torch_dtype": "float32",
|
104 |
"transformers_version": "4.15.0",
|
105 |
"use_weighted_layer_sum": false,
|
106 |
-
"vocab_size":
|
107 |
"xvector_output_dim": 512
|
108 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "manandey/wav2vec2-large-xlsr-punjabi",
|
3 |
+
"activation_dropout": 0.055,
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
6 |
"add_adapter": false,
|
|
|
11 |
"attention_dropout": 0.1,
|
12 |
"bos_token_id": 1,
|
13 |
"classifier_proj_size": 256,
|
14 |
+
"codevector_dim": 256,
|
15 |
"contrastive_logits_temperature": 0.1,
|
16 |
"conv_bias": true,
|
17 |
"conv_dim": [
|
|
|
52 |
"feat_proj_dropout": 0.0,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
"final_dropout": 0.0,
|
|
|
55 |
"hidden_act": "gelu",
|
56 |
"hidden_dropout": 0.1,
|
57 |
"hidden_size": 1024,
|
|
|
59 |
"intermediate_size": 4096,
|
60 |
"layer_norm_eps": 1e-05,
|
61 |
"layerdrop": 0.1,
|
62 |
+
"mask_channel_length": 10,
|
63 |
+
"mask_channel_min_space": 1,
|
64 |
+
"mask_channel_other": 0.0,
|
65 |
+
"mask_channel_prob": 0.0,
|
66 |
+
"mask_channel_selection": "static",
|
67 |
"mask_feature_length": 10,
|
68 |
"mask_feature_min_masks": 0,
|
69 |
"mask_feature_prob": 0.0,
|
70 |
"mask_time_length": 10,
|
71 |
"mask_time_min_masks": 2,
|
72 |
+
"mask_time_min_space": 1,
|
73 |
+
"mask_time_other": 0.0,
|
74 |
"mask_time_prob": 0.05,
|
75 |
+
"mask_time_selection": "static",
|
76 |
"model_type": "wav2vec2",
|
77 |
"num_adapter_layers": 3,
|
78 |
"num_attention_heads": 16,
|
|
|
85 |
"num_negatives": 100,
|
86 |
"output_hidden_size": 1024,
|
87 |
"pad_token_id": 62,
|
88 |
+
"proj_codevector_dim": 256,
|
89 |
"tdnn_dilation": [
|
90 |
1,
|
91 |
2,
|
|
|
110 |
"torch_dtype": "float32",
|
111 |
"transformers_version": "4.15.0",
|
112 |
"use_weighted_layer_sum": false,
|
113 |
+
"vocab_size": 63,
|
114 |
"xvector_output_dim": 512
|
115 |
}
|
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:90fd267ef2357e48ffaf55c752118ce439c2efa6df619308c9c461974c431d7d
|
3 |
+
size 1262181937
|
runs/Jan21_23-27-25_e132e839b4f5/1642807689.778859/events.out.tfevents.1642807689.e132e839b4f5.2504.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bf9f115d6fc9b4e5e0af4dfa13fb76d29309698297ac51a6d2ffc53ed073116
|
3 |
+
size 4772
|
runs/Jan21_23-27-25_e132e839b4f5/events.out.tfevents.1642807689.e132e839b4f5.2504.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1401ba3f1ce4be185f50df6d94b50f7c20dae1dde5f49019274db20ffde27743
|
3 |
+
size 5433
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2927
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b4cba47a0e024c7bcc8a262e8f6c9485ce9b2fc1fbfd518f2898c411f8d9130
|
3 |
size 2927
|