alexandreacff commited on
Commit
a4ae8fd
1 Parent(s): 1a62985

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,6 +1,6 @@
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,7 +12,7 @@
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,56 +48,48 @@
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,
 
1
  {
2
+ "_name_or_path": "facebook/wav2vec2-large",
3
+ "activation_dropout": 0.1,
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": 768,
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_dropout": 0.0,
52
  "feat_extract_norm": "group",
53
  "feat_proj_dropout": 0.1,
54
  "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.1,
56
  "finetuning_task": "audio-classification",
57
+ "gradient_checkpointing": false,
58
  "hidden_act": "gelu",
59
  "hidden_dropout": 0.1,
60
+ "hidden_dropout_prob": 0.1,
61
+ "hidden_size": 1024,
62
  "id2label": {
63
  "0": "real",
64
  "1": "fake"
65
  },
66
  "initializer_range": 0.02,
67
+ "intermediate_size": 4096,
68
  "label2id": {
69
  "fake": "1",
70
  "real": "0"
71
  },
72
  "layer_norm_eps": 1e-05,
73
+ "layerdrop": 0.1,
 
 
 
 
 
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": 16,
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": 24,
89
  "num_negatives": 100,
90
+ "output_hidden_size": 1024,
91
  "pad_token_id": 0,
92
+ "proj_codevector_dim": 768,
93
  "tdnn_dilation": [
94
  1,
95
  2,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38996fe3cdb69871128db0427a513e35bbd2f4180917afbacd3ad8421dd12503
3
- size 378302360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21c2c196d6e9f67337d62e9ddcb2d4594a016a43e250897cf49975eaf2527d7f
3
+ size 1262817984
runs/May08_06-24-37_7af04b3b1cf5/events.out.tfevents.1715149535.7af04b3b1cf5.16162.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9495d57204d19c09623ef2fbc785294e1462e59ed93069584ec791291325372f
3
+ size 7604
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3346bb5983482ae367935a52e8c5e503c68ab32f1c47c0fa1309dbc4525b89d2
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5628c11bc293bf0cd5077d93ebe5facc4fcb1110116f16794d44bab705607308
3
  size 5176