alexandreacff
commited on
Commit
•
5c9998f
1
Parent(s):
1bd0fce
Training in progress, epoch 0
Browse files
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "facebook/wav2vec2-
|
3 |
-
"activation_dropout": 0.
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
6 |
"adapter_stride": 2,
|
@@ -12,7 +12,7 @@
|
|
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": false,
|
18 |
"conv_dim": [
|
@@ -48,48 +48,56 @@
|
|
48 |
"do_stable_layer_norm": false,
|
49 |
"eos_token_id": 2,
|
50 |
"feat_extract_activation": "gelu",
|
51 |
-
"feat_extract_dropout": 0.0,
|
52 |
"feat_extract_norm": "group",
|
53 |
"feat_proj_dropout": 0.1,
|
54 |
"feat_quantizer_dropout": 0.0,
|
55 |
-
"final_dropout": 0.
|
56 |
"finetuning_task": "audio-classification",
|
57 |
-
"
|
58 |
"hidden_act": "gelu",
|
59 |
"hidden_dropout": 0.1,
|
60 |
-
"
|
61 |
-
"hidden_size": 1024,
|
62 |
"id2label": {
|
63 |
"0": "real",
|
64 |
"1": "fake"
|
65 |
},
|
66 |
"initializer_range": 0.02,
|
67 |
-
"intermediate_size":
|
68 |
"label2id": {
|
69 |
"fake": "1",
|
70 |
"real": "0"
|
71 |
},
|
72 |
"layer_norm_eps": 1e-05,
|
73 |
-
"layerdrop": 0.
|
|
|
|
|
|
|
|
|
|
|
74 |
"mask_feature_length": 10,
|
75 |
"mask_feature_min_masks": 0,
|
76 |
"mask_feature_prob": 0.0,
|
77 |
"mask_time_length": 10,
|
78 |
"mask_time_min_masks": 2,
|
|
|
|
|
79 |
"mask_time_prob": 0.05,
|
|
|
80 |
"model_type": "wav2vec2",
|
|
|
|
|
81 |
"num_adapter_layers": 3,
|
82 |
-
"num_attention_heads":
|
83 |
"num_codevector_groups": 2,
|
84 |
"num_codevectors_per_group": 320,
|
85 |
"num_conv_pos_embedding_groups": 16,
|
86 |
"num_conv_pos_embeddings": 128,
|
87 |
"num_feat_extract_layers": 7,
|
88 |
-
"num_hidden_layers":
|
89 |
"num_negatives": 100,
|
90 |
-
"output_hidden_size":
|
91 |
"pad_token_id": 0,
|
92 |
-
"proj_codevector_dim":
|
93 |
"tdnn_dilation": [
|
94 |
1,
|
95 |
2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-base",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
6 |
"adapter_stride": 2,
|
|
|
12 |
"attention_dropout": 0.1,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
+
"codevector_dim": 256,
|
16 |
"contrastive_logits_temperature": 0.1,
|
17 |
"conv_bias": false,
|
18 |
"conv_dim": [
|
|
|
48 |
"do_stable_layer_norm": false,
|
49 |
"eos_token_id": 2,
|
50 |
"feat_extract_activation": "gelu",
|
|
|
51 |
"feat_extract_norm": "group",
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
+
"final_dropout": 0.0,
|
55 |
"finetuning_task": "audio-classification",
|
56 |
+
"freeze_feat_extract_train": true,
|
57 |
"hidden_act": "gelu",
|
58 |
"hidden_dropout": 0.1,
|
59 |
+
"hidden_size": 768,
|
|
|
60 |
"id2label": {
|
61 |
"0": "real",
|
62 |
"1": "fake"
|
63 |
},
|
64 |
"initializer_range": 0.02,
|
65 |
+
"intermediate_size": 3072,
|
66 |
"label2id": {
|
67 |
"fake": "1",
|
68 |
"real": "0"
|
69 |
},
|
70 |
"layer_norm_eps": 1e-05,
|
71 |
+
"layerdrop": 0.0,
|
72 |
+
"mask_channel_length": 10,
|
73 |
+
"mask_channel_min_space": 1,
|
74 |
+
"mask_channel_other": 0.0,
|
75 |
+
"mask_channel_prob": 0.0,
|
76 |
+
"mask_channel_selection": "static",
|
77 |
"mask_feature_length": 10,
|
78 |
"mask_feature_min_masks": 0,
|
79 |
"mask_feature_prob": 0.0,
|
80 |
"mask_time_length": 10,
|
81 |
"mask_time_min_masks": 2,
|
82 |
+
"mask_time_min_space": 1,
|
83 |
+
"mask_time_other": 0.0,
|
84 |
"mask_time_prob": 0.05,
|
85 |
+
"mask_time_selection": "static",
|
86 |
"model_type": "wav2vec2",
|
87 |
+
"no_mask_channel_overlap": false,
|
88 |
+
"no_mask_time_overlap": false,
|
89 |
"num_adapter_layers": 3,
|
90 |
+
"num_attention_heads": 12,
|
91 |
"num_codevector_groups": 2,
|
92 |
"num_codevectors_per_group": 320,
|
93 |
"num_conv_pos_embedding_groups": 16,
|
94 |
"num_conv_pos_embeddings": 128,
|
95 |
"num_feat_extract_layers": 7,
|
96 |
+
"num_hidden_layers": 12,
|
97 |
"num_negatives": 100,
|
98 |
+
"output_hidden_size": 768,
|
99 |
"pad_token_id": 0,
|
100 |
+
"proj_codevector_dim": 256,
|
101 |
"tdnn_dilation": [
|
102 |
1,
|
103 |
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:1d16944178526c3e7068077746175c3a3cef75e1048e38136808d7f19ffa1223
|
3 |
+
size 378302360
|
runs/May09_16-18-16_5c7bc4386fe7/events.out.tfevents.1715271522.5c7bc4386fe7.948.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a312ffbe121f29dd493fa48574c08e05875a9511a308d56ad93d5e2f4e1de153
|
3 |
+
size 7601
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23e85f70a220c9312e2362ae61c8bef390518321f4357de5c3914d80eb6dadce
|
3 |
size 5176
|