syedmuhammad
commited on
Commit
•
4576628
1
Parent(s):
ab94e8d
Training in progress, step 400
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "facebook/wav2vec2-
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
@@ -60,20 +60,12 @@
|
|
60 |
"intermediate_size": 4096,
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
"layerdrop": 0.1,
|
63 |
-
"mask_channel_length": 10,
|
64 |
-
"mask_channel_min_space": 1,
|
65 |
-
"mask_channel_other": 0.0,
|
66 |
-
"mask_channel_prob": 0.0,
|
67 |
-
"mask_channel_selection": "static",
|
68 |
"mask_feature_length": 10,
|
69 |
"mask_feature_min_masks": 0,
|
70 |
"mask_feature_prob": 0.0,
|
71 |
"mask_time_length": 10,
|
72 |
"mask_time_min_masks": 2,
|
73 |
-
"mask_time_min_space": 1,
|
74 |
-
"mask_time_other": 0.0,
|
75 |
"mask_time_prob": 0.05,
|
76 |
-
"mask_time_selection": "static",
|
77 |
"model_type": "wav2vec2",
|
78 |
"num_adapter_layers": 3,
|
79 |
"num_attention_heads": 16,
|
@@ -85,7 +77,7 @@
|
|
85 |
"num_hidden_layers": 24,
|
86 |
"num_negatives": 100,
|
87 |
"output_hidden_size": 1024,
|
88 |
-
"pad_token_id":
|
89 |
"proj_codevector_dim": 768,
|
90 |
"tdnn_dilation": [
|
91 |
1,
|
@@ -111,6 +103,6 @@
|
|
111 |
"torch_dtype": "float32",
|
112 |
"transformers_version": "4.35.0",
|
113 |
"use_weighted_layer_sum": false,
|
114 |
-
"vocab_size":
|
115 |
"xvector_output_dim": 512
|
116 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-xls-r-300m",
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
|
|
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,
|
|
|
77 |
"num_hidden_layers": 24,
|
78 |
"num_negatives": 100,
|
79 |
"output_hidden_size": 1024,
|
80 |
+
"pad_token_id": 36,
|
81 |
"proj_codevector_dim": 768,
|
82 |
"tdnn_dilation": [
|
83 |
1,
|
|
|
103 |
"torch_dtype": "float32",
|
104 |
"transformers_version": "4.35.0",
|
105 |
"use_weighted_layer_sum": false,
|
106 |
+
"vocab_size": 39,
|
107 |
"xvector_output_dim": 512
|
108 |
}
|
model.safetensors
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:58f3f987f978dbad05cbf239515de7f1133af5d9d443cbcaf01f0bbe159b9cd6
|
3 |
+
size 1261967380
|
runs/Nov07_13-31-14_c0cd5be0a66c/events.out.tfevents.1699364110.c0cd5be0a66c.1385.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:599016ce6d597461f5948164592da99fc93c1d5ea58576cc1e31cfdbb86cfd4c
|
3 |
+
size 5827
|
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:146200960560594effa8f652b96fa5a11fbdeaa7617cc7f7925f0a61aa26f66f
|
3 |
+
size 4536
|