versae commited on
Commit
a4a51b5
1 Parent(s): 0e59c19

Training in progress, epoch 1

Browse files
Files changed (33) hide show
  1. .gitignore +1 -0
  2. config.json +129 -0
  3. preprocessor_config.json +9 -0
  4. pytorch_model.bin +3 -0
  5. runs/Aug24_14-33-11_ficino/1661344404.2081754/events.out.tfevents.1661344404.ficino.2966640.1 +3 -0
  6. runs/Aug24_14-33-11_ficino/events.out.tfevents.1661344404.ficino.2966640.0 +3 -0
  7. runs/Aug24_16-27-36_ficino/1661351265.5090668/events.out.tfevents.1661351265.ficino.2966640.3 +3 -0
  8. runs/Aug24_16-27-36_ficino/events.out.tfevents.1661351265.ficino.2966640.2 +3 -0
  9. runs/Aug24_16-40-23_ficino/1661352031.9618068/events.out.tfevents.1661352031.ficino.2966640.5 +3 -0
  10. runs/Aug24_16-40-23_ficino/events.out.tfevents.1661352031.ficino.2966640.4 +3 -0
  11. runs/Aug24_16-41-07_ficino/1661352077.3884265/events.out.tfevents.1661352077.ficino.3263894.1 +3 -0
  12. runs/Aug24_16-41-07_ficino/events.out.tfevents.1661352077.ficino.3263894.0 +3 -0
  13. runs/Aug24_16-42-24_ficino/1661352154.4012935/events.out.tfevents.1661352154.ficino.3266200.1 +3 -0
  14. runs/Aug24_16-42-24_ficino/events.out.tfevents.1661352154.ficino.3266200.0 +3 -0
  15. runs/Aug24_16-45-21_ficino/1661352332.0878308/events.out.tfevents.1661352332.ficino.3271079.1 +3 -0
  16. runs/Aug24_16-45-21_ficino/events.out.tfevents.1661352332.ficino.3271079.0 +3 -0
  17. runs/Aug24_16-47-28_ficino/1661352458.7679148/events.out.tfevents.1661352458.ficino.3275373.1 +3 -0
  18. runs/Aug24_16-47-28_ficino/events.out.tfevents.1661352458.ficino.3275373.0 +3 -0
  19. runs/Aug24_16-49-17_ficino/1661352567.376478/events.out.tfevents.1661352567.ficino.3279102.1 +3 -0
  20. runs/Aug24_16-49-17_ficino/events.out.tfevents.1661352567.ficino.3279102.0 +3 -0
  21. runs/Aug24_17-02-58_ficino/1661353389.3611119/events.out.tfevents.1661353389.ficino.3282211.1 +3 -0
  22. runs/Aug24_17-02-58_ficino/events.out.tfevents.1661353389.ficino.3282211.0 +3 -0
  23. runs/Aug24_17-04-46_ficino/1661353497.182206/events.out.tfevents.1661353497.ficino.3304657.1 +3 -0
  24. runs/Aug24_17-04-46_ficino/events.out.tfevents.1661353497.ficino.3304657.0 +3 -0
  25. runs/Aug24_17-06-41_ficino/1661353611.5735512/events.out.tfevents.1661353611.ficino.3308442.1 +3 -0
  26. runs/Aug24_17-06-41_ficino/events.out.tfevents.1661353611.ficino.3308442.0 +3 -0
  27. runs/Aug24_17-08-17_ficino/1661353707.9234872/events.out.tfevents.1661353707.ficino.3311374.1 +3 -0
  28. runs/Aug24_17-08-17_ficino/events.out.tfevents.1661353707.ficino.3311374.0 +3 -0
  29. runs/Aug24_17-13-55_ficino/1661354045.5233254/events.out.tfevents.1661354045.ficino.3320660.1 +3 -0
  30. runs/Aug24_17-13-55_ficino/events.out.tfevents.1661354045.ficino.3320660.0 +3 -0
  31. runs/Aug24_17-16-09_ficino/1661354179.830358/events.out.tfevents.1661354179.ficino.3325050.1 +3 -0
  32. runs/Aug24_17-16-09_ficino/events.out.tfevents.1661354179.ficino.3325050.0 +3 -0
  33. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-base",
3
+ "activation_dropout": 0.0,
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
+ "apply_spec_augment": true,
8
+ "architectures": [
9
+ "Wav2Vec2ForSequenceClassification"
10
+ ],
11
+ "attention_dropout": 0.1,
12
+ "bos_token_id": 1,
13
+ "classifier_proj_size": 256,
14
+ "codevector_dim": 256,
15
+ "contrastive_logits_temperature": 0.1,
16
+ "conv_bias": false,
17
+ "conv_dim": [
18
+ 512,
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512
25
+ ],
26
+ "conv_kernel": [
27
+ 10,
28
+ 3,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 2,
33
+ 2
34
+ ],
35
+ "conv_stride": [
36
+ 5,
37
+ 2,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2
43
+ ],
44
+ "ctc_loss_reduction": "sum",
45
+ "ctc_zero_infinity": false,
46
+ "diversity_loss_weight": 0.1,
47
+ "do_stable_layer_norm": false,
48
+ "eos_token_id": 2,
49
+ "feat_extract_activation": "gelu",
50
+ "feat_extract_norm": "group",
51
+ "feat_proj_dropout": 0.1,
52
+ "feat_quantizer_dropout": 0.0,
53
+ "final_dropout": 0.0,
54
+ "freeze_feat_extract_train": true,
55
+ "hidden_act": "gelu",
56
+ "hidden_dropout": 0.1,
57
+ "hidden_size": 768,
58
+ "id2label": {
59
+ "0": "[0, 20)",
60
+ "1": "[20, 40)",
61
+ "2": "[40, 60)",
62
+ "3": "[60, 80)"
63
+ },
64
+ "initializer_range": 0.02,
65
+ "intermediate_size": 3072,
66
+ "label2id": {
67
+ "[0, 20)": "0",
68
+ "[20, 40)": "1",
69
+ "[40, 60)": "2",
70
+ "[60, 80)": "3"
71
+ },
72
+ "layer_norm_eps": 1e-05,
73
+ "layerdrop": 0.0,
74
+ "mask_channel_length": 10,
75
+ "mask_channel_min_space": 1,
76
+ "mask_channel_other": 0.0,
77
+ "mask_channel_prob": 0.0,
78
+ "mask_channel_selection": "static",
79
+ "mask_feature_length": 10,
80
+ "mask_feature_min_masks": 0,
81
+ "mask_feature_prob": 0.0,
82
+ "mask_time_length": 10,
83
+ "mask_time_min_masks": 2,
84
+ "mask_time_min_space": 1,
85
+ "mask_time_other": 0.0,
86
+ "mask_time_prob": 0.05,
87
+ "mask_time_selection": "static",
88
+ "model_type": "wav2vec2",
89
+ "no_mask_channel_overlap": false,
90
+ "no_mask_time_overlap": false,
91
+ "num_adapter_layers": 3,
92
+ "num_attention_heads": 12,
93
+ "num_codevector_groups": 2,
94
+ "num_codevectors_per_group": 320,
95
+ "num_conv_pos_embedding_groups": 16,
96
+ "num_conv_pos_embeddings": 128,
97
+ "num_feat_extract_layers": 7,
98
+ "num_hidden_layers": 12,
99
+ "num_negatives": 100,
100
+ "output_hidden_size": 768,
101
+ "pad_token_id": 0,
102
+ "proj_codevector_dim": 256,
103
+ "tdnn_dilation": [
104
+ 1,
105
+ 2,
106
+ 3,
107
+ 1,
108
+ 1
109
+ ],
110
+ "tdnn_dim": [
111
+ 512,
112
+ 512,
113
+ 512,
114
+ 512,
115
+ 1500
116
+ ],
117
+ "tdnn_kernel": [
118
+ 5,
119
+ 3,
120
+ 3,
121
+ 1,
122
+ 1
123
+ ],
124
+ "torch_dtype": "float32",
125
+ "transformers_version": "4.21.0",
126
+ "use_weighted_layer_sum": false,
127
+ "vocab_size": 32,
128
+ "xvector_output_dim": 512
129
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efd63da0c303fc78e7e4cb87fe0e6632c36fb88e3d7a6c7cde4bc6534e400338
3
+ size 378350611
runs/Aug24_14-33-11_ficino/1661344404.2081754/events.out.tfevents.1661344404.ficino.2966640.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1cf60d98728b1913267093a439a3bfdaeeaeef83c287af7bede2dba9c7a7f45
3
+ size 5455
runs/Aug24_14-33-11_ficino/events.out.tfevents.1661344404.ficino.2966640.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4147ddabb720e0e099d3041b6767185be56ecedc377e23d99ae5451a7a5c6399
3
+ size 17949
runs/Aug24_16-27-36_ficino/1661351265.5090668/events.out.tfevents.1661351265.ficino.2966640.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a785c49fc1a19e06bae7bd5093f89b99ce4e071c8a7c8838f941f9ff384441e
3
+ size 5455
runs/Aug24_16-27-36_ficino/events.out.tfevents.1661351265.ficino.2966640.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a3f1b203aec6ef8326e531e0ce087abcdc8d54f3e0178f5e27d3c98a4485f3c
3
+ size 6200
runs/Aug24_16-40-23_ficino/1661352031.9618068/events.out.tfevents.1661352031.ficino.2966640.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75050f7f4bf1091c3eafb8afbbafc26243901d178ff3deb8857686a37bf05a9a
3
+ size 5455
runs/Aug24_16-40-23_ficino/events.out.tfevents.1661352031.ficino.2966640.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ce00d4815b388d0c8c78df29352bca2c01c127533e54720704c2d733f4d6817
3
+ size 5582
runs/Aug24_16-41-07_ficino/1661352077.3884265/events.out.tfevents.1661352077.ficino.3263894.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:873e071e19f9e5e65d947ae798f0a76e3487138dfe97bcc95d3f9e1c5b9f3025
3
+ size 5455
runs/Aug24_16-41-07_ficino/events.out.tfevents.1661352077.ficino.3263894.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:548d80801b09f652edcaa43ba131cb64d305b54b2841f08b5e7ef597903c6c6a
3
+ size 5582
runs/Aug24_16-42-24_ficino/1661352154.4012935/events.out.tfevents.1661352154.ficino.3266200.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbcaed492f42dd43c5725771a649c755d5d8f8136433657c21def4480a552d83
3
+ size 5455
runs/Aug24_16-42-24_ficino/events.out.tfevents.1661352154.ficino.3266200.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48f30b4b11531a3cea6f9e49876038d7960532ff9b41a2ba210573cf08ecfe17
3
+ size 5890
runs/Aug24_16-45-21_ficino/1661352332.0878308/events.out.tfevents.1661352332.ficino.3271079.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:366db736a7e2ffbb1c6eb6f5eaef7f5aadd9d3ffc9bd3a2a2b675666aa7ed070
3
+ size 5455
runs/Aug24_16-45-21_ficino/events.out.tfevents.1661352332.ficino.3271079.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a1c283a95d662e4b7d7288306ed0bd643d06fa9a597eb17f7ccbdafb82bb88e
3
+ size 6968
runs/Aug24_16-47-28_ficino/1661352458.7679148/events.out.tfevents.1661352458.ficino.3275373.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ef48b9522bb5acb070b54bb6d31871c7c1c75810c359dcf81d5cf540d83782
3
+ size 5455
runs/Aug24_16-47-28_ficino/events.out.tfevents.1661352458.ficino.3275373.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1aaf3dd0877a8ea801f040b2d07d303ee0955d4adeb5959171befcbc30fa8c7
3
+ size 6046
runs/Aug24_16-49-17_ficino/1661352567.376478/events.out.tfevents.1661352567.ficino.3279102.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa0970ce21cb3030102ad8041f827bf9b6f79e87926b1f251fa355431cd3c2dd
3
+ size 5455
runs/Aug24_16-49-17_ficino/events.out.tfevents.1661352567.ficino.3279102.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a646cf58befe51eabe1c7a88330a6606470f254585d60edec6a360356b05abb
3
+ size 5892
runs/Aug24_17-02-58_ficino/1661353389.3611119/events.out.tfevents.1661353389.ficino.3282211.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3510ab8d84c8e5fc7b2e58e976a073cb2746b172ef228f2c3b54c9233d3840b
3
+ size 5455
runs/Aug24_17-02-58_ficino/events.out.tfevents.1661353389.ficino.3282211.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef1aa63df61595dc9dc18c0b46b67fddf197ac8f6df41b879893b766638579c7
3
+ size 5584
runs/Aug24_17-04-46_ficino/1661353497.182206/events.out.tfevents.1661353497.ficino.3304657.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38e9e32e698027c60eb65dc85702c651eb0a9a211f194e600eb32f9b8bcd77a4
3
+ size 5455
runs/Aug24_17-04-46_ficino/events.out.tfevents.1661353497.ficino.3304657.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:749b8a1a0c16a778b57ebc074d675b38c00b173a5e6bcb31f87877f1f5e54a0c
3
+ size 5584
runs/Aug24_17-06-41_ficino/1661353611.5735512/events.out.tfevents.1661353611.ficino.3308442.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efe90699d57466e62d9e7348bb181525b3507830892839cd8cd76c4ba7c22c9f
3
+ size 5455
runs/Aug24_17-06-41_ficino/events.out.tfevents.1661353611.ficino.3308442.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d31f2ec933640a8bb782196635e78ba22728fd2531838bbfb23ef0a41815a7f4
3
+ size 5582
runs/Aug24_17-08-17_ficino/1661353707.9234872/events.out.tfevents.1661353707.ficino.3311374.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af0c4848773c6bf55e7272ddc4c774d866cebf241394d05b2fe27d0f14ac1a80
3
+ size 5455
runs/Aug24_17-08-17_ficino/events.out.tfevents.1661353707.ficino.3311374.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d27a009436b293774ec5aa875577939ae29811d7a4006b29db56f1505fab994
3
+ size 5582
runs/Aug24_17-13-55_ficino/1661354045.5233254/events.out.tfevents.1661354045.ficino.3320660.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c60b86d40dfe799fcb4b4eb1c5d7330730c8d5516eecbe0d914e60c6083ff5ff
3
+ size 5455
runs/Aug24_17-13-55_ficino/events.out.tfevents.1661354045.ficino.3320660.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae4bdd718235615edd126e6c7a829dd9dc648c7ca213c461a4835093069a950
3
+ size 5736
runs/Aug24_17-16-09_ficino/1661354179.830358/events.out.tfevents.1661354179.ficino.3325050.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ab91591288ba87ede6523006370601fd9be091d12c56d3eb57127c9a6d7ad95
3
+ size 5455
runs/Aug24_17-16-09_ficino/events.out.tfevents.1661354179.ficino.3325050.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:589914d57fd27e7b2bf9b93046e38962fe90fe67a2f5c860a18373d6e125e1ce
3
+ size 110117
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf61fc298119bf5570e9c24a50bef400c6ade219b1d0d6826bc223aa734ccbc9
3
+ size 3375