Training in progress, step 200
Browse files
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "facebook/
|
3 |
-
"activation_dropout": 0.
|
4 |
-
"adapter_attn_dim":
|
5 |
"adapter_kernel_size": 3,
|
6 |
"adapter_stride": 2,
|
7 |
"add_adapter": false,
|
@@ -12,9 +12,9 @@
|
|
12 |
"attention_dropout": 0.0,
|
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,21 +45,19 @@
|
|
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 |
"feat_extract_dropout": 0.0,
|
52 |
-
"feat_extract_norm": "
|
53 |
"feat_proj_dropout": 0.0,
|
54 |
"feat_quantizer_dropout": 0.0,
|
55 |
-
"final_dropout": 0.
|
56 |
-
"gradient_checkpointing": false,
|
57 |
"hidden_act": "gelu",
|
58 |
"hidden_dropout": 0.0,
|
59 |
-
"
|
60 |
-
"hidden_size": 768,
|
61 |
"initializer_range": 0.02,
|
62 |
-
"intermediate_size":
|
63 |
"layer_norm_eps": 1e-05,
|
64 |
"layerdrop": 0.0,
|
65 |
"mask_feature_length": 10,
|
@@ -70,17 +68,17 @@
|
|
70 |
"mask_time_prob": 0.05,
|
71 |
"model_type": "wav2vec2",
|
72 |
"num_adapter_layers": 3,
|
73 |
-
"num_attention_heads":
|
74 |
"num_codevector_groups": 2,
|
75 |
"num_codevectors_per_group": 320,
|
76 |
"num_conv_pos_embedding_groups": 16,
|
77 |
"num_conv_pos_embeddings": 128,
|
78 |
"num_feat_extract_layers": 7,
|
79 |
-
"num_hidden_layers":
|
80 |
"num_negatives": 100,
|
81 |
-
"output_hidden_size":
|
82 |
"pad_token_id": 108,
|
83 |
-
"proj_codevector_dim":
|
84 |
"tdnn_dilation": [
|
85 |
1,
|
86 |
2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/mms-1b-all",
|
3 |
+
"activation_dropout": 0.05,
|
4 |
+
"adapter_attn_dim": 16,
|
5 |
"adapter_kernel_size": 3,
|
6 |
"adapter_stride": 2,
|
7 |
"add_adapter": false,
|
|
|
12 |
"attention_dropout": 0.0,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
+
"codevector_dim": 1024,
|
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.0,
|
54 |
"feat_quantizer_dropout": 0.0,
|
55 |
+
"final_dropout": 0.05,
|
|
|
56 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.0,
|
58 |
+
"hidden_size": 1280,
|
|
|
59 |
"initializer_range": 0.02,
|
60 |
+
"intermediate_size": 5120,
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
"layerdrop": 0.0,
|
63 |
"mask_feature_length": 10,
|
|
|
68 |
"mask_time_prob": 0.05,
|
69 |
"model_type": "wav2vec2",
|
70 |
"num_adapter_layers": 3,
|
71 |
+
"num_attention_heads": 16,
|
72 |
"num_codevector_groups": 2,
|
73 |
"num_codevectors_per_group": 320,
|
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": 108,
|
81 |
+
"proj_codevector_dim": 1024,
|
82 |
"tdnn_dilation": [
|
83 |
1,
|
84 |
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:2ee18645f5661dfb101aa11d294c0fcb76baab6651909879d38ba66f2a8794d0
|
3 |
+
size 3859300844
|
runs/Dec04_11-43-31_8cb8a5bb18ab/events.out.tfevents.1701690370.8cb8a5bb18ab.219.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afd91b7bbd026f4b2f9b604f6d99cffd91c11bab93f34562a450b9bb8b168cfb
|
3 |
+
size 6715
|
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:120a92afde0ac02470e8f72df58261711ea8621af766d6071c4b3f4cdb3ec5f4
|
3 |
+
size 4664
|