llillillil commited on
Commit
5d46e30
1 Parent(s): 8d348ed

Training in progress, epoch 1

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": "LABEL_0",
@@ -71,14 +69,24 @@
71
  "LABEL_2": 2
72
  },
73
  "layer_norm_eps": 1e-05,
74
- "layerdrop": 0.1,
 
 
 
 
 
75
  "mask_feature_length": 10,
76
  "mask_feature_min_masks": 0,
77
  "mask_feature_prob": 0.0,
78
  "mask_time_length": 10,
79
  "mask_time_min_masks": 2,
 
 
80
  "mask_time_prob": 0.05,
 
81
  "model_type": "wav2vec2",
 
 
82
  "num_adapter_layers": 3,
83
  "num_attention_heads": 12,
84
  "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": "LABEL_0",
 
69
  "LABEL_2": 2
70
  },
71
  "layer_norm_eps": 1e-05,
72
+ "layerdrop": 0.0,
73
+ "mask_channel_length": 10,
74
+ "mask_channel_min_space": 1,
75
+ "mask_channel_other": 0.0,
76
+ "mask_channel_prob": 0.0,
77
+ "mask_channel_selection": "static",
78
  "mask_feature_length": 10,
79
  "mask_feature_min_masks": 0,
80
  "mask_feature_prob": 0.0,
81
  "mask_time_length": 10,
82
  "mask_time_min_masks": 2,
83
+ "mask_time_min_space": 1,
84
+ "mask_time_other": 0.0,
85
  "mask_time_prob": 0.05,
86
+ "mask_time_selection": "static",
87
  "model_type": "wav2vec2",
88
+ "no_mask_channel_overlap": false,
89
+ "no_mask_time_overlap": false,
90
  "num_adapter_layers": 3,
91
  "num_attention_heads": 12,
92
  "num_codevector_groups": 2,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04a06402eb330d334fd86615bf228d257522f7a2cb58894201d0fbbb9905a215
3
  size 378303340
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cda67dfdd1688b103aac4b022e9873c9f4158421bd81ab27e3af6328986269c3
3
  size 378303340
runs/Jun26_20-58-47_WIN-CEJF2NB9KFH/events.out.tfevents.1719406728.WIN-CEJF2NB9KFH.41404.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9ca11c2e67924495ed399807fb6aa039dbbb37c738b43ccb1ecfdd7511a4220
3
- size 6826
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c94acf90657219433f1b456410ddd2d928a5cc039bf6cf4f5f967981f17d879
3
+ size 22646
runs/Jun26_21-06-33_WIN-CEJF2NB9KFH/events.out.tfevents.1719407193.WIN-CEJF2NB9KFH.116852.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd4be5b8aec72000623843228a114594915234e608d32c98f8314324b2139479
3
+ size 7083
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8219ec9ff37ebacccd36d291973528cf49e09273b577294ff14b9234632b007
3
  size 4539
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8efe2655e967888c1c04fa6260f82f850c176e487f5821795ea79223077e5019
3
  size 4539