alex000kim commited on
Commit
88b58bb
·
verified ·
1 Parent(s): 0dc6706

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-base-960h",
3
- "activation_dropout": 0.1,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
6
  "adapter_stride": 2,
@@ -48,15 +48,13 @@
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
- "gradient_checkpointing": false,
57
  "hidden_act": "gelu",
58
  "hidden_dropout": 0.1,
59
- "hidden_dropout_prob": 0.1,
60
  "hidden_size": 768,
61
  "id2label": {
62
  "0": "human",
@@ -69,14 +67,24 @@
69
  "voicemail": 1
70
  },
71
  "layer_norm_eps": 1e-05,
72
- "layerdrop": 0.1,
 
 
 
 
 
73
  "mask_feature_length": 10,
74
  "mask_feature_min_masks": 0,
75
  "mask_feature_prob": 0.0,
76
  "mask_time_length": 10,
77
  "mask_time_min_masks": 2,
 
 
78
  "mask_time_prob": 0.05,
 
79
  "model_type": "wav2vec2",
 
 
80
  "num_adapter_layers": 3,
81
  "num_attention_heads": 12,
82
  "num_codevector_groups": 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,
 
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
+ "freeze_feat_extract_train": true,
56
  "hidden_act": "gelu",
57
  "hidden_dropout": 0.1,
 
58
  "hidden_size": 768,
59
  "id2label": {
60
  "0": "human",
 
67
  "voicemail": 1
68
  },
69
  "layer_norm_eps": 1e-05,
70
+ "layerdrop": 0.0,
71
+ "mask_channel_length": 10,
72
+ "mask_channel_min_space": 1,
73
+ "mask_channel_other": 0.0,
74
+ "mask_channel_prob": 0.0,
75
+ "mask_channel_selection": "static",
76
  "mask_feature_length": 10,
77
  "mask_feature_min_masks": 0,
78
  "mask_feature_prob": 0.0,
79
  "mask_time_length": 10,
80
  "mask_time_min_masks": 2,
81
+ "mask_time_min_space": 1,
82
+ "mask_time_other": 0.0,
83
  "mask_time_prob": 0.05,
84
+ "mask_time_selection": "static",
85
  "model_type": "wav2vec2",
86
+ "no_mask_channel_overlap": false,
87
+ "no_mask_time_overlap": false,
88
  "num_adapter_layers": 3,
89
  "num_attention_heads": 12,
90
  "num_codevector_groups": 2,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b084b366c13067d11eef6816e1a86cfe380cce1bb2f4b0afd58b4b3fc01fd589
3
  size 378302360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec016d3c7954a4e8f552d9890b0c541ac3afa7b3fedebfc660d18e7d639d6898
3
  size 378302360
runs/Jun03_23-27-36_PQ3KV637QN/events.out.tfevents.1717471657.PQ3KV637QN.44605.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67edb1bbd254edecb6132d7c089a37db0544b957d3009d7dd69373c12481b361
3
+ size 7268
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21285bfc910886f44d1e8dd59710baa1922a2ec9e61bc3e86350eec104f7e202
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cadda74f7b4dda47818433cf4ee93ad9d131158fc65ed3a7f1922d9a78de688
3
  size 5112