EzraWilliam
commited on
Commit
•
50c407f
1
Parent(s):
66fd479
Training in progress, step 500
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,
|
@@ -12,9 +12,9 @@
|
|
12 |
"attention_dropout": 0.1,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
-
"codevector_dim":
|
16 |
"contrastive_logits_temperature": 0.1,
|
17 |
-
"conv_bias":
|
18 |
"conv_dim": [
|
19 |
512,
|
20 |
512,
|
@@ -45,50 +45,41 @@
|
|
45 |
"ctc_loss_reduction": "mean",
|
46 |
"ctc_zero_infinity": false,
|
47 |
"diversity_loss_weight": 0.1,
|
48 |
-
"do_stable_layer_norm":
|
49 |
"eos_token_id": 2,
|
50 |
"feat_extract_activation": "gelu",
|
51 |
-
"
|
|
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
"final_dropout": 0.0,
|
55 |
-
"
|
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.
|
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 |
-
"
|
74 |
-
"mask_time_other": 0.0,
|
75 |
-
"mask_time_prob": 0.05,
|
76 |
-
"mask_time_selection": "static",
|
77 |
"model_type": "wav2vec2",
|
78 |
-
"no_mask_channel_overlap": false,
|
79 |
-
"no_mask_time_overlap": false,
|
80 |
"num_adapter_layers": 3,
|
81 |
-
"num_attention_heads":
|
82 |
"num_codevector_groups": 2,
|
83 |
"num_codevectors_per_group": 320,
|
84 |
"num_conv_pos_embedding_groups": 16,
|
85 |
"num_conv_pos_embeddings": 128,
|
86 |
"num_feat_extract_layers": 7,
|
87 |
-
"num_hidden_layers":
|
88 |
"num_negatives": 100,
|
89 |
-
"output_hidden_size":
|
90 |
"pad_token_id": 42,
|
91 |
-
"proj_codevector_dim":
|
92 |
"tdnn_dilation": [
|
93 |
1,
|
94 |
2,
|
|
|
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,
|
|
|
12 |
"attention_dropout": 0.1,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
+
"codevector_dim": 768,
|
16 |
"contrastive_logits_temperature": 0.1,
|
17 |
+
"conv_bias": true,
|
18 |
"conv_dim": [
|
19 |
512,
|
20 |
512,
|
|
|
45 |
"ctc_loss_reduction": "mean",
|
46 |
"ctc_zero_infinity": false,
|
47 |
"diversity_loss_weight": 0.1,
|
48 |
+
"do_stable_layer_norm": true,
|
49 |
"eos_token_id": 2,
|
50 |
"feat_extract_activation": "gelu",
|
51 |
+
"feat_extract_dropout": 0.0,
|
52 |
+
"feat_extract_norm": "layer",
|
53 |
"feat_proj_dropout": 0.1,
|
54 |
"feat_quantizer_dropout": 0.0,
|
55 |
"final_dropout": 0.0,
|
56 |
+
"gradient_checkpointing": false,
|
57 |
"hidden_act": "gelu",
|
58 |
"hidden_dropout": 0.1,
|
59 |
+
"hidden_size": 1024,
|
60 |
"initializer_range": 0.02,
|
61 |
+
"intermediate_size": 4096,
|
62 |
"layer_norm_eps": 1e-05,
|
63 |
+
"layerdrop": 0.1,
|
|
|
|
|
|
|
|
|
|
|
64 |
"mask_feature_length": 10,
|
65 |
"mask_feature_min_masks": 0,
|
66 |
"mask_feature_prob": 0.0,
|
67 |
"mask_time_length": 10,
|
68 |
"mask_time_min_masks": 2,
|
69 |
+
"mask_time_prob": 0.075,
|
|
|
|
|
|
|
70 |
"model_type": "wav2vec2",
|
|
|
|
|
71 |
"num_adapter_layers": 3,
|
72 |
+
"num_attention_heads": 16,
|
73 |
"num_codevector_groups": 2,
|
74 |
"num_codevectors_per_group": 320,
|
75 |
"num_conv_pos_embedding_groups": 16,
|
76 |
"num_conv_pos_embeddings": 128,
|
77 |
"num_feat_extract_layers": 7,
|
78 |
+
"num_hidden_layers": 24,
|
79 |
"num_negatives": 100,
|
80 |
+
"output_hidden_size": 1024,
|
81 |
"pad_token_id": 42,
|
82 |
+
"proj_codevector_dim": 768,
|
83 |
"tdnn_dilation": [
|
84 |
1,
|
85 |
2,
|
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:9d27c19218d0ab0cdae5afedc0bed93d9e29062079804576c6603d2c44585506
|
3 |
+
size 1261991980
|
runs/Apr20_17-27-27_a63099b08f59/events.out.tfevents.1713634185.a63099b08f59.200.0
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:a6261d621ac0852b113a7823401654bb61c0f43f5e1d9ec012bfee123cde0ba6
|
3 |
+
size 8815
|
runs/Apr20_17-53-17_a63099b08f59/events.out.tfevents.1713635743.a63099b08f59.200.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0337ebd9c5d4d15b561e37f247fcf3fc3efb060bc2158ff3114976f0991d3fdb
|
3 |
+
size 7615
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36a4ca89f170bcfb26d806fc48d7d13994817ef961c40a0002492160d18101df
|
3 |
size 5048
|