shahukareem
commited on
Commit
β’
ef51d56
1
Parent(s):
3fbbfd2
weights and logs
Browse files- output/config.json +85 -0
- output/{events.out.tfevents.1625846973.t1v-n-cf76ee5f-w-0.1711922.3.v2 β events.out.tfevents.1625848496.t1v-n-cf76ee5f-w-0.1714834.3.v2} +1 -1
- output/{events.out.tfevents.1625851587.t1v-n-cf76ee5f-w-0.2219843.3.v2 β events.out.tfevents.1625852135.t1v-n-cf76ee5f-w-0.2221966.3.v2} +1 -1
- output/{events.out.tfevents.1625850734.t1v-n-cf76ee5f-w-0.1717364.3.v2 β events.out.tfevents.1625852625.t1v-n-cf76ee5f-w-0.2223823.3.v2} +2 -2
- output/events.out.tfevents.1625855511.t1v-n-cf76ee5f-w-0.2227809.3.v2 +3 -0
- output/flax_model.msgpack +3 -0
output/config.json
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.0,
|
3 |
+
"apply_spec_augment": true,
|
4 |
+
"architectures": [
|
5 |
+
"Wav2Vec2ForPreTraining"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"bos_token_id": 1,
|
9 |
+
"codevector_dim": 256,
|
10 |
+
"contrastive_logits_temperature": 0.1,
|
11 |
+
"conv_bias": false,
|
12 |
+
"conv_dim": [
|
13 |
+
512,
|
14 |
+
512,
|
15 |
+
512,
|
16 |
+
512,
|
17 |
+
512,
|
18 |
+
512,
|
19 |
+
512
|
20 |
+
],
|
21 |
+
"conv_kernel": [
|
22 |
+
10,
|
23 |
+
3,
|
24 |
+
3,
|
25 |
+
3,
|
26 |
+
3,
|
27 |
+
2,
|
28 |
+
2
|
29 |
+
],
|
30 |
+
"conv_stride": [
|
31 |
+
5,
|
32 |
+
2,
|
33 |
+
2,
|
34 |
+
2,
|
35 |
+
2,
|
36 |
+
2,
|
37 |
+
2
|
38 |
+
],
|
39 |
+
"ctc_loss_reduction": "sum",
|
40 |
+
"ctc_zero_infinity": false,
|
41 |
+
"diversity_loss_weight": 0.1,
|
42 |
+
"do_stable_layer_norm": true,
|
43 |
+
"eos_token_id": 2,
|
44 |
+
"feat_extract_activation": "gelu",
|
45 |
+
"feat_extract_norm": "layer",
|
46 |
+
"feat_proj_dropout": 0.1,
|
47 |
+
"feat_quantizer_dropout": 0.0,
|
48 |
+
"final_dropout": 0.0,
|
49 |
+
"freeze_feat_extract_train": true,
|
50 |
+
"gradient_checkpointing": false,
|
51 |
+
"hidden_act": "gelu",
|
52 |
+
"hidden_dropout": 0.1,
|
53 |
+
"hidden_size": 768,
|
54 |
+
"initializer_range": 0.02,
|
55 |
+
"intermediate_size": 3072,
|
56 |
+
"layer_norm_eps": 1e-05,
|
57 |
+
"layerdrop": 0.05,
|
58 |
+
"mask_channel_length": 10,
|
59 |
+
"mask_channel_min_space": 1,
|
60 |
+
"mask_channel_other": 0.0,
|
61 |
+
"mask_channel_prob": 0.0,
|
62 |
+
"mask_channel_selection": "static",
|
63 |
+
"mask_feature_length": 10,
|
64 |
+
"mask_feature_prob": 0.0,
|
65 |
+
"mask_time_length": 10,
|
66 |
+
"mask_time_min_space": 1,
|
67 |
+
"mask_time_other": 0.0,
|
68 |
+
"mask_time_prob": 0.05,
|
69 |
+
"mask_time_selection": "static",
|
70 |
+
"model_type": "wav2vec2",
|
71 |
+
"no_mask_channel_overlap": false,
|
72 |
+
"no_mask_time_overlap": false,
|
73 |
+
"num_attention_heads": 12,
|
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": 12,
|
80 |
+
"num_negatives": 100,
|
81 |
+
"pad_token_id": 0,
|
82 |
+
"proj_codevector_dim": 256,
|
83 |
+
"transformers_version": "4.9.0.dev0",
|
84 |
+
"vocab_size": 32
|
85 |
+
}
|
output/{events.out.tfevents.1625846973.t1v-n-cf76ee5f-w-0.1711922.3.v2 β events.out.tfevents.1625848496.t1v-n-cf76ee5f-w-0.1714834.3.v2}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 187
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e90bebdf9f69585c0f549978a1eeeb02359f9e9a89a7ae1e5c8728eb0f02ab19
|
3 |
size 187
|
output/{events.out.tfevents.1625851587.t1v-n-cf76ee5f-w-0.2219843.3.v2 β events.out.tfevents.1625852135.t1v-n-cf76ee5f-w-0.2221966.3.v2}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 187
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b132b29f793f2212111f985b53c7207b021e16d560873680bb2997fcf38a8b8a
|
3 |
size 187
|
output/{events.out.tfevents.1625850734.t1v-n-cf76ee5f-w-0.1717364.3.v2 β events.out.tfevents.1625852625.t1v-n-cf76ee5f-w-0.2223823.3.v2}
RENAMED
@@ -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:8bff86613ede242f5141ca53b60cb51388962425dac402689a833e29df267852
|
3 |
+
size 640
|
output/events.out.tfevents.1625855511.t1v-n-cf76ee5f-w-0.2227809.3.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cfa7baaea41a15d4a16474de2146dc202648d6c2a6f662e155df591b0bdd840
|
3 |
+
size 791
|
output/flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeec8b0cfc82d176993dd37f1301937725e7daaf2ddd8e314fdfd75a42a3ba0c
|
3 |
+
size 190539834
|