Training in progress, step 500
Browse files- config.json +82 -0
- model.safetensors +3 -0
- runs/Oct24_15-10-24_edictate-System-Product-Name/events.out.tfevents.1729775517.edictate-System-Product-Name.4124372.0 +3 -0
- runs/Oct24_15-18-41_edictate-System-Product-Name/events.out.tfevents.1729776012.edictate-System-Product-Name.4124501.0 +3 -0
- runs/Oct24_15-27-51_edictate-System-Product-Name/events.out.tfevents.1729776561.edictate-System-Product-Name.4124689.0 +3 -0
- runs/Oct24_15-35-23_edictate-System-Product-Name/events.out.tfevents.1729777014.edictate-System-Product-Name.4125112.0 +3 -0
- runs/Oct24_15-44-56_edictate-System-Product-Name/events.out.tfevents.1729777583.edictate-System-Product-Name.4125392.0 +3 -0
- runs/Oct24_16-29-41_edictate-System-Product-Name/events.out.tfevents.1729780253.edictate-System-Product-Name.4126745.0 +3 -0
- runs/Oct24_16-38-43_edictate-System-Product-Name/events.out.tfevents.1729780792.edictate-System-Product-Name.4126847.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/w2v-bert-2.0",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"adapter_act": "relu",
|
5 |
+
"adapter_kernel_size": 3,
|
6 |
+
"adapter_stride": 2,
|
7 |
+
"add_adapter": true,
|
8 |
+
"apply_spec_augment": false,
|
9 |
+
"architectures": [
|
10 |
+
"Wav2Vec2BertForCTC"
|
11 |
+
],
|
12 |
+
"attention_dropout": 0.0,
|
13 |
+
"bos_token_id": 1,
|
14 |
+
"classifier_proj_size": 768,
|
15 |
+
"codevector_dim": 768,
|
16 |
+
"conformer_conv_dropout": 0.1,
|
17 |
+
"contrastive_logits_temperature": 0.1,
|
18 |
+
"conv_depthwise_kernel_size": 31,
|
19 |
+
"ctc_loss_reduction": "mean",
|
20 |
+
"ctc_zero_infinity": false,
|
21 |
+
"diversity_loss_weight": 0.1,
|
22 |
+
"eos_token_id": 2,
|
23 |
+
"feat_proj_dropout": 0.0,
|
24 |
+
"feat_quantizer_dropout": 0.0,
|
25 |
+
"feature_projection_input_dim": 160,
|
26 |
+
"final_dropout": 0.1,
|
27 |
+
"hidden_act": "swish",
|
28 |
+
"hidden_dropout": 0.0,
|
29 |
+
"hidden_size": 1024,
|
30 |
+
"initializer_range": 0.02,
|
31 |
+
"intermediate_size": 4096,
|
32 |
+
"layer_norm_eps": 1e-05,
|
33 |
+
"layerdrop": 0.0,
|
34 |
+
"left_max_position_embeddings": 64,
|
35 |
+
"mask_feature_length": 10,
|
36 |
+
"mask_feature_min_masks": 0,
|
37 |
+
"mask_feature_prob": 0.0,
|
38 |
+
"mask_time_length": 10,
|
39 |
+
"mask_time_min_masks": 2,
|
40 |
+
"mask_time_prob": 0.0,
|
41 |
+
"max_source_positions": 5000,
|
42 |
+
"model_type": "wav2vec2-bert",
|
43 |
+
"num_adapter_layers": 1,
|
44 |
+
"num_attention_heads": 16,
|
45 |
+
"num_codevector_groups": 2,
|
46 |
+
"num_codevectors_per_group": 320,
|
47 |
+
"num_hidden_layers": 24,
|
48 |
+
"num_negatives": 100,
|
49 |
+
"output_hidden_size": 1024,
|
50 |
+
"pad_token_id": 33,
|
51 |
+
"position_embeddings_type": "relative_key",
|
52 |
+
"proj_codevector_dim": 768,
|
53 |
+
"right_max_position_embeddings": 8,
|
54 |
+
"rotary_embedding_base": 10000,
|
55 |
+
"tdnn_dilation": [
|
56 |
+
1,
|
57 |
+
2,
|
58 |
+
3,
|
59 |
+
1,
|
60 |
+
1
|
61 |
+
],
|
62 |
+
"tdnn_dim": [
|
63 |
+
512,
|
64 |
+
512,
|
65 |
+
512,
|
66 |
+
512,
|
67 |
+
1500
|
68 |
+
],
|
69 |
+
"tdnn_kernel": [
|
70 |
+
5,
|
71 |
+
3,
|
72 |
+
3,
|
73 |
+
1,
|
74 |
+
1
|
75 |
+
],
|
76 |
+
"torch_dtype": "float32",
|
77 |
+
"transformers_version": "4.42.4",
|
78 |
+
"use_intermediate_ffn_before_adapter": false,
|
79 |
+
"use_weighted_layer_sum": false,
|
80 |
+
"vocab_size": 36,
|
81 |
+
"xvector_output_dim": 512
|
82 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be9c47726e7feecd5266028ba2d0ef3b301f583967a6e0bf2110b0ec8e3f43a7
|
3 |
+
size 2422962160
|
runs/Oct24_15-10-24_edictate-System-Product-Name/events.out.tfevents.1729775517.edictate-System-Product-Name.4124372.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:989af3cf1afc28d19f71921f28a6b77a7113a9e1f6bd8348cdfd9e29f8df284c
|
3 |
+
size 6453
|
runs/Oct24_15-18-41_edictate-System-Product-Name/events.out.tfevents.1729776012.edictate-System-Product-Name.4124501.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f1437f14c55865638128125df1897fdc8a1f27712fdf2a07257cc7c02a04150
|
3 |
+
size 6453
|
runs/Oct24_15-27-51_edictate-System-Product-Name/events.out.tfevents.1729776561.edictate-System-Product-Name.4124689.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd4b223af8be0bb5b31b08cdc309abf7820c742278e6cb37965162056c074d22
|
3 |
+
size 6453
|
runs/Oct24_15-35-23_edictate-System-Product-Name/events.out.tfevents.1729777014.edictate-System-Product-Name.4125112.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d62c539b8dae0d2f5e84cf3a350a768b0e26e25a63502e17c87b32f4569910e
|
3 |
+
size 6453
|
runs/Oct24_15-44-56_edictate-System-Product-Name/events.out.tfevents.1729777583.edictate-System-Product-Name.4125392.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a052c922e5a4f7e2c36eaf2e81baec7a3b44ba49046c91ee3ea49b6d32f8ffd8
|
3 |
+
size 6453
|
runs/Oct24_16-29-41_edictate-System-Product-Name/events.out.tfevents.1729780253.edictate-System-Product-Name.4126745.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b2ac4d4c02e1c6853a424634f06122b676376a985987e0011a55887ecd6668a
|
3 |
+
size 6097
|
runs/Oct24_16-38-43_edictate-System-Product-Name/events.out.tfevents.1729780792.edictate-System-Product-Name.4126847.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8e07242e0e7f9ec7b247f7004fd8367e9c3e19728e13a070aae232126de773c
|
3 |
+
size 6308
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fdd11e20843b17fd7a2a4dca3afabda909f04f173821a32b6726aa652dfa86b
|
3 |
+
size 5112
|